Skip to content
Permalink
9dc437b897
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
28 lines (23 sloc) 397 Bytes
header{
background-color: midnightblue;
padding: 50px;
color: lightgray;
}
body{
background-color: lightgray;
margin: 0px;
}
h1{
font-family: Georgia, 'Times New Roman', Times, serif;
}
a{
text-decoration: none;
color: red;
padding-left: 5px;
}
ul{
padding: 10px 50px 50px 50px;
}
li{
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}