Adds Uurhuss Resume directory and files
This commit is contained in:
parent
22cd76cc3e
commit
3c7090944e
2 changed files with 110 additions and 0 deletions
31
student-resumes/uurhus-resume/style.css
Normal file
31
student-resumes/uurhus-resume/style.css
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
body {
|
||||
font-family: 'Roboto';
|
||||
margin: 50px;
|
||||
padding: 0;
|
||||
line-height: 1.6;
|
||||
border: 2px solid #000;
|
||||
}
|
||||
|
||||
header, section, footer {
|
||||
padding: 25px
|
||||
}
|
||||
|
||||
header h1, header p {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
h1 {
|
||||
line-height: 1.6;
|
||||
border-bottom: 1px solid black;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.experience h2, .education h2 {
|
||||
color: orange;
|
||||
}
|
||||
|
||||
article h3 {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue