Adds content to text

This commit is contained in:
Nye Evans 2022-02-20 15:51:52 +00:00
parent 874e1d9b39
commit aee54c2ffc
6 changed files with 94 additions and 14 deletions

44
stylesheets/cv.css Normal file
View file

@ -0,0 +1,44 @@
#cvBody
{
display: flex;
flex-direction: column;
}
#cvTop
{
border: solid 3px black;
padding: 10px;
margin-bottom: 3px;
}
#cvLowerContainer
{
border: solid 3px black;
}
#cvLower
{
padding: 10px;
display: flex;
align-content: stretch;
}
#cvHistory
{
text-align: left;
padding-left: 5%;
width: 50%;
}
#cvSkills
{
text-align: left;
width: 50%;
}
#cvWork
{
text-align: left;
padding-left: 6%;
padding-bottom: 20px;
}