Files
domili/css/style.css
2025-08-09 00:52:12 +02:00

14 lines
189 B
CSS
Executable File

body {
background-color: #e6e6e6ff;
}
.container {
margin-top: 50px;
}
pre {
background-color: #e9ecef;
padding: 15px;
border-radius: 5px;
white-space: pre-wrap;
}