1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-12 10:52:47 +00:00
Files
mywebsite/public/stylesheets/style.css
2015-06-24 11:18:57 -05:00

31 lines
394 B
CSS

body {
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}
a {
color: #00B7FF;
}
.textCenter {
text-align: center;
}
.header {
height: 500px;
background: url("../images/headerBackground.jpg") center;
background-size: cover;
}
.headerText{
font-size: 80px;
color: white;
margin-top: 0px;
}
.centerDiv{
position: relative;
top: 50%;
transform: translateY(-50%);
}