forked from verdnatura/hedera-web
27 lines
278 B
CSS
27 lines
278 B
CSS
|
*
|
||
|
{
|
||
|
font-family: 'Open Sans';
|
||
|
}
|
||
|
img
|
||
|
{
|
||
|
position: absolute;
|
||
|
margin-top: -200px;
|
||
|
margin-left: -200px;
|
||
|
top: 50%;
|
||
|
left: 50%;
|
||
|
}
|
||
|
#continue
|
||
|
{
|
||
|
position: absolute;
|
||
|
bottom: 0px;
|
||
|
left: 0px;
|
||
|
right: 0px;
|
||
|
margin: 15px;
|
||
|
text-align: center;
|
||
|
}
|
||
|
a
|
||
|
{
|
||
|
color: #444;
|
||
|
border-width: 0px;
|
||
|
}
|