Learn CSS borders in 2 minutes 🔲

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

#CSS #border #tutorial

h1{
border-top-style: dotted;
border-bottom-style: dotted;
border-left-style: double;
border-left-width: 10px;
border-left-color: silver;
}

p{
border-style: solid;
border-width: 5px;
border-color: gold;
border-radius: 10px;
padding: 5px;
}
Рекомендации по теме
Комментарии
Автор

/* style.css */
h1{

border-top-style: dotted;
border-bottom-style: dotted;
border-left-style:double;
border-left-width: 10px;
border-left-color: silver;
}

p{
border-style:solid;
border-width: 5px;
border-color: gold;
border-radius: 10px;
padding: 5px;
}

<!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
Автор

This guy is ultimate ultra super pro next level max legend 🔥🔥

vengeance
Автор

for the whole of march 2022 i will binge watch your videos instead of Netflix series

fastlearner
Автор

I actually love the outset border. it's shining

ibrahimbalogunofficial
Автор

Good tutorial! Nice and on-point!! Loved it..

priyamunprocessed
Автор

Bro Code is the BEST TEACHER IN THE WORLD

paoloanichini
Автор

Thanks so much. You explained it better than others. Please make a video for Margin.

okontaokolosi
Автор

thank you bro! I am from Brazil and I enjoying very much this serie

PauloVitor-eqvb
Автор

Hello
I subscribed to your channel when you had 20K subscribers, you're growing to Fast!!! Keep Going Sir.

anirudhunleashes
Автор

أعجبني هذا الدرس تعلمت الكثير من الأشياء.
In this video I have learned a lot of things, even it's very short. Thanks again and again I might ask you in the next lessons.

اماديرأمان
Автор

bro u really helping me
I really love coding, im 12 and I want to know more, u really saving me
:)

silvazz
Автор

thanks a lot. this is really helpful ❤❤❤❤❤

ibrahimbalogunofficial
Автор

Thing is when i create a border of a text its all the way down to the right but i want to fix it so how do i?

Pkc
Автор

How can I add a border like this to a navbar in css?

amelizala
Автор

my border is filled till the right and left end for an h1 tag...how can i shrink it to the text length???

amazealharris
Автор

Where do add the code

border-style:solid;

Mayra
Автор

how do i make the border end at the end of the text

FreezieKO
Автор

is there any diference between "border-right-style" and "border-right"

danielpakpahan