derw-lang/css/main.css

34 lines
501 B
CSS
Raw Normal View History

2024-11-29 21:04:43 -05:00
:root {
font-family: sans-serif;
}
.block {
padding: 2px;
margin: 2px;
display: flex;
flex-wrap: wrap;
max-width: 250px;
align-items: center;
border: solid rgba(32,32,32,0.5) 2px;
background: rgb(200,200,200);
}
.op-40 {
margin-top: 0;
margin-bottom: 0;
}
.op-91 {
border-radius: 10px;
}
.op-123 {
display: block;
background: rgb(225,225,225);
}
.op-nil {
font-family: monospace;
background: rgb(255,255,255);
max-width: none;
}