platform/example/http2/public/style.css
2018-11-07 23:11:10 -05:00

20 lines
No EOL
208 B
CSS

button {
margin-top: 2em;
}
html, body {
background-color: #000;
}
#app {
text-align: center;
}
#app h1 {
font-style: italic;
text-decoration: underline;
}
#loading {
color: red;
}