Learn CSS fonts in 3 minutes 🆒

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

#CSS #font #fonts

body{
background-color:#111111;
}

h1{
color: #FFFFFF;
font-family: "Press Start 2P", "consolas", sans-serif;
}
p{
color: #00FF73;
font-family: "consolas", sans-serif;
font-style: italic;
font-weight: bold;
text-decoration: cyan dotted underline;
font-size: 18px;
}
Рекомендации по теме
Комментарии
Автор

/* style.css */
body{

}

h1{
color:
font-family: "Press Start 2P", "consolas", sans-serif;
}
p{
color: #00FF73;
font-family: "consolas", sans-serif;
font-style: italic;
font-weight: bold;
text-decoration: cyan dotted underline;
font-size: 18px;
}

<!DOCTYPE html>

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

<h1>This is my website</h1>

<p>Lorem ipsum dolor sit amet consectetur
adipisicing elit. Soluta suscipit itaque
repellat animi? Minima, dicta quos eaque
illo veniam sequi inventore voluptate
eveniet necessitatibus, iusto quia nam dolores similique sapiente!</p>

</body>
</html>

BroCodez
Автор

Dude your channel is the best when it comes to programming, thanks for existing :)

falcao
Автор

Thanks bro! Just wanted to learn font styling, you're a life saver! You got a sub.

hgqwplo
Автор

I go to school for the paper they gave me at the end, but i come to your channel to learn real stuff. Thanks Bro <3

Remolhunter
Автор

Awesome Bro! Simple and clear. Thank you so much!

mviktor
Автор

Amazing! Very clear and useful content! Thans a lot, MAN!

alex.artechtattoo
Автор

Perfect Channel for learning programming! Thank you so much Bro Code! 🎉

lirimbytyqi
Автор

So helpful and you really rock with your super clear instructions. Thanks

janicesturmey
Автор

Thank you for this video! Very helpful indeed!

sreenidhiaravindan
Автор

Sending bunch love. Let's get it the bro army!

MeuTube
Автор

Commenting because it helps your channel like you help us.

grant
Автор

Hello bro! love your videos THANKYOU ; just want to ask, is this the complete CSS playlist ?

akshatarora
Автор

Follow this vidéos step by step I made my web site very easy.
Thanks for this.
شكرا كثير

tsnfstc
Автор

Hello bro code
Thanks for the lesson but I have a question
If we use the link to google fonts that we pasted in our html doc, then why we should add the font family aldrich to our css style doc

aminealaoui
Автор

Perfect Channel for learning programming! Thank you so much Bro Code! 🎉

lirimbytyqi