Dantes (обсуждение | вклад) Нет описания правки |
Dantes (обсуждение | вклад) Нет описания правки |
||
| Строка 1: | Строка 1: | ||
. | .chem-recipe { | ||
border: 1px solid #ccc; | |||
border-radius: 12px; | |||
padding: 1em; | |||
margin-bottom: 1em; | |||
background: #f9f9f9; | |||
box-shadow: 2px 2px 6px rgba(0,0,0,0.1); | |||
} | } | ||
. | .chem-recipe h3 { | ||
margin-top: 0; | |||
font-size: 1.4em; | |||
color: #2c3e50; | |||
} | } | ||
. | .chem-recipe ul { | ||
padding-left: 1.2em; | |||
margin-top: 0.3em; | |||
margin-bottom: 0.6em; | |||
} | } | ||
. | .chem-recipe p { | ||
margin: 0.3em 0; | |||
. | |||
} | } | ||
Версия от 23:48, 19 апреля 2025
.chem-recipe {
border: 1px solid #ccc;
border-radius: 12px;
padding: 1em;
margin-bottom: 1em;
background: #f9f9f9;
box-shadow: 2px 2px 6px rgba(0,0,0,0.1);
}
.chem-recipe h3 {
margin-top: 0;
font-size: 1.4em;
color: #2c3e50;
}
.chem-recipe ul {
padding-left: 1.2em;
margin-top: 0.3em;
margin-bottom: 0.6em;
}
.chem-recipe p {
margin: 0.3em 0;
}