CSS icons (#13) 💯

preview_player
Показать описание


CSS icons
CSS icons tutorial
CSS icons font awesome
CSS icons font awesome tutorial
Рекомендации по теме
Комментарии
Автор

<!DOCTYPE html>
<html>

<head>

<link rel="stylesheet" type="text/css" href="style.css">


</head>
<body>

<h1>Icon Demo</h1>

<i class="fa fa-home fa-4x"></i>

<i class="fa fa-youtube fa-4x"></i>
</a>

<i class="fa fa-twitter fa-4x"></i>

<i class="fa fa-spinner fa-pulse fa-4x"></i>

</body>

</html>

/* CSS */

.fa-youtube{
color:red;
}
.fa-twitter{
color:#1DA1F2;
}
a{
text-decoration: none;
}

BroCodez
Автор

i thought you said it was the last video in the previous video :D

oguzhantopaloglu
Автор

Sir it would be very nice of if you start a JavaScript tutorial...

Thanks!

arkamukhopadhyay
Автор

bro your content is the best thank you so much

omardumet
Автор

Bro, I watched your videos 2 ND time cause I'm non native speaker, and I will continue untill I have mastered this lesson.

businesssportscience
Автор

Thank you for helping me. 😧. Just completed HTML, CSS only by watching your videos.

yolomangaming
Автор

No more algorithm jokes today, I'll try to dream up some more

joncaldwell
Автор

Hm actually if i had to set the color for Instagram logo how could i? i have been trying but it ain't happening for me! :(

likithshetty