1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
.sidebar { width: 200px; background-color: #f2f2f2; flex-shrink: 0; h1 { margin-left: 10px; margin-top: 10px; } .file { display: block; color: black; text-decoration: none; padding: 5px; } .file:hover { background-color: #e4e4e4; } }