the-heartbroken-dev-tier-1/student-resumes/uurhus-resume/style.css
2024-04-16 11:12:40 +01:00

31 lines
389 B
CSS

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;
}