Initial commit. Create resume.
This commit is contained in:
58
css/style.css
Normal file
58
css/style.css
Normal file
@@ -0,0 +1,58 @@
|
||||
@import url("https://fonts.googleapis.com/css?family=EB+Garamond|Raleway");
|
||||
body {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
font-family: "Raleway";
|
||||
line-height: 1.3em;
|
||||
font-size: 14px; }
|
||||
|
||||
header {
|
||||
text-align: center;
|
||||
margin: auto;
|
||||
margin-bottom: 20px; }
|
||||
|
||||
div.name {
|
||||
font-size: 1.25em;
|
||||
margin: 25px;
|
||||
font-family: "Raleway", serif; }
|
||||
|
||||
h1 {
|
||||
font-size: 1.25em;
|
||||
font-family: "Raleway", serif;
|
||||
font-weight: normal;
|
||||
margin: 10px;
|
||||
color: #1dc868; }
|
||||
|
||||
h2 {
|
||||
font-size: 1.1em;
|
||||
font-weight: normal;
|
||||
margin-bottom: 0px; }
|
||||
|
||||
div.contact {
|
||||
background-color: #36e281;
|
||||
color: white;
|
||||
display: flex;
|
||||
justify-content: center; }
|
||||
|
||||
div.contact-item {
|
||||
padding: 10px;
|
||||
padding-left: 20px;
|
||||
padding-right: 20px;
|
||||
display: flex;
|
||||
align-items: center; }
|
||||
|
||||
div.contact-content {
|
||||
padding-left: 5px;
|
||||
font-weight: bold; }
|
||||
|
||||
main {
|
||||
margin: auto;
|
||||
max-width: 90%; }
|
||||
|
||||
div.section-content {
|
||||
margin-left: 20px; }
|
||||
|
||||
div.position-location {
|
||||
color: #4d4d4d; }
|
||||
|
||||
/*# sourceMappingURL=style.css.map */
|
||||
Reference in New Issue
Block a user