15 lines
168 B
CSS
15 lines
168 B
CSS
.wrap {
|
|
position: absolute;
|
|
top: 32px;
|
|
width: 100%;
|
|
left: 0;
|
|
right: 0;
|
|
}
|
|
|
|
.text {
|
|
color: white;
|
|
text-align: center;
|
|
margin: 16px;
|
|
font-size: 0.9em;
|
|
}
|