forked from WEB-IMB-WS2526/lab-development-imb
22 lines
328 B
CSS
22 lines
328 B
CSS
.simple-box {
|
|
background-color: #78abda;
|
|
font-family: Arial, sans-serif;
|
|
|
|
width: 300px;
|
|
height: 300px;
|
|
padding: 20px;
|
|
border: 2px solid #333;
|
|
border-radius: 10px;
|
|
margin: 30px;
|
|
}
|
|
|
|
.oben {
|
|
background-color: #e5f41d;
|
|
height: 20%;
|
|
margin-bottom: 15px;
|
|
}
|
|
.unten {
|
|
background-color: red;
|
|
height: 20%;
|
|
margin-top: 5px;
|
|
} |