User:User:Iforgotmypassword/Sandbox on wheels

From Soyjak Wiki, The Free Soycyclopedia
Revision as of 11:17, 2 January 2024 by Willy on Wheels 9964681 (talk | contribs) (Willy on Wheels 9964681 moved page User:Iforgotmypassword/Sandbox to User:User:Iforgotmypassword/Sandbox on wheels)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

<!DOCTYPE html> <html> <head> <style> div {

 background-color: lightgrey;
 width: 300px;
 border: 15px solid green;
 padding: 50px;
 margin: 20px;

} </style> </head> <body>

Demonstrating the Box Model

The CSS box model is essentially a box that wraps around every HTML element. It consists of: borders, padding, margins, and the actual content.

This text is the content of the box. We have added a 50px padding, 20px margin and a 15px green border. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

</body> </html>