datbarCheckJS/style.css

24 lines
389 B
CSS
Raw Normal View History

body{
width: 100%;
height: 100%;
background-color: #2E4172;
color: #B4C0DE;
font-style: normal;
2016-03-04 13:47:36 +00:00
font-family:"Helvetica", "Arial", sans-serif;
font-size: 50px;
}
2016-03-04 13:47:36 +00:00
h3{
margin: none;
padding: none;
text-decoration: none;
text-transform: uppercase;
font-size: 16px;
}
#answer{
width: 1087px;
margin: 350px auto 0 auto;
}
2016-03-04 13:47:36 +00:00
.titanic{
float: none;
}