Files
web2.0-backend/infoscreen/static/css/external_website.css
T
2017-03-08 18:30:38 +02:00

10 lines
112 B
CSS

body{
margin: 0;
}
iframe {
display: block;
background: #000;
border: none;
height: 100vh;
width: 100vw;
}