14 lines
189 B
CSS
Executable File
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;
|
|
} |