We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3ac80a commit f2f178fCopy full SHA for f2f178f
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,6 +32,7 @@ body {
32
h1 {
33
font-size: 110px;
34
font-family: sans-serif;
35
+ text-align: center;
36
}
37
p{
38
font-size: large;
0 commit comments