Adds Geemans Resume directory and files
This commit is contained in:
parent
22cd76cc3e
commit
364d7759f5
2 changed files with 158 additions and 0 deletions
39
student-resumes/geeman-resume/resume.css
Normal file
39
student-resumes/geeman-resume/resume.css
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
* {
|
||||
margin: 0;
|
||||
padding: 2;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
body {
|
||||
background-color: rgb(255, 255, 255);
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
.full {
|
||||
width: 55%;
|
||||
max-width: 1000px;
|
||||
min-height: 100px;
|
||||
background-color: rgb(245, 239, 231);
|
||||
margin: 0px;
|
||||
display: grid;
|
||||
grid-template-columns: 2fr 4fr;
|
||||
}
|
||||
.left {
|
||||
position: initial;
|
||||
background-color: rgb(120, 120, 120);
|
||||
padding: 20px;
|
||||
|
||||
}
|
||||
.right {
|
||||
position: initial;
|
||||
background-color: rgb(190, 190, 206);
|
||||
padding: 20px;
|
||||
|
||||
}
|
||||
.image, .Contact, .Skills, .Language, .Hobbies, .title,
|
||||
.Summary, .Experience, .Education, .project {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
.h2 {
|
||||
background-color: rgb(4, 96, 150);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue