Learn CSS shadows in 2 minutes 👥

preview_player
Показать описание
CSS shadow property tutorial example explained

#CSS #shadow #tutorial

h1{
text-shadow: 0px 0px 5px yellow, 0px -5px 5px red;
}
h1:hover{
box-shadow: 5px 5px 5px black;
}
Рекомендации по теме
Комментарии
Автор

/* style.css */
h1{
text-shadow: 0px 0px 5px yellow, 0px -5px 5px red;
}
h1:hover{
box-shadow: 5px 5px 5px black;
}

<!DOCTYPE html>

<html>
<head>
<title>My first website</title>
<link rel="stylesheet" href="style.css">
</head>
<body>

<h1>Welcome to my website</h1>

</body>
</html>

BroCodez
Автор

This shadow videos is very helpful and useful bro thanks a lot for this

NarutoUzumakiDatebayo
Автор

Great content you have here. This is a very underrated educative channel. Learned a lot so far🔥

bossmanofficials
Автор

Big fan of you Senior .. Pls say hi to this junior coder

aakash
Автор

Well done Bro, I really enjoy your videos. Hope you do more

inhhai
Автор

Wow, thanks for the interesting content!

warx
Автор

I'm leaving a random comment down here!

jasonbenfrin