Skip to content

Commit f2f178f

Browse files
committed
aligned heading to center
1 parent b3ac80a commit f2f178f

2 files changed

Lines changed: 2 additions & 1 deletion

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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ body {
3232
h1 {
3333
font-size: 110px;
3434
font-family: sans-serif;
35+
text-align: center;
3536
}
3637
p{
3738
font-size: large;

0 commit comments

Comments
 (0)