snowpack-app-template-glimmer
Version:
A preconfigured template for Snowpack with Glimmer
35 lines (27 loc) • 427 B
CSS
body {
margin: 0;
color: #FFFFFF;
}
#app {
background: #1E293B;
min-height: 100vh;
display: grid;
align-items: center;
justify-content: center;
}
#intro {
width: 50vw;
}
#intro h1, #intro h3 {
font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-style: italic;
margin: 0.35em;
}
#intro img {
float: left;
width: 6.5em;
margin: 0.5em 2em;
}
#intro a {
color: #FFFFFF;
}