8,960
edits
No edit summary |
No edit summary |
||
| Line 19: | Line 19: | ||
height: 50px; | height: 50px; | ||
background: url("/images/0/08/Above_quote.png") no-repeat center top; | background: url("/images/0/08/Above_quote.png") no-repeat center top; | ||
z-index: | z-index: 3; /* Изображение выше контейнера */ | ||
} | } | ||
| Line 31: | Line 31: | ||
height: 50px; | height: 50px; | ||
background: url("/images/c/c8/Under_quote.png") no-repeat center bottom; | background: url("/images/c/c8/Under_quote.png") no-repeat center bottom; | ||
z-index: | z-index: 3; /* Изображение выше контейнера */ | ||
} | } | ||
.quote-content { | .quote-content { | ||
position: relative; | position: relative; | ||
z-index: | z-index: 3; /* Текст выше фона и изображений */ | ||
padding: 20px 10px; /* Отступы внутри белого контейнера */ | padding: 20px 10px; /* Отступы внутри белого контейнера */ | ||
text-align: center; /* Центрируем текст */ | text-align: center; /* Центрируем текст */ | ||
} | } | ||