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, duration hours minute second in high quality that is uploaded to the channel Masters In Web Design 29 January 2022. Share the link to the video on social media so that your subscribers and friends will also watch this video. This video clip has been viewed 27 times and liked it 4 visitors.