Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
kemguru authored Jul 18, 2024
1 parent f5f4274 commit bbd0c7f
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions mystyle.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
h1, h2, h3, h4 {
color: blue;
}

body {
background-color: #aaddff;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: black;
margin: 50px;
}

a:link {
color: #0000ff;
text-decoration: none;
}

a:visited {
color: #660000;
}

a:hover {
color: #ff0000;
}

a:active {
color: #ff0000;
}

0 comments on commit bbd0c7f

Please sign in to comment.