Awesome text in css Part 7

Published: 29 January 2022
on channel: Masters In Web Design
27
4

How to make this type of awesome text in CSS

/*CSS*/
@import url("https://fonts.googleapis.com/css?fami...|Engagement|Baloo+Bhai|Ubuntu:700|Niconne&display=swap");
*,*::before,*::after{
padding: 0;
margin: 0;
box-sizing: border-box;
}
body{
width: 100%;
min-height: 100vh;
font-family: 'Niconne', cursive;
display: flex;
align-items: center;
justify-content: center;
background: #d52e3f;
}
body h1{
font-size: 15rem;
color: #fcedd8;
font-weight: 700;
text-shadow: 5px 5px 0 #eb452b,
10px 10px 0 #efa032,
15px 15px 0 #46b59b,
20px 20px 0 #017e7f,
30px 30px 0 #c11a2b,
35px 35px 0 #c11a2b,
40px 40px 0 #c11a2b,
45px 45px 0 #c11a2b;

}


Watch video Awesome text in css Part 7 online without registration, duration hours minute second in high quality. This video was added by user Masters In Web Design 29 January 2022, don't forget to share it with your friends and acquaintances, it has been viewed on our site 27 once and liked it 4 people.