Пример:
golden
text
Размер букв зависит от ширины экрана, и чтобы увидеть его меньший размер, просто сузьте окно браузера.
HTML:
1 2 3 4 |
<div class="gold"> <span data-double="golden">golden</span> <span data-double="text">text</span> </div> |
CSS:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 |
.gold { margin: 20px 0; display: flex; flex-flow: column; align-items: center; justify-content: center; padding: 6vw 0; background: radial-gradient(ellipse at center, #443501 0%,#000000 100%); box-shadow: 0 4px 12px rgba(0,0,0,0.2), 0 16px 20px rgba(0,0,0,0.2); } .gold span { color: #cfc09f; font-family: Times, serif; position: relative; text-transform: uppercase; font-size: 9vw; letter-spacing: 1vw; line-height: 1; margin: 0; font-weight: 300; text-shadow: -1px 0 1px #c6bb9f, 0 1px 1px #c6bb9f, 5px 5px 10px rgba(0, 0, 0, 0.4), -5px -5px 10px rgba(0, 0, 0, 0.4); } .gold span + span { font-size: 15vw; } .gold span:before { content: attr(data-double); left: 0; top: 0; position: absolute; z-index: 1; background: linear-gradient(to bottom, #cfc09f 14%,#634f2c 16%, #cfc09f 20%, #cfc09f 22%,#ffecb3 40%,#3a2c0f 84%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; text-shadow: none; } |
Найдено на codepen.io у пользователя Mandy Michael
HTML золотой текст пожалуйста можно