Adding up Tetris's resume
This commit is contained in:
parent
22cd76cc3e
commit
3b2821914f
2 changed files with 60 additions and 0 deletions
15
student-resumes/tetris-resume/styles/styles.css
Normal file
15
student-resumes/tetris-resume/styles/styles.css
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
body {
|
||||
margin:0 auto;
|
||||
padding: 5px;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 15px;
|
||||
width: 1200px;
|
||||
height: 850px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.skills {
|
||||
display: table;
|
||||
margin: 0 auto;
|
||||
text-align: left;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue