Which of the following CSS box model property is a part of CSS 3 features? * box-sizing: content-box box-sizing: border-box None Of the Above Both (1) and (2) code example
Example: border-box css
#example1 {
box-sizing: border-box;
}
#example1 {
box-sizing: border-box;
}