Learn CSS icons in 3 minutes 🏠

preview_player
Показать описание
CSS font awesome icons tutorial example explained

.fa-twitter{
color:aqua;
}
.fa-youtube{
color: red;
}
Рекомендации по теме
Комментарии
Автор

/* style.css */
.fa-home{
}
.fa-twitter{
color:aqua;
}
.fa-youtube{
color: red;
}
<!DOCTYPE html>

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

<i class="fas fa-home"></i>
<i class="fab fa-twitter"></i>

<i class="fab fa-youtube"></i>
</a>

</body>
</html>

BroCodez
Автор

We don't have to read tons of article, but just watch these amazing videos! Thanks Bro, for making our life easier! ❤

celimacedo
Автор

You’re helping my dreams be lessened, as I am achieving them thanks to you! Thank you, bro!

italian_taco
Автор

been here since like 4k subs, you've helped me so much in growing as a programmer.

ilanshlain
Автор

your videos are soooo good, im using your tutorials for java, javascript, html AND css, keep up the great work bro! PS, thanks for helping me achieve my dreams🙂, you're awesome bro!

Feltennn
Автор

Thank you very much im in my high school and making websites and was eagerly wanting to know how to add icons

ishaanpunetha
Автор

I love your teaching style. Thank you guy. ❤

เอ็มแงะ
Автор

yo what's good bro code not sure if you remember me from any comments in the best but I'm the guy who was in the comments of like all your java videos, just wanna say thanks man for all the good tutorials and now that I'm in Uni I've actually been tutoring a lot of people myself and I send them all towards this channel. Hell I might even make vids of my own someday so thanks bro :)

nikleduc
Автор

SHEEEESHH brooo thanks a lot for your tutorials they help me out al lot!!

NarutoUzumakiDatebayo
Автор

Will be a css course about responsive design?

therealnero
Автор

Bro which is best for java..eclipse or intellij community

janindunimsara
Автор

Hey, how can I edit the size? It dont work on the page...

Misterfister
Автор

hey can you answer me i need to ask for an old video

zerolator
Автор

it is not working for me, I tried many different ways but still didn't get what I expected. Can you help me with that?

ThFirebird
Автор

How can I do if I want the icon to be filled up like the notification bell of youtube when I click it and it's completely white?

HaNguyen-bqfp
welcome to shbcf.ru