Skip to content

Commit dd25a6c

Browse files
Merge pull request #1685 from suma30/gooey
Gooey Cursor
2 parents ae37c0e + 62490a6 commit dd25a6c

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

Projects/Gooey Cursor/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<body>
1111
<div class="page-wrap">
1212
<h1>Gooey Cursor</h1>
13-
<p>this cursor can be used in any Website</p>
13+
<p>This cursor can be used in any Website</p>
1414
</div>
1515
<div id="cursor"></div>
1616
<script src="javascript.js"></script>

Projects/Gooey Cursor/style.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ body {
3232
h1 {
3333
font-size: 110px;
3434
font-family: sans-serif;
35+
text-align: center;
3536
}
3637
p{
37-
font-size: large;
38+
font-size: x-large;
39+
text-align: center;
3840
}

0 commit comments

Comments
 (0)