greg.everydayimshuflin.com/style.css

55 lines
722 B
CSS
Raw Normal View History

2021-01-14 02:05:44 -08:00
@import url(http://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic,700italic);
h1 {
font-family: Ubuntu;
}
2021-02-21 22:52:51 -08:00
header {
display: flex;
justify-content: space-between;
}
#selfPhoto {
margin-top: 20px;
margin-right: 30px;
}
2021-01-14 02:05:44 -08:00
#main {
margin-left:auto;
margin-right:auto;
width:960px;
}
body {
background-color:#2B2B4D;
color: white;
2022-11-04 23:50:45 -07:00
font-family: "Fira Sans", sans-serif;
2021-01-14 02:05:44 -08:00
}
b {
font-weight:bolder;
}
a {
2022-09-29 15:36:43 -07:00
color: #f74848;
2021-01-14 02:05:44 -08:00
font-weight:bolder;
}
a:visited {
2022-09-29 15:36:43 -07:00
color:#f74848;
2021-01-14 02:05:44 -08:00
}
li {
margin-bottom:10px;
}
a.codeLink {
color:#31E631;
font-weight:normal;
}
a.emailLink {
color:#31E631;
font-family: "monospace";
text-decoration: none;
}