Adds content to text
This commit is contained in:
parent
874e1d9b39
commit
aee54c2ffc
6 changed files with 94 additions and 14 deletions
44
stylesheets/cv.css
Normal file
44
stylesheets/cv.css
Normal 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue