css (level 2)

 starting box model:

1. height

2. width

3.border

4.padding 

5.margin


1.Height: by default area occupied/ vertical area around the content is called HEIGHT.


syntax

div{

    height: 50px;

}   (# therefore the height of div is 50px ;)



2.  widht : by default , area occupied by horizontal line is called widht.


synatx


div{

widht: 30px;

}


3.border

include 3 :- 

     border-widht: 30px,23px..........;

    border-style: solid/dotted/dashed;

    border-color:black;

AVI.PARADOX..

Welcome to my blog! My name is PARADOX, and I’m thrilled to have you here., From the first “Hello, World!”.As a passionate coder, I find joy in the logic and structure of coding., This blog is more than just a collection of articles. It’s a community for those who love to gain knowledge as much as I do., So whether you’re here to learn something new, share your own knowledge, or just to be part of the community, I’m glad you’re here.

Post a Comment

Previous Post Next Post

Contact Form