add anna's resume directory and files
This commit is contained in:
parent
06b405fa90
commit
b9c9225d4d
2 changed files with 157 additions and 0 deletions
43
student-resumes/anna-resume/style.css
Normal file
43
student-resumes/anna-resume/style.css
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
body {
|
||||
font-family: Georgia, 'Times New Roman', Times, serif;
|
||||
font-size: 16px;
|
||||
max-width: 960px;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
main {
|
||||
display: grid;
|
||||
grid-template-columns: 40% 60%;
|
||||
margin-top: 3em;;
|
||||
}
|
||||
|
||||
header {
|
||||
text-align: center;
|
||||
margin: auto 2em;
|
||||
}
|
||||
|
||||
section {
|
||||
margin: auto 1em 4em 2em;
|
||||
}
|
||||
|
||||
i {
|
||||
margin-right: .5em;
|
||||
}
|
||||
|
||||
p {
|
||||
margin: .2em auto;
|
||||
}
|
||||
|
||||
hr {
|
||||
border: none;
|
||||
background-color: cadetblue;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
h1, h2 {
|
||||
font-weight: 100;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
#mainLeft {
|
||||
border-right: 1px solid cadetblue;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue