Initial commit
This commit is contained in:
15
HTML/html-kurs/Basics/BorderBox/BorderBox.css
Normal file
15
HTML/html-kurs/Basics/BorderBox/BorderBox.css
Normal file
@@ -0,0 +1,15 @@
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
div {
|
||||
width: 300px;
|
||||
height: 300px;
|
||||
padding: 50px;
|
||||
background-color: grey;
|
||||
margin: 20px;
|
||||
}
|
||||
|
||||
#div1 {
|
||||
border: 20px solid red;
|
||||
}
|
||||
Reference in New Issue
Block a user