9 lines
213 B
CSS
9 lines
213 B
CSS
|
#iframe {
|
||
|
border: 0px;
|
||
|
width: 100%;
|
||
|
height: 200px;
|
||
|
color: white;
|
||
|
font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;
|
||
|
text-align: center;
|
||
|
margin-top: 25%;
|
||
|
}
|