tryemoji / style.css
yadongxie's picture
feat: add web
89682f8
html, body {
padding: 0;
margin: 0;
height: 100%;
width: 100%;
}
iframe {
border: none;
height: 100%;
width: 100%;
}
* {
outline: none;
}