display/src/App.css
2021-11-12 17:24:16 +01:00

14 lines
196 B
CSS

body {
font-size: 200%;
margin-top: 1em;
}
.placeholder:empty:before {
content: "\200b";
}
.placeholder {
display: inline-block;
width: 50px;
background-color: #c9c9c9;
}