CSS Box Model

The Css Box model defines about layout and design which consist margin, border, padding and actual content. you would be able to see a box in which a part of 512x128. This is the actual data. 

The padding exist between border and actual data.

The margin exist out of the border.  


<style>
.container{
            backgroundred;
            margin14px;
            padding13px;
            border4px solid black;
}
</style>

Comments

Popular posts from this blog

command

The code of Loading in Html with Css

A Smile 😊 Codes in Html with Css