Шаблон:Second Hand/styles.css: различия между версиями
Перейти к навигации
Перейти к поиску
Нет описания правки |
Нет описания правки |
||
| Строка 35: | Строка 35: | ||
text-align: center; | text-align: center; | ||
font-family: Monotype Corsiva; | font-family: Monotype Corsiva; | ||
font-size: | font-size: 150%; | ||
margin-top: 2em; | margin-top: 2em; | ||
margin-bottom: 2em; | margin-bottom: 2em; | ||
| Строка 45: | Строка 45: | ||
color: red; | color: red; | ||
margin-top: 3em; | margin-top: 3em; | ||
font-size: 120%; | |||
} | } | ||
Версия от 09:36, 6 января 2022
.landing-block {
padding: 10px;
border: 1px solid silver;
background: yellow;
}
.landing-header {
text-align: center;
font-size: 500%;
font-family: Impact;
color: red;
margin-top: 2em;
margin-bottom: 2em;
}
.landing-subheader {
text-align: center;
font-size: 200%;
font-family: Impact;
color: red;
margin-top: 2em;
margin-bottom: 2em;
}
.landing-subheader-green {
text-align: center;
font-size: 110%;
font-family: Impact;
color: green;
margin-top: 2em;
margin-bottom: 2em;
}
.landing-navigation {
text-align: center;
font-family: Monotype Corsiva;
font-size: 150%;
margin-top: 2em;
margin-bottom: 2em;
}
.landing-footnote {
text-align: center;
font-family: Impact;
color: red;
margin-top: 3em;
font-size: 120%;
}