CSS Tutorial for Beginners - 24 - Border Property Part 1

preview_player
Показать описание
In this video we take a look at the border property.
Рекомендации по теме
Комментарии
Автор

Totally love the 3D effect.... Learning a lot from your Cascading style sheet lessons.... 😎

janetracy
Автор

Just amazing. I learned a lot form this series. Good job!

mahdifallah
Автор

You're making me CSS- beginner understood. Thanks. :)

khalilurrahman
Автор

These lessons are really helpful. Thanks a lot :)

pranavdani
Автор

my browser dont display double groove ridge inset outset border style ... instead it shows up with a solid border . please help

bhaskarjyotisarma
Автор

These border property will work as usual before it turned into ID attributes right!..
Then wat is the need of #para2homepage..

karthikadevarajan
Автор

thanks so much for the tutorial it helped alot... but i have a question, i have set the margin of both of my paragraphs to 0; and there still some space between them, i need to know how to eliminate the space between here is the code i

p.para2 {

line-height:1.5em;
padding: 30px;
border-color:black;
border-width: 5px;
border-style: solid;
background-image: url(clouds.jpg);
font-size: 23px;
font-style: italic;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
border-top-left-radius:20px;
border-top-right-radius: 20px;
margin: 0;



}

p.para3 {


line-height:1.5em;
padding: 30px;
border-color:black;
border-width: 5px;
border-style: solid;
background-image: url(clouds.jpg);
font-size: 23px;
font-style: italic;
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
margin-top: 0;

}
everything is working except the margin code

supman
Автор

am i have to use all three of those(border-color, border-width, border-style)?
if one of them is missing, can the border display as well?

子阳-hx
Автор

Please for the love of God, please put the code in the desc....

depressoespresso
Автор

see no 3 d effect at all .. need better glasses....

THEARPE