greg.everydayimshuflin.com/style.css

56 lines
730 B
CSS

@import url(http://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic,700italic);
h1 {
font-family: Ubuntu;
}
header {
display: flex;
justify-content: space-between;
}
#selfPhoto {
margin-top: 20px;
margin-right: 30px;
}
#main {
margin-left:auto;
margin-right:auto;
width:960px;
}
body {
background-color:#2B2B4D;
color: white;
font-family: Ubuntu;
}
b {
font-weight:bolder;
}
a {
color: #f74848;
font-weight:bolder;
}
a:visited {
color:#f74848;
}
li {
font-family: Ubuntu;
margin-bottom:10px;
}
a.codeLink {
color:#31E631;
font-weight:normal;
}
a.emailLink {
color:#31E631;
font-family: "monospace";
text-decoration: none;
}