We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ae37c0e + 62490a6 commit dd25a6cCopy full SHA for dd25a6c
2 files changed
Projects/Gooey Cursor/index.html
@@ -10,7 +10,7 @@
10
<body>
11
<div class="page-wrap">
12
<h1>Gooey Cursor</h1>
13
- <p>this cursor can be used in any Website</p>
+ <p>This cursor can be used in any Website</p>
14
</div>
15
<div id="cursor"></div>
16
<script src="javascript.js"></script>
Projects/Gooey Cursor/style.css
@@ -32,7 +32,9 @@ body {
32
h1 {
33
font-size: 110px;
34
font-family: sans-serif;
35
+ text-align: center;
36
}
37
p{
- font-size: large;
38
+ font-size: x-large;
39
40
0 commit comments