Skip to content

Commit

Permalink
update pt2
Browse files Browse the repository at this point in the history
  • Loading branch information
rhinohaley committed Sep 24, 2024
1 parent faa5a18 commit c43ea39
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css" />
</head>
<h1>
bunch of ducks
</h1>
Expand Down
8 changes: 8 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
img {
width:200px;
}
body {
text-align: center;
font-family: 'Arial';
background: azure;
}

0 comments on commit c43ea39

Please sign in to comment.