add ak0w resume files to student resume
This commit is contained in:
parent
d76ff472cf
commit
1621a0b362
2 changed files with 108 additions and 0 deletions
37
student-resumes/ak0w resume/styles.css
Normal file
37
student-resumes/ak0w resume/styles.css
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
@charset "utf8";
|
||||
/*top image of dog*/
|
||||
#cutefloof {
|
||||
border: 2px solid blueviolet;
|
||||
width: 150px;
|
||||
height: auto;
|
||||
display:block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
box-shadow: 10px 10px 20px;
|
||||
}
|
||||
|
||||
h3{
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
body{
|
||||
background-color: seagreen;
|
||||
color: white;
|
||||
font-family: 'Courier New', Courier, monospace;
|
||||
margin-left: 20px;
|
||||
margin-right: auto;
|
||||
padding:0%;
|
||||
}
|
||||
|
||||
ul h6{
|
||||
color: bisque;
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
h5 {
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
hr {
|
||||
margin-left: -20px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue