landing/launch.css

40 lines
538 B
CSS

html, body {
margin: 0;
padding: 0;
height: 100%;
width: 100%;
}
body {
font-family: 'Exo 2';
font-size: 13px;
background: rgb(250,250,250);
display: flex;
justify-content: center;
align-items: center;
background: url(fox.png) 50% 50% no-repeat;
}
.center-box
{
color:rgb(80, 100, 100);
line-height: 18px;
font-weight: 300;
font-size: 14px;
text-align: center;
}
h2 {
color: rgb(100,100,100);
}
strong {
font-weight: 500;
}
a:link, a:visited
{
font-weight: 500;
text-decoration: none;
color: rgb(146, 90, 198);
}