Skip to content

Commit

Permalink
Creating my own GitHub page - 10/01
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobnicked committed Oct 1, 2023
1 parent 30353fe commit bdd285e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
8 changes: 6 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@
<head>
<html lang="en-US">
<meta charset="UTF-8">
<title></title>
<title>test</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h2>hello world</h2>
<p style="font-family: Arial; font-size: 15 px;">hosted by GitHub Pages</p>
<br>
<p class="text1">hosted by GitHub Pages</p>
<hr>
<p class="allrightsreserved">All rights reserved. 2023</p>
</body>
</html>
9 changes: 9 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
.text1 {
font-family: Arial;
font-size: 15 px;
}

.allrightsreserved {
font-family: Calibri;
font-size 12 px;
}

0 comments on commit bdd285e

Please sign in to comment.