1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-11 10:22:53 +00:00
Files
mywebsite/public/stylesheets/style.css
2015-06-25 19:40:52 -05:00

49 lines
671 B
CSS

body {
font-family: 'Arvo', 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%);
}
.form-signin {
max-width: 500px;
padding: 15px;
margin: 0 auto;
}
.form-signin .form-control {
position: relative;
height: auto;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 10px;
font-size: 16px;
}
.colorRed {
color: red;
}