Skip to content

Commit 6ad71bf

Browse files
committed
feat(SG3-000): Add basic style to page
Co-authored-by: Simone Amorim <simoneas03@gmail.com>
1 parent e347b14 commit 6ad71bf

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

apps/mouse-move-shadow/assets/style/index.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,10 @@ body {
1919
text-rendering: optimizeLegibility;
2020
-webkit-font-smoothing: antialiased;
2121
-moz-osx-font-smoothing: grayscale;
22+
color: black;
23+
}
24+
25+
.container__title {
26+
text-shadow: 10px 10px 0 rgba(0, 0, 0, 1);
27+
font-size: 100px;
2228
}

apps/mouse-move-shadow/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262

6363
<body>
6464
<main class="container">
65-
<h1 contenteditable>CSS Is Awesome!</h1>
65+
<h1 class="container__title" contenteditable>CSS Is Awesome!</h1>
6666
</main>
6767
<script src="./assets/script/index.js"></script>
6868
</body>

0 commit comments

Comments
 (0)