Skip to content

Commit

Permalink
idk
Browse files Browse the repository at this point in the history
  • Loading branch information
izzyg770 committed Jan 30, 2024
1 parent 28a6dca commit 1543f9d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 14 deletions.
1 change: 1 addition & 0 deletions css/html5reset.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ time, mark, audio, video {
border: 0;
font-size: 100%;
font: inherit;
font-family: 'Arial', Verdana, sans-serif;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
Expand Down
20 changes: 6 additions & 14 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ body {
font-family: 'Arial', Verdana, sans-serif;
background-color: #000000;
color: #ffffff;
margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
margin: 20px 20px 20px 0px;
}

h1 {
Expand Down Expand Up @@ -47,16 +45,14 @@ div {
background-color: #ff0000;
text-align: right;
margin-left: 50px;
border-left-width: 5px;
border-bottom-width: 2px;
border-width: 0px 0px 2px 5px;
}

.blue {
background-color: #0000ff;
text-align: left;
margin-right: 50px;
border-right-width: 5px;
border-top-width: 2px;
border-width: 2px 5px 0px 0px;
color: #c4c4c4;
}

Expand All @@ -68,8 +64,7 @@ div {
background-color: #ffff00;
text-align: right;
margin-left: 50px;
border-bottom-width: 2px;
border-left-width: 5px;
border-width: 0px 0px 2px 5px;
}

.yellow p {
Expand All @@ -80,8 +75,7 @@ div {
background-color: #008500;
text-align: left;
margin-right: 50px;
border-right-width: 5px;
border-top-width: 2px;
border-width: 2px 5px 0px 0px;
}

footer {
Expand All @@ -92,8 +86,6 @@ footer {
footer p {
font-size: 20px;
text-align: right;
padding-top: 15px;
padding-right: 15px;
padding-bottom: 15px;
padding: 15px 15px 15px 0px;
color: #ffffff;
}

0 comments on commit 1543f9d

Please sign in to comment.