@sutton-signwriting/signmaker
Version:
Create and edit signs using Formal SignWriting in ASCII (FSW) or SignWriting in Unicode (SWU)
29 lines (25 loc) • 416 B
CSS
body, html {
margin: 0;
background: gray;
height: 100%;
text-align: center;
color: #fff;
}
::selection {background: rgba(0,0,0,0.3);}
img {
display: inline;
float: left;
width: 20%;
padding: 2%;
}
h1 {
display: inline;
float: right;
width:80%;
font-size: 3em;
text-shadow: 0.02em 0.05em red;
top: 0; right: 0; bottom: 0; left: 0;
}
@media (max-width: 500px) {
h1 {font-size:2em}
}