mangayomi-mirror/epubx/example/web_ex/web/styles.css
2025-05-04 23:45:46 +02:00

18 lines
252 B
CSS

@import url(https://fonts.googleapis.com/css?family=Roboto);
html, body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
font-family: 'Roboto', sans-serif;
}
div, h2 {
padding: 20px;
text-align: center;
}
h2{
visibility: hidden
}