mirror of
https://github.com/welton89/RRBEC.git
synced 2026-04-05 21:45:41 +00:00
37 lines
481 B
CSS
37 lines
481 B
CSS
body {
|
|
margin: 15px;
|
|
padding: 15px;
|
|
font-family: Arial, sans-serif;
|
|
}
|
|
|
|
/* .sidebar {
|
|
height: 100vh;
|
|
width: 200px;
|
|
background-color: #f1f1f1;
|
|
padding: 20px;
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
}
|
|
|
|
.content {
|
|
margin-left: 220px;
|
|
padding: 20px;
|
|
}
|
|
|
|
ul {
|
|
list-style-type: none;
|
|
padding: 0;
|
|
}
|
|
|
|
li a {
|
|
display: block;
|
|
padding: 15px;
|
|
text-decoration: none;
|
|
color: #333;
|
|
}
|
|
|
|
li a:hover {
|
|
background-color: #ccc;
|
|
} */
|