display/src/App.css

14 lines
196 B
CSS
Raw Normal View History

2021-11-12 17:24:16 +01:00
body {
font-size: 200%;
margin-top: 1em;
}
2021-11-12 16:41:27 +01:00
.placeholder:empty:before {
content: "\200b";
}
2021-11-12 16:41:27 +01:00
.placeholder {
display: inline-block;
width: 50px;
background-color: #c9c9c9;
}