8,960
edits
No edit summary |
No edit summary |
||
| Line 6: | Line 6: | ||
width: 300px; /* Задает фиксированную ширину для примера */ | width: 300px; /* Задает фиксированную ширину для примера */ | ||
padding: 0; /* Убирает внутренние отступы у <li> */ | padding: 0; /* Убирает внутренние отступы у <li> */ | ||
border-radius: 10px 0px; | |||
} | } | ||
.top-part { | .top-part { | ||
height: | height: 30px; | ||
background-color: #e0e0e0; | background-color: #e0e0e0; | ||
padding: 10px; | padding: 10px; | ||
box-sizing: border-box; | box-sizing: border-box; | ||
border-bottom: 1px solid #ccc; | border-bottom: 1px solid #ccc; | ||
background-image: url(/images/d/db/Clancy_Letter_Background1.png); | |||
background-size: cover; | |||
} | } | ||