platform/packages/framework/example/http2/public/style.css

20 lines
208 B
CSS
Raw Normal View History

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