Skip to content

Instantly share code, notes, and snippets.

@Steph-harris
Created May 26, 2015 21:48
Show Gist options
  • Save Steph-harris/c01d6b0dbd5213fbbb92 to your computer and use it in GitHub Desktop.
Save Steph-harris/c01d6b0dbd5213fbbb92 to your computer and use it in GitHub Desktop.
cleaner.css
/*H1 header is just to take up space. First slot wasn't showing in the Cascade*/
h1 {color:gray;
font-family: Vivaldi, serif;
}
body {background-color: #B4B8B8;}
h2 {
text-align: left;
font-family: Verdana;
color:navy;
font-size: 20px;
text-decoration: underline;
} /*Add first and n-th child to paragraphs 5/24*/
p {font-family: Garamond;
color:navy;
font-size: 22px;
}
div {
display: inline-block;
background-color:#cc0000;
color:white;
height: 120px;
width: 20%;
border-radius: 10px;
text-align:center;
}
a:link {
font-family: sans-serif;
color:white;
text-decoration: none;
}
a:hover {
background-color: navy;
color:orange;
text-decoration: underline;}
a:visited {
color:yellow;
text-decoration:none;
}
#black {
padding-left:8px;
padding-bottom: 10px;
height:65px;
width:99%;
background-color: black;
color:lime;
border-radius: 5px;
border: 3px solid green;
display: block;
text-align: left;
}
ul {color:#006600;
margin-top: 0px;
margin-left: -10px;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment