mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-22 14:13:21 +00:00
10 lines
115 B
CSS
10 lines
115 B
CSS
body {
|
|
background: #EEE;
|
|
}
|
|
|
|
div {
|
|
box-shadow: 2px 2px 10px #888888;
|
|
margin: 10px;
|
|
padding: 10px;
|
|
}
|