Skip to content

Commit

Permalink
Create styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Spazdiesfirst360 authored Dec 12, 2017
1 parent 79e4efb commit 5dffed9
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions css/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
body {
background-color: rgb(20, 20, 20);
color: rgb(255, 255, 255);
}

nav {
background-color: rgb(60,60,60);

}

a.linka {
margin-right: 10px;
}

a.image1 {
float: right;
}

header {
background-color: rgb(80, 80, 80);
font-size: 400%;
}

a:link {
color: rgb(211, 255, 253);
background-color: transparent;
text-decoration: none;
}

a:visited {
color: rgb(217, 255, 252);
background-color: transparent;
text-decoration: none;
}

a:hover {
color: rgb(200, 200, 200);
background-color: transparent;
text-decoration: underline;
}

a:active {
color: rgb(102, 102, 102);
background-color: transparent;
text-decoration: underline;
}

0 comments on commit 5dffed9

Please sign in to comment.