SlideShare a Scribd company logo
Introduction to CSS
Borders - Lesson 4
Publisher : Attitude Academy
Border
The border-color Property
The border-color property allows you to change the color of the
border surrounding an element. You can individually change the
color of the bottom, left, top and right sides of an element's
• Border-bottom-color changes the color of bottom border.
• Border-top-color changes the color of top border.
• Border-left-color changes the color of left border.
• Border-right-color changes the color of right border.
Border
The border-style Property
The border-style property allows you to select one of the following
styles of border:
• None: No border. (Equivalent of border-width:0 ;)
• Solid: Border is a single solid line.
• Dotted: Border is a series of dots.
• Dashed: Border is a series of short lines.
• Double: Border is two solid lines.
• Groove: Border looks as though it is carved into the page.
• Ridge: Border looks the opposite of groove
• Inset: Border makes the box look like it is embedded in the page.
• Outset: Border makes the box look like it is coming out of the
canvas.
• Hidden: Same as none, except in terms of border-conflict
resolution
Border
You can individually change the style of the bottom, left, top, and
right borders of an element using the following properties:
• Border-bottom-style changes the style of bottom border.
• Border-top-style changes the style of top border.
• Border-left-style changes the style of left border.
• Border-right-style changes the style of right border.
Border
The border-width Property
The border-width property allows you to set the width of an element
borders. The value of this property could be either a length in px, pt,
or cm, or it should be set to thin, medium, or thick. You can
individually change the width of the bottom, top, left, and right
borders of an element using the following properties:
• Border-bottom-width changes the width of bottom border.
• Border-top-width changes the width of top border.
• Border-left-width changes the width of left border.
• Border-right-width changes the width of right border
The following example shows all these border property:
<p style="border-width:4px; border-style: dash; border-
color: #093;>
This example show all these border property
</p>
<p style="border-width:4px; border-style: dash; border-
color: #093;>
This example show all these border property
</p>
Example Here:
This example show all these border property
Border
Border Properties Using Shorthand
The border property allows you to specify color, style, and width of
lines in one property: The following example shows how to use all
the three properties into a single property. This is the most
frequently used property to set border around any element.
<p style="border:2px solid #093;>
This example show all shorthand property
</p>
<p style="border:2px solid #093;>
This example show all shorthand property
</p>
Example Here:
This example show all shorthand property
Visit Us : Attitude Academy
Visit Us : Attitude Academy

More Related Content

What's hot (20)

Css ppt
Css pptCss ppt
Css ppt
Nidhi mishra
 
Css margins
Css marginsCss margins
Css margins
Webtech Learning
 
Css Ppt
Css PptCss Ppt
Css Ppt
Hema Prasanth
 
Cascading style sheet
Cascading style sheetCascading style sheet
Cascading style sheet
Michael Jhon
 
html-css
html-csshtml-css
html-css
Dhirendra Chauhan
 
CSS Positioning and Features of CSS3
CSS Positioning and Features of CSS3CSS Positioning and Features of CSS3
CSS Positioning and Features of CSS3
Jaimin Brahmbhatt
 
Introduction to Cascading Style Sheets (CSS)
Introduction to Cascading Style Sheets (CSS)Introduction to Cascading Style Sheets (CSS)
Introduction to Cascading Style Sheets (CSS)
Chris Poteet
 
Css position
Css positionCss position
Css position
Webtech Learning
 
Css box-model
Css box-modelCss box-model
Css box-model
Webtech Learning
 
Css borders
Css bordersCss borders
Css borders
AbhishekMondal42
 
Introduction to html
Introduction to htmlIntroduction to html
Introduction to html
vikasgaur31
 
Cascading Style Sheet
Cascading Style SheetCascading Style Sheet
Cascading Style Sheet
vijayta
 
Css lecture notes
Css lecture notesCss lecture notes
Css lecture notes
Santhiya Grace
 
Introduction to HTML and CSS
Introduction to HTML and CSSIntroduction to HTML and CSS
Introduction to HTML and CSS
Mario Hernandez
 
Flexbox and Grid Layout
Flexbox and Grid LayoutFlexbox and Grid Layout
Flexbox and Grid Layout
Rachel Andrew
 
Background property in css
Background property in cssBackground property in css
Background property in css
Dhruvin Nakrani
 
HTML Forms
HTML FormsHTML Forms
HTML Forms
Ravinder Kamboj
 
Html and css
Html and cssHtml and css
Html and css
Sukrit Gupta
 
Css selectors
Css selectorsCss selectors
Css selectors
Parth Trivedi
 
Intro to HTML and CSS basics
Intro to HTML and CSS basicsIntro to HTML and CSS basics
Intro to HTML and CSS basics
Eliran Eliassy
 

Similar to Introduction to CSS Borders - Lesson 4 (20)

Border
BorderBorder
Border
Ankit Dubey
 
CSS tutorial chapter 2
CSS tutorial chapter 2CSS tutorial chapter 2
CSS tutorial chapter 2
jeweltutin
 
Css3
Css3Css3
Css3
Evolution Network
 
Chapter 14: Box Model
Chapter 14: Box ModelChapter 14: Box Model
Chapter 14: Box Model
Steve Guinan
 
Dimensions of elements.pdf
Dimensions of elements.pdfDimensions of elements.pdf
Dimensions of elements.pdf
Kongu Engineering College, Perundurai, Erode
 
Pres
PresPres
Pres
Andrey L
 
CSS Topic wise Short notes ppt by Navya.E
CSS Topic wise Short notes ppt by Navya.ECSS Topic wise Short notes ppt by Navya.E
CSS Topic wise Short notes ppt by Navya.E
NavyaEnugala
 
Unit - 3 CSS(Cascading Style Sheet).pptx
Unit - 3 CSS(Cascading Style Sheet).pptxUnit - 3 CSS(Cascading Style Sheet).pptx
Unit - 3 CSS(Cascading Style Sheet).pptx
kushwahanitesh592
 
Web Design Course: CSS lecture 3
Web Design Course: CSS lecture 3Web Design Course: CSS lecture 3
Web Design Course: CSS lecture 3
Gheyath M. Othman
 
Css presentation lecture 4
Css presentation lecture 4Css presentation lecture 4
Css presentation lecture 4
Mudasir Syed
 
Css
CssCss
Css
Vijay Raj Yanamala
 
CSS Box Model
CSS Box ModelCSS Box Model
CSS Box Model
kjkleindorfer
 
Outline text
Outline textOutline text
Outline text
Ankit Dubey
 
Cascading style sheets (CSS-Web Technology)
Cascading style sheets (CSS-Web Technology)Cascading style sheets (CSS-Web Technology)
Cascading style sheets (CSS-Web Technology)
Timbal Mayank
 
Cascading style sheet part 2
Cascading style sheet   part 2Cascading style sheet   part 2
Cascading style sheet part 2
Himanshu Pathak
 
cascading style sheets explaining about borders
cascading style sheets explaining about borderscascading style sheets explaining about borders
cascading style sheets explaining about borders
Hshhdvrjdnkddb
 
Web Engineering - Basic CSS Properties
Web Engineering - Basic CSS PropertiesWeb Engineering - Basic CSS Properties
Web Engineering - Basic CSS Properties
Nosheen Qamar
 
Ppt ch06
Ppt ch06Ppt ch06
Ppt ch06
1geassking
 
Ppt ch06
Ppt ch06Ppt ch06
Ppt ch06
niruttisai
 
Css outlines
Css outlinesCss outlines
Css outlines
AbhishekMondal42
 

Recently uploaded (20)

GDGLSPGCOER - Git and GitHub Workshop.pptx
GDGLSPGCOER - Git and GitHub Workshop.pptxGDGLSPGCOER - Git and GitHub Workshop.pptx
GDGLSPGCOER - Git and GitHub Workshop.pptx
azeenhodekar
 
Social Problem-Unemployment .pptx notes for Physiotherapy Students
Social Problem-Unemployment .pptx notes for Physiotherapy StudentsSocial Problem-Unemployment .pptx notes for Physiotherapy Students
Social Problem-Unemployment .pptx notes for Physiotherapy Students
DrNidhiAgarwal
 
To study Digestive system of insect.pptx
To study Digestive system of insect.pptxTo study Digestive system of insect.pptx
To study Digestive system of insect.pptx
Arshad Shaikh
 
YSPH VMOC Special Report - Measles Outbreak Southwest US 4-26-2025.pptx
YSPH VMOC Special Report - Measles Outbreak  Southwest US 4-26-2025.pptxYSPH VMOC Special Report - Measles Outbreak  Southwest US 4-26-2025.pptx
YSPH VMOC Special Report - Measles Outbreak Southwest US 4-26-2025.pptx
Yale School of Public Health - The Virtual Medical Operations Center (VMOC)
 
The ever evoilving world of science /7th class science curiosity /samyans aca...
The ever evoilving world of science /7th class science curiosity /samyans aca...The ever evoilving world of science /7th class science curiosity /samyans aca...
The ever evoilving world of science /7th class science curiosity /samyans aca...
Sandeep Swamy
 
ĐỀ CƯƠNG HK2 LỚP 7. cuoi ky 2 thcs hoa phu
ĐỀ CƯƠNG HK2 LỚP 7. cuoi ky 2 thcs hoa phuĐỀ CƯƠNG HK2 LỚP 7. cuoi ky 2 thcs hoa phu
ĐỀ CƯƠNG HK2 LỚP 7. cuoi ky 2 thcs hoa phu
NhiLinh58
 
Ledger Posting in odoo Continental Accounting
Ledger Posting in odoo Continental AccountingLedger Posting in odoo Continental Accounting
Ledger Posting in odoo Continental Accounting
Celine George
 
Presentation of the MIPLM subject matter expert Erdem Kaya
Presentation of the MIPLM subject matter expert Erdem KayaPresentation of the MIPLM subject matter expert Erdem Kaya
Presentation of the MIPLM subject matter expert Erdem Kaya
MIPLM
 
Stein, Hunt, Green letter to Congress April 2025
Stein, Hunt, Green letter to Congress April 2025Stein, Hunt, Green letter to Congress April 2025
Stein, Hunt, Green letter to Congress April 2025
Mebane Rash
 
Studying Drama: Definition, types and elements
Studying Drama: Definition, types and elementsStudying Drama: Definition, types and elements
Studying Drama: Definition, types and elements
AbdelFattahAdel2
 
New Microsoft PowerPoint Presentation.pptx
New Microsoft PowerPoint Presentation.pptxNew Microsoft PowerPoint Presentation.pptx
New Microsoft PowerPoint Presentation.pptx
milanasargsyan5
 
Investigating inequalities in health (Medical Journalists' Association Sympos...
Investigating inequalities in health (Medical Journalists' Association Sympos...Investigating inequalities in health (Medical Journalists' Association Sympos...
Investigating inequalities in health (Medical Journalists' Association Sympos...
Paul Bradshaw
 
How to Subscribe Newsletter From Odoo 18 Website
How to Subscribe Newsletter From Odoo 18 WebsiteHow to Subscribe Newsletter From Odoo 18 Website
How to Subscribe Newsletter From Odoo 18 Website
Celine George
 
Power Supply Basics: Unregulated & Regulated DC
Power Supply Basics: Unregulated & Regulated DCPower Supply Basics: Unregulated & Regulated DC
Power Supply Basics: Unregulated & Regulated DC
GS Virdi
 
How to track Cost and Revenue using Analytic Accounts in odoo Accounting, App...
How to track Cost and Revenue using Analytic Accounts in odoo Accounting, App...How to track Cost and Revenue using Analytic Accounts in odoo Accounting, App...
How to track Cost and Revenue using Analytic Accounts in odoo Accounting, App...
Celine George
 
Vitamins Chapter-7, Biochemistry and clinical pathology, D.Pharm 2nd year
Vitamins Chapter-7, Biochemistry and clinical pathology, D.Pharm 2nd yearVitamins Chapter-7, Biochemistry and clinical pathology, D.Pharm 2nd year
Vitamins Chapter-7, Biochemistry and clinical pathology, D.Pharm 2nd year
ARUN KUMAR
 
Exploring-Substances-Acidic-Basic-and-Neutral.pdf
Exploring-Substances-Acidic-Basic-and-Neutral.pdfExploring-Substances-Acidic-Basic-and-Neutral.pdf
Exploring-Substances-Acidic-Basic-and-Neutral.pdf
Sandeep Swamy
 
Open Access: Revamping Library Learning Resources.
Open Access: Revamping Library Learning Resources.Open Access: Revamping Library Learning Resources.
Open Access: Revamping Library Learning Resources.
Rishi Bankim Chandra Evening College, Naihati, North 24 Parganas, West Bengal, India
 
Some Ethical Considerations of AI and GenAI
Some Ethical Considerations of AI and GenAISome Ethical Considerations of AI and GenAI
Some Ethical Considerations of AI and GenAI
Damian T. Gordon
 
How to Manage a Customer Account in Odoo 17 Sales
How to Manage a Customer Account in Odoo 17 SalesHow to Manage a Customer Account in Odoo 17 Sales
How to Manage a Customer Account in Odoo 17 Sales
Celine George
 
GDGLSPGCOER - Git and GitHub Workshop.pptx
GDGLSPGCOER - Git and GitHub Workshop.pptxGDGLSPGCOER - Git and GitHub Workshop.pptx
GDGLSPGCOER - Git and GitHub Workshop.pptx
azeenhodekar
 
Social Problem-Unemployment .pptx notes for Physiotherapy Students
Social Problem-Unemployment .pptx notes for Physiotherapy StudentsSocial Problem-Unemployment .pptx notes for Physiotherapy Students
Social Problem-Unemployment .pptx notes for Physiotherapy Students
DrNidhiAgarwal
 
To study Digestive system of insect.pptx
To study Digestive system of insect.pptxTo study Digestive system of insect.pptx
To study Digestive system of insect.pptx
Arshad Shaikh
 
The ever evoilving world of science /7th class science curiosity /samyans aca...
The ever evoilving world of science /7th class science curiosity /samyans aca...The ever evoilving world of science /7th class science curiosity /samyans aca...
The ever evoilving world of science /7th class science curiosity /samyans aca...
Sandeep Swamy
 
ĐỀ CƯƠNG HK2 LỚP 7. cuoi ky 2 thcs hoa phu
ĐỀ CƯƠNG HK2 LỚP 7. cuoi ky 2 thcs hoa phuĐỀ CƯƠNG HK2 LỚP 7. cuoi ky 2 thcs hoa phu
ĐỀ CƯƠNG HK2 LỚP 7. cuoi ky 2 thcs hoa phu
NhiLinh58
 
Ledger Posting in odoo Continental Accounting
Ledger Posting in odoo Continental AccountingLedger Posting in odoo Continental Accounting
Ledger Posting in odoo Continental Accounting
Celine George
 
Presentation of the MIPLM subject matter expert Erdem Kaya
Presentation of the MIPLM subject matter expert Erdem KayaPresentation of the MIPLM subject matter expert Erdem Kaya
Presentation of the MIPLM subject matter expert Erdem Kaya
MIPLM
 
Stein, Hunt, Green letter to Congress April 2025
Stein, Hunt, Green letter to Congress April 2025Stein, Hunt, Green letter to Congress April 2025
Stein, Hunt, Green letter to Congress April 2025
Mebane Rash
 
Studying Drama: Definition, types and elements
Studying Drama: Definition, types and elementsStudying Drama: Definition, types and elements
Studying Drama: Definition, types and elements
AbdelFattahAdel2
 
New Microsoft PowerPoint Presentation.pptx
New Microsoft PowerPoint Presentation.pptxNew Microsoft PowerPoint Presentation.pptx
New Microsoft PowerPoint Presentation.pptx
milanasargsyan5
 
Investigating inequalities in health (Medical Journalists' Association Sympos...
Investigating inequalities in health (Medical Journalists' Association Sympos...Investigating inequalities in health (Medical Journalists' Association Sympos...
Investigating inequalities in health (Medical Journalists' Association Sympos...
Paul Bradshaw
 
How to Subscribe Newsletter From Odoo 18 Website
How to Subscribe Newsletter From Odoo 18 WebsiteHow to Subscribe Newsletter From Odoo 18 Website
How to Subscribe Newsletter From Odoo 18 Website
Celine George
 
Power Supply Basics: Unregulated & Regulated DC
Power Supply Basics: Unregulated & Regulated DCPower Supply Basics: Unregulated & Regulated DC
Power Supply Basics: Unregulated & Regulated DC
GS Virdi
 
How to track Cost and Revenue using Analytic Accounts in odoo Accounting, App...
How to track Cost and Revenue using Analytic Accounts in odoo Accounting, App...How to track Cost and Revenue using Analytic Accounts in odoo Accounting, App...
How to track Cost and Revenue using Analytic Accounts in odoo Accounting, App...
Celine George
 
Vitamins Chapter-7, Biochemistry and clinical pathology, D.Pharm 2nd year
Vitamins Chapter-7, Biochemistry and clinical pathology, D.Pharm 2nd yearVitamins Chapter-7, Biochemistry and clinical pathology, D.Pharm 2nd year
Vitamins Chapter-7, Biochemistry and clinical pathology, D.Pharm 2nd year
ARUN KUMAR
 
Exploring-Substances-Acidic-Basic-and-Neutral.pdf
Exploring-Substances-Acidic-Basic-and-Neutral.pdfExploring-Substances-Acidic-Basic-and-Neutral.pdf
Exploring-Substances-Acidic-Basic-and-Neutral.pdf
Sandeep Swamy
 
Some Ethical Considerations of AI and GenAI
Some Ethical Considerations of AI and GenAISome Ethical Considerations of AI and GenAI
Some Ethical Considerations of AI and GenAI
Damian T. Gordon
 
How to Manage a Customer Account in Odoo 17 Sales
How to Manage a Customer Account in Odoo 17 SalesHow to Manage a Customer Account in Odoo 17 Sales
How to Manage a Customer Account in Odoo 17 Sales
Celine George
 

Introduction to CSS Borders - Lesson 4

  • 1. Introduction to CSS Borders - Lesson 4 Publisher : Attitude Academy
  • 2. Border The border-color Property The border-color property allows you to change the color of the border surrounding an element. You can individually change the color of the bottom, left, top and right sides of an element's • Border-bottom-color changes the color of bottom border. • Border-top-color changes the color of top border. • Border-left-color changes the color of left border. • Border-right-color changes the color of right border.
  • 3. Border The border-style Property The border-style property allows you to select one of the following styles of border: • None: No border. (Equivalent of border-width:0 ;) • Solid: Border is a single solid line. • Dotted: Border is a series of dots. • Dashed: Border is a series of short lines. • Double: Border is two solid lines. • Groove: Border looks as though it is carved into the page. • Ridge: Border looks the opposite of groove • Inset: Border makes the box look like it is embedded in the page. • Outset: Border makes the box look like it is coming out of the canvas. • Hidden: Same as none, except in terms of border-conflict resolution
  • 4. Border You can individually change the style of the bottom, left, top, and right borders of an element using the following properties: • Border-bottom-style changes the style of bottom border. • Border-top-style changes the style of top border. • Border-left-style changes the style of left border. • Border-right-style changes the style of right border.
  • 5. Border The border-width Property The border-width property allows you to set the width of an element borders. The value of this property could be either a length in px, pt, or cm, or it should be set to thin, medium, or thick. You can individually change the width of the bottom, top, left, and right borders of an element using the following properties: • Border-bottom-width changes the width of bottom border. • Border-top-width changes the width of top border. • Border-left-width changes the width of left border. • Border-right-width changes the width of right border The following example shows all these border property:
  • 6. <p style="border-width:4px; border-style: dash; border- color: #093;> This example show all these border property </p> <p style="border-width:4px; border-style: dash; border- color: #093;> This example show all these border property </p> Example Here: This example show all these border property
  • 7. Border Border Properties Using Shorthand The border property allows you to specify color, style, and width of lines in one property: The following example shows how to use all the three properties into a single property. This is the most frequently used property to set border around any element.
  • 8. <p style="border:2px solid #093;> This example show all shorthand property </p> <p style="border:2px solid #093;> This example show all shorthand property </p> Example Here: This example show all shorthand property
  • 9. Visit Us : Attitude Academy
  • 10. Visit Us : Attitude Academy