23 lines
280 B
CSS
23 lines
280 B
CSS
|
body {
|
||
|
overflow-x: hidden;
|
||
|
}
|
||
|
|
||
|
header {
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
header .container {
|
||
|
padding-top: 100px;
|
||
|
padding-bottom: 50px;
|
||
|
}
|
||
|
|
||
|
header img {
|
||
|
display: block;
|
||
|
margin: 0 auto 20px;
|
||
|
}
|
||
|
|
||
|
header .intro-text .skills {
|
||
|
font-size: 1.25em;
|
||
|
font-weight: 300;
|
||
|
}
|