aj-resume for cohort-2 posted in the community folder
This commit is contained in:
parent
22cd76cc3e
commit
07d4a281f8
2 changed files with 187 additions and 0 deletions
28
student-resumes/aj-resume/src.css
Normal file
28
student-resumes/aj-resume/src.css
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
.sectionTitle {
|
||||
background-color: #3b3b3b;
|
||||
color: azure;
|
||||
font-size:auto;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
height: 2em;
|
||||
size: auto;
|
||||
}
|
||||
|
||||
.work{
|
||||
display: flex;
|
||||
padding-block: .5em;
|
||||
}
|
||||
|
||||
.workTitle{
|
||||
flex: 1;
|
||||
text-align: left;
|
||||
|
||||
padding-left: 1em;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.workDuration{
|
||||
flex: .5;
|
||||
text-align: right;
|
||||
padding-right: 1em;
|
||||
vertical-align: middle;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue