SlideShare a Scribd company logo
CSS – Cascading Style Sheet
CSS – Box Sizing
Call US: +91-9915337448 Email Us: info@webtechlearning.com
CSS3 Box Sizing
• The CSS3 box-sizing property allows us to
include the padding and border in an
element's total width and height.
Call US: +91-9915337448 Email Us: info@webtechlearning.com
Without box-sizing Property
By default, the width and height of an element is calculated like this:
• width + padding + border = actual width of an element
• height + padding + border = actual height of an element
• This means: When you set the width/height of an element, the element
often appear bigger than you have set (because the element's border and
padding are added to the element's specified width/height).
Call US: +91-9915337448 Email Us: info@webtechlearning.com
Without box-sizing Property - Example
• The following illustration shows two <div> elements with the same
specified width and height:
Call US: +91-9915337448 Email Us: info@webtechlearning.com
This div is smaller (width is 300px and
height is 100px).
This div is bigger (width is also 300px
and height is 100px).
Without box-sizing Property - Example
• The two <div> elements above end up with different sizes in the result
(because div2 has a padding specified):
Call US: +91-9915337448 Email Us: info@webtechlearning.com
.div1 {
width: 300px;
height: 100px;
border: 1px solid blue;
}
.div2 {
width: 300px;
height: 100px;
padding: 50px;
border: 1px solid red;
}
With the CSS3 box-sizing Property
• The CSS3 box-sizing property allows us to include the padding and border
in an element's total width and height.
• If you set box-sizing: border-box; on an element padding and border are
included in the width and height:
Call US: +91-9915337448 Email Us: info@webtechlearning.com
Both divs are the same size now! You can see the difference !
With the CSS3 box-sizing Property
• Here is the same example as above, with box-sizing: border-box; added to
both <div> elements:
Call US: +91-9915337448 Email Us: info@webtechlearning.com
.div1 {
width: 300px;
height: 100px;
border: 1px solid blue;
box-sizing: border-box;
}
.div2 {
width: 300px;
height: 100px;
padding: 50px;
border: 1px solid red;
box-sizing: border-box;
}
Css box-sizing

More Related Content

What's hot (20)

PDF
Html frames
eShikshak
 
PPTX
Flex box
Harish Karthick
 
PDF
Navigation and Link
Yaowaluck Promdee
 
PDF
JavaScript - Chapter 12 - Document Object Model
WebStackAcademy
 
PPTX
Html formatting
Webtech Learning
 
PDF
CSS Dasar #4 : Font Styling
Sandhika Galih
 
PDF
HTML CSS Basics
Mai Moustafa
 
PPT
JavaScript Functions
Reem Alattas
 
PPTX
Chapter 13: Colors and Backgrounds
Steve Guinan
 
PPTX
Cascading style sheets (CSS-Web Technology)
Timbal Mayank
 
PPTX
CSS Transitions, Transforms, Animations
Rob LaPlaca
 
PPT
Dynamic HTML Event Model
Reem Alattas
 
PDF
Introduction to HTML5
Gil Fink
 
PPT
CSS ppt
Sanmuga Nathan
 
PPT
Html frames
Arslan Elahi
 
PDF
Css positioning
Gerson Abesamis
 
PPTX
Css margins
Webtech Learning
 
PPTX
Css
Hemant Saini
 
PPTX
Data Integration and Transformation in Data mining
kavitha muneeshwaran
 
Html frames
eShikshak
 
Flex box
Harish Karthick
 
Navigation and Link
Yaowaluck Promdee
 
JavaScript - Chapter 12 - Document Object Model
WebStackAcademy
 
Html formatting
Webtech Learning
 
CSS Dasar #4 : Font Styling
Sandhika Galih
 
HTML CSS Basics
Mai Moustafa
 
JavaScript Functions
Reem Alattas
 
Chapter 13: Colors and Backgrounds
Steve Guinan
 
Cascading style sheets (CSS-Web Technology)
Timbal Mayank
 
CSS Transitions, Transforms, Animations
Rob LaPlaca
 
Dynamic HTML Event Model
Reem Alattas
 
Introduction to HTML5
Gil Fink
 
Html frames
Arslan Elahi
 
Css positioning
Gerson Abesamis
 
Css margins
Webtech Learning
 
Data Integration and Transformation in Data mining
kavitha muneeshwaran
 

Viewers also liked (15)

PPTX
Envejecimientoysaludpublica 131115190854-phpapp01
Mayte Valencia
 
PPTX
Evaluation question 10
Ella McLeod
 
PPTX
Tic en el área contable
ich_rodo
 
PDF
MRN letter
Logan Morton
 
PPTX
Dogging
Estefania Padilla
 
PPTX
Assertivenes Training
Valerie Price
 
DOC
Presentar lunes-19
Erika Roxana Delgado Pérez
 
DOCX
Mercadeo y Producción
Elkin Akosta Marmol
 
PDF
Programming Incentives in Information Systems
Ognjen Scekic
 
DOCX
Etapas del desarrollo del ser humano
Nicol Daniela Serrano
 
PPTX
Silogismo
Horacio Rene Armas
 
PPTX
Razonamiento
Horacio Rene Armas
 
PPTX
HTML Block and Inline Elements
Webtech Learning
 
PPTX
Lesson 1 Question 1B Intro & Narrative
CoombeMedia1
 
PPT
Unidad1: Aspectos psicológicos en las etapas del ciclo vital
Agustina Gallegos
 
Envejecimientoysaludpublica 131115190854-phpapp01
Mayte Valencia
 
Evaluation question 10
Ella McLeod
 
Tic en el área contable
ich_rodo
 
MRN letter
Logan Morton
 
Assertivenes Training
Valerie Price
 
Presentar lunes-19
Erika Roxana Delgado Pérez
 
Mercadeo y Producción
Elkin Akosta Marmol
 
Programming Incentives in Information Systems
Ognjen Scekic
 
Etapas del desarrollo del ser humano
Nicol Daniela Serrano
 
Razonamiento
Horacio Rene Armas
 
HTML Block and Inline Elements
Webtech Learning
 
Lesson 1 Question 1B Intro & Narrative
CoombeMedia1
 
Unidad1: Aspectos psicológicos en las etapas del ciclo vital
Agustina Gallegos
 
Ad

Similar to Css box-sizing (20)

PPTX
Css box-model
Webtech Learning
 
PDF
Dimensions of elements.pdf
Kongu Engineering College, Perundurai, Erode
 
PPTX
Lecture 6.pptx..........................
salmannawaz6566504
 
PPTX
cascading style sheets explaining about borders
Hshhdvrjdnkddb
 
PDF
11--CSS-Box-Model.pdf for second college
shwan it
 
PPTX
New Elements & Features in CSS3
Jamshid Hashimi
 
PPTX
CSS.pptx
RajKumarRock3
 
PPTX
Working with the CSS Box Model, syntaxxx
MaggieCasiro
 
PPT
5.1 css box model
Bulldogs83
 
PDF
Lab#7 CSS Box Model
Yaowaluck Promdee
 
PPTX
Web Development - Lecture 6
Syed Shahzaib Sohail
 
PPTX
Css box model
Dhairya Joshi
 
PPTX
Css dimension
AbhishekMondal42
 
PPSX
CSS Box Model Presentation
Reed Crouch
 
PPTX
CSS tutorial chapter 2
jeweltutin
 
PDF
Intro to CSS
Randy Oest II
 
PPTX
CSS Box Model
kjkleindorfer
 
PPTX
CSS: Box Model
utsav singh
 
PPTX
Web Engineering - Basic CSS Properties
Nosheen Qamar
 
PPTX
CSS Cascade Style Sheet
Adeel Rasheed
 
Css box-model
Webtech Learning
 
Lecture 6.pptx..........................
salmannawaz6566504
 
cascading style sheets explaining about borders
Hshhdvrjdnkddb
 
11--CSS-Box-Model.pdf for second college
shwan it
 
New Elements & Features in CSS3
Jamshid Hashimi
 
CSS.pptx
RajKumarRock3
 
Working with the CSS Box Model, syntaxxx
MaggieCasiro
 
5.1 css box model
Bulldogs83
 
Lab#7 CSS Box Model
Yaowaluck Promdee
 
Web Development - Lecture 6
Syed Shahzaib Sohail
 
Css box model
Dhairya Joshi
 
Css dimension
AbhishekMondal42
 
CSS Box Model Presentation
Reed Crouch
 
CSS tutorial chapter 2
jeweltutin
 
Intro to CSS
Randy Oest II
 
CSS Box Model
kjkleindorfer
 
CSS: Box Model
utsav singh
 
Web Engineering - Basic CSS Properties
Nosheen Qamar
 
CSS Cascade Style Sheet
Adeel Rasheed
 
Ad

More from Webtech Learning (20)

PPTX
Benefits of Digital Marketing
Webtech Learning
 
PPTX
Digital Marketing Benefits
Webtech Learning
 
PPTX
Future Scope of Digital Marketing in India
Webtech Learning
 
PPTX
Css types internal, external and inline (1)
Webtech Learning
 
PPTX
Bootstrap webtech presentation - new
Webtech Learning
 
PPTX
Css presentation
Webtech Learning
 
PPTX
Client side &amp; Server side Scripting
Webtech Learning
 
PPTX
Software testing & Quality Assurance
Webtech Learning
 
PPTX
Shadows Effects in CSS
Webtech Learning
 
PPTX
Bs Typography
Webtech Learning
 
PPTX
Bootstrap grids
Webtech Learning
 
PPTX
Css Display Property
Webtech Learning
 
PPTX
Html media
Webtech Learning
 
PPTX
Html5 semantics
Webtech Learning
 
PPTX
Css pseudo-classes
Webtech Learning
 
PPTX
Wordpress installation
Webtech Learning
 
PDF
Html tags or elements
Webtech Learning
 
PPTX
Hadoop Training in Panchkula
Webtech Learning
 
PPTX
Google Adwords Certification in Chandigarh
Webtech Learning
 
PPTX
Web Designing Course in Panchkula
Webtech Learning
 
Benefits of Digital Marketing
Webtech Learning
 
Digital Marketing Benefits
Webtech Learning
 
Future Scope of Digital Marketing in India
Webtech Learning
 
Css types internal, external and inline (1)
Webtech Learning
 
Bootstrap webtech presentation - new
Webtech Learning
 
Css presentation
Webtech Learning
 
Client side &amp; Server side Scripting
Webtech Learning
 
Software testing & Quality Assurance
Webtech Learning
 
Shadows Effects in CSS
Webtech Learning
 
Bs Typography
Webtech Learning
 
Bootstrap grids
Webtech Learning
 
Css Display Property
Webtech Learning
 
Html media
Webtech Learning
 
Html5 semantics
Webtech Learning
 
Css pseudo-classes
Webtech Learning
 
Wordpress installation
Webtech Learning
 
Html tags or elements
Webtech Learning
 
Hadoop Training in Panchkula
Webtech Learning
 
Google Adwords Certification in Chandigarh
Webtech Learning
 
Web Designing Course in Panchkula
Webtech Learning
 

Recently uploaded (20)

PPTX
the very teaching plan extra ordinary.pptx
PamelaOdibeli1
 
PPTX
hall ppt 1 it for basic tamolet .pptx
ashishbehera64
 
PDF
Design Social Change Creating Social Change
Eduardo Corrêa
 
DOCX
Ai vehicle traffic signal detector research proposal.docx
DavidNameza
 
PPTX
Light weight Concrete-CONCRETE TECHNOLOGY.
mayurbhandari2123
 
PDF
AI Intervention in Design & Content Creation
YellowSlice1
 
PDF
Black and Blue Modern Technology Presentation.pdf
hjaders1104
 
PDF
Empowering Artisans Through Technology Karmakar App Concept
yellowslice2
 
PPTX
Adjective..pptxujjjjjjjjjjjjjjjjjjjjjjjj
seemanodiyal
 
PPTX
Town planning is a concept used in architectural design. It plays a very impo...
IshikaPanchal11
 
PDF
SS27 Men's Fashion Trend Book Peclers Paris
Peclers Paris
 
PPTX
SAMPLE FILE OF-PPT-FINAL-ORAL-DEFENSE.pptx
Yvez2
 
PPTX
My_Engineering_Journey_Rahul_Rajbanshi.pptx
bikbikash24
 
PDF
🔴BUKTI KEMENANGAN HARI INI SELASA 08 JULI 2025 !!!🔴
GRAB
 
PPTX
DIASS-DIAGNOSTIC-TEST.pptxnjkhbuyygygccd
mcsprima2023
 
PPTX
condylar pptx.in relation to dental seurgery
abishekgowtham586
 
PPTX
BMC S6 M3 P1 building mATERIALS AND CONSTRUCTION.pptx
RizwanAlavi
 
PPTX
HIGH DENSITY CONCRETE-Concrete Technology
mayurbhandari2123
 
PPTX
Adobe Creative Cloud Cleaner Tool Crack Free Download Latest Version 2025
Slideshare
 
PPTX
619813902-Fun-friday-Identify-Bollywood-movie-from-dialogues-deliver-the-dial...
in4withme
 
the very teaching plan extra ordinary.pptx
PamelaOdibeli1
 
hall ppt 1 it for basic tamolet .pptx
ashishbehera64
 
Design Social Change Creating Social Change
Eduardo Corrêa
 
Ai vehicle traffic signal detector research proposal.docx
DavidNameza
 
Light weight Concrete-CONCRETE TECHNOLOGY.
mayurbhandari2123
 
AI Intervention in Design & Content Creation
YellowSlice1
 
Black and Blue Modern Technology Presentation.pdf
hjaders1104
 
Empowering Artisans Through Technology Karmakar App Concept
yellowslice2
 
Adjective..pptxujjjjjjjjjjjjjjjjjjjjjjjj
seemanodiyal
 
Town planning is a concept used in architectural design. It plays a very impo...
IshikaPanchal11
 
SS27 Men's Fashion Trend Book Peclers Paris
Peclers Paris
 
SAMPLE FILE OF-PPT-FINAL-ORAL-DEFENSE.pptx
Yvez2
 
My_Engineering_Journey_Rahul_Rajbanshi.pptx
bikbikash24
 
🔴BUKTI KEMENANGAN HARI INI SELASA 08 JULI 2025 !!!🔴
GRAB
 
DIASS-DIAGNOSTIC-TEST.pptxnjkhbuyygygccd
mcsprima2023
 
condylar pptx.in relation to dental seurgery
abishekgowtham586
 
BMC S6 M3 P1 building mATERIALS AND CONSTRUCTION.pptx
RizwanAlavi
 
HIGH DENSITY CONCRETE-Concrete Technology
mayurbhandari2123
 
Adobe Creative Cloud Cleaner Tool Crack Free Download Latest Version 2025
Slideshare
 
619813902-Fun-friday-Identify-Bollywood-movie-from-dialogues-deliver-the-dial...
in4withme
 

Css box-sizing

  • 1. CSS – Cascading Style Sheet CSS – Box Sizing Call US: +91-9915337448 Email Us: [email protected]
  • 2. CSS3 Box Sizing • The CSS3 box-sizing property allows us to include the padding and border in an element's total width and height. Call US: +91-9915337448 Email Us: [email protected]
  • 3. Without box-sizing Property By default, the width and height of an element is calculated like this: • width + padding + border = actual width of an element • height + padding + border = actual height of an element • This means: When you set the width/height of an element, the element often appear bigger than you have set (because the element's border and padding are added to the element's specified width/height). Call US: +91-9915337448 Email Us: [email protected]
  • 4. Without box-sizing Property - Example • The following illustration shows two <div> elements with the same specified width and height: Call US: +91-9915337448 Email Us: [email protected] This div is smaller (width is 300px and height is 100px). This div is bigger (width is also 300px and height is 100px).
  • 5. Without box-sizing Property - Example • The two <div> elements above end up with different sizes in the result (because div2 has a padding specified): Call US: +91-9915337448 Email Us: [email protected] .div1 { width: 300px; height: 100px; border: 1px solid blue; } .div2 { width: 300px; height: 100px; padding: 50px; border: 1px solid red; }
  • 6. With the CSS3 box-sizing Property • The CSS3 box-sizing property allows us to include the padding and border in an element's total width and height. • If you set box-sizing: border-box; on an element padding and border are included in the width and height: Call US: +91-9915337448 Email Us: [email protected] Both divs are the same size now! You can see the difference !
  • 7. With the CSS3 box-sizing Property • Here is the same example as above, with box-sizing: border-box; added to both <div> elements: Call US: +91-9915337448 Email Us: [email protected] .div1 { width: 300px; height: 100px; border: 1px solid blue; box-sizing: border-box; } .div2 { width: 300px; height: 100px; padding: 50px; border: 1px solid red; box-sizing: border-box; }