forked from verdnatura/hedera-web
16 lines
179 B
CSS
16 lines
179 B
CSS
|
*
|
||
|
{
|
||
|
font-family: 'Open Sans';
|
||
|
}
|
||
|
div
|
||
|
{
|
||
|
position: absolute;
|
||
|
width: 500px;
|
||
|
height: 100px;
|
||
|
margin-left: -250px;
|
||
|
margin-top: -50px;
|
||
|
top: 50%;
|
||
|
left: 50%;
|
||
|
text-align: center;
|
||
|
}
|