8,960
edits
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
.list-item { | .list-item { | ||
list-style-type: none; | list-style-type: none; | ||
width: 100%; /* Ширина 100% родительского элемента */ | width: 100%; /* Ширина 100% родительского элемента */ | ||
text-align: center; | text-align: center; | ||
padding: 20px; | padding: 20px; | ||
box-sizing: border-box; /* Учитывает отступы в общей ширине */ | box-sizing: border-box; /* Учитывает отступы в общей ширине */ | ||
} | } | ||
.list-item span { | .list-item span { | ||
display: inline-block; | |||
color: black; | color: black; | ||
background: | background: url(/images/3/37/Is-ø-lat-ed2.png) no-repeat center; | ||
padding: | background-size: contain; /* Сохраняет пропорции изображения */ | ||
padding: 20px; | |||
background-clip: text; | |||
-webkit-background-clip: text; | |||
color: transparent; | |||
} | } | ||