SlideShare a Scribd company logo
Unit III: Adding Styles
and Interactivity Using
 CSS and Javascript
 When point moves it was then known
  as_______?
 What line is used to show the outline part
  of an object when drawn?
 What is the longest border in the world?
 Which of the following letter is solid, and
  which is outlined.


a.   R                 b .R
The CSS border properties
 specify the borders around
 an element.
The CSS outline properties
 specify the outline around
 an element.
PR0PERTY               DESCRIPTION                        EXAMPLE
border-style    Sets the width of borders/outline    h1{border-style: solid;}
outline style   to dotted, dashed, solid,            h1{outline-style:
                double, groove, ridge, inset,        dashed;}
                outset or none.
border-width    Sets the width of borders to thin,   body{border-style:
outline-width   medium, thick or any numeric         dashed; border-width:
                value in pixels, like 20px           thick;}
                                                     body{outline-style:
                                                     dashed; outline-width:
                                                     thick;}

border-color    Defines the color of the border      h1{border-style: dotted;
outline-color   (the borders should be set first     border-width: thin;
                using the border-style property)     border-color: red;}
                                                     h1{outline-style: dotted;
                                                     outline-width: thin;
                                                     outline-color: red;}
border          Sets all the border/outline          h1{border: medium
outline         properties in one declaration.       ridge, blue;}
                                                     h1{outline: medium,
                                                     ridge, blue;}
PROPERTIES            DESCRIPTION                           EXAMPLE
Border-top-style      Sets the style, width, color of the   h1{border-top-style: dotted;}
Border-top-width      top border.                           h1{border-top-width: thin;}
Border-top-color                                            h1{border-top-color: blue;}
                      Sets the properties of the top
                                                            h1{border-top: thin dotted blue;}
                      border in one declaration
Border-top

Border-right-style    Sets the style, width, color of the   h1{border-right-style: dotted;}
Border-right-width    right border.                         h1{border-right-width: thin;}
Border-right-color                                          h1{border-right-color: blue;}
                      Sets the properties of the right
Border-right                                                h1{border-right: thin dotted blue;}
                      border in one declaration

Border-bottom-style   Sets the style, width, color of the   h1{border-bottom-style: dotted;}
Border-bottom-        bottom border.                        h1{border-bottom-width: thin;}
width                                                       h1{border-bottom-color: blue;}
                      Sets the properties of the bottom
Border-bottom-                                              h1{border-bottom: thin dotted
                      border in one declaration
color                                                       blue;}
Border-bottom

Border-left-style     Sets the style, width, color of the   h1{border-left-style: dotted;}
Border-left-width     left border.                          h1{border-left-width: thin;}
Border-left-color                                           h1{border-left-color: blue;}
                      Sets the properties of the left
Border-left                                                 h1{border-left: thin dotted blue;}
                      border in one declaration
Syntax
        border-image: source slice width outset repeat;


Value              Description
border-image-      The path to the image to be used as a border
source
border-image-slice The inward offsets of the image-border
border-image-      The widths of the image-border
width
border-image-      The amount by which the border image area extends
outset             beyond the border box
border-image-      Whether the image-border should be repeated,
repeat             rounded or stretched
Text-shadow properties: CSS3
  Syntax
  p{text-shadow: 2px 2px 8px red;}
    Value                      Description
h-shadow    Required. The position of the horizontal shadow.
            Negative values are allowed
v-shadow    Required. The position of the vertical shadow.
            Negative values are allowed
blur        Optional. The blur distance

color       Optional. The color of the shadow. Look at CSS
            Color Values for a complete list of possible color
            values
1.  Set thin borders to header 1.
2. Set green border to header 1
3. Set a 30 pixels size of border to header 1.
4. Set a solid border to a paragraph.
5. Set a thick top border to a paragraph.
6. Set a red left border in header 2.
7. Set a dotted right border in a paragraph.
8. Set a blue outline to header 1
9. Set an outset border in a header 2.
10. Set a green bottom border in a
    paragraph
1.    h1{border-width: thin;}
2.    h1{border-color: green;}
3.    h1{border-width: 30px;}
4.    p{border-style: solid;}
5.    p{border-top-width: thick;}
6.    h2{border-left-color: red;}
7.    p{border-right-style: dotted;}
8.    h1{outline-color: blue;}
9.    h2{border-style: outset;}
10.   p{border-bottom-color: green;}
Ad

More Related Content

Similar to Css border and outline properties (16)

Css
CssCss
Css
Vijay Raj Yanamala
 
Chapter 14: Box Model
Chapter 14: Box ModelChapter 14: Box Model
Chapter 14: Box Model
Steve Guinan
 
Css properties
Css propertiesCss properties
Css properties
suresh_jathari
 
Pres
PresPres
Pres
Andrey L
 
WEB PROGRAMMING
WEB PROGRAMMINGWEB PROGRAMMING
WEB PROGRAMMING
sweetysweety8
 
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
 
Cascading style sheet part 2
Cascading style sheet   part 2Cascading style sheet   part 2
Cascading style sheet part 2
Himanshu Pathak
 
Css font properties
Css font propertiesCss font properties
Css font properties
Jesus Obenita Jr.
 
Border
BorderBorder
Border
Ankit Dubey
 
Css3
Css3Css3
Css3
Evolution Network
 
Introduction to CSS Borders - Lesson 4
Introduction to CSS Borders - Lesson 4Introduction to CSS Borders - Lesson 4
Introduction to CSS Borders - Lesson 4
Naresh Sharma
 
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
 
Estilos Css
Estilos CssEstilos Css
Estilos Css
andreagonza26
 
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
 
csscheatsheet.pdf
csscheatsheet.pdfcsscheatsheet.pdf
csscheatsheet.pdf
BdBangladesh
 
css-note.pptx
css-note.pptxcss-note.pptx
css-note.pptx
Samay16
 

More from Jesus Obenita Jr. (20)

Organization and management 3 a Evolution of Management Theory
Organization and management 3 a Evolution of Management TheoryOrganization and management 3 a Evolution of Management Theory
Organization and management 3 a Evolution of Management Theory
Jesus Obenita Jr.
 
Organization and management 2 Management Function
Organization and management 2 Management FunctionOrganization and management 2 Management Function
Organization and management 2 Management Function
Jesus Obenita Jr.
 
Organization and management 1
Organization and management 1Organization and management 1
Organization and management 1
Jesus Obenita Jr.
 
Ms excel 2013 formatting worksheets
Ms excel 2013 formatting worksheetsMs excel 2013 formatting worksheets
Ms excel 2013 formatting worksheets
Jesus Obenita Jr.
 
Ms excel 2013 data management
Ms excel 2013 data managementMs excel 2013 data management
Ms excel 2013 data management
Jesus Obenita Jr.
 
Microsoft Excel introduction
Microsoft Excel introductionMicrosoft Excel introduction
Microsoft Excel introduction
Jesus Obenita Jr.
 
Word 2013 working with pictures
Word 2013 working with picturesWord 2013 working with pictures
Word 2013 working with pictures
Jesus Obenita Jr.
 
Word 2013 Formatting Page
Word 2013 Formatting PageWord 2013 Formatting Page
Word 2013 Formatting Page
Jesus Obenita Jr.
 
Word 2013 8
Word 2013 8Word 2013 8
Word 2013 8
Jesus Obenita Jr.
 
Ms word 2013 7
Ms word 2013 7Ms word 2013 7
Ms word 2013 7
Jesus Obenita Jr.
 
Ms word 2013 6
Ms word 2013 6Ms word 2013 6
Ms word 2013 6
Jesus Obenita Jr.
 
Ms word 2013 4
Ms word 2013 4Ms word 2013 4
Ms word 2013 4
Jesus Obenita Jr.
 
Ms word 2013 2
Ms word 2013 2Ms word 2013 2
Ms word 2013 2
Jesus Obenita Jr.
 
Ms word 2013
Ms word 2013Ms word 2013
Ms word 2013
Jesus Obenita Jr.
 
Parts of the ms word 2013 screen and
Parts of the ms word 2013 screen andParts of the ms word 2013 screen and
Parts of the ms word 2013 screen and
Jesus Obenita Jr.
 
Word processor
Word processorWord processor
Word processor
Jesus Obenita Jr.
 
Session 2 test construction.mt's
Session 2   test construction.mt'sSession 2   test construction.mt's
Session 2 test construction.mt's
Jesus Obenita Jr.
 
Cooking ingredients
Cooking ingredientsCooking ingredients
Cooking ingredients
Jesus Obenita Jr.
 
Color theory
Color theoryColor theory
Color theory
Jesus Obenita Jr.
 
Computer software
Computer softwareComputer software
Computer software
Jesus Obenita Jr.
 
Ad

Recently uploaded (20)

Form View Attributes in Odoo 18 - Odoo Slides
Form View Attributes in Odoo 18 - Odoo SlidesForm View Attributes in Odoo 18 - Odoo Slides
Form View Attributes in Odoo 18 - Odoo Slides
Celine George
 
Myopathies (muscle disorders) for undergraduate
Myopathies (muscle disorders) for undergraduateMyopathies (muscle disorders) for undergraduate
Myopathies (muscle disorders) for undergraduate
Mohamed Rizk Khodair
 
LDMMIA Reiki News Ed3 Vol1 For Team and Guests
LDMMIA Reiki News Ed3 Vol1 For Team and GuestsLDMMIA Reiki News Ed3 Vol1 For Team and Guests
LDMMIA Reiki News Ed3 Vol1 For Team and Guests
LDM & Mia eStudios
 
History Of The Monastery Of Mor Gabriel Philoxenos Yuhanon Dolabani
History Of The Monastery Of Mor Gabriel Philoxenos Yuhanon DolabaniHistory Of The Monastery Of Mor Gabriel Philoxenos Yuhanon Dolabani
History Of The Monastery Of Mor Gabriel Philoxenos Yuhanon Dolabani
fruinkamel7m
 
ANTI-VIRAL DRUGS unit 3 Pharmacology 3.pptx
ANTI-VIRAL DRUGS unit 3 Pharmacology 3.pptxANTI-VIRAL DRUGS unit 3 Pharmacology 3.pptx
ANTI-VIRAL DRUGS unit 3 Pharmacology 3.pptx
Mayuri Chavan
 
UPMVLE migration to ARAL. A step- by- step guide
UPMVLE migration to ARAL. A step- by- step guideUPMVLE migration to ARAL. A step- by- step guide
UPMVLE migration to ARAL. A step- by- step guide
abmerca
 
What is the Philosophy of Statistics? (and how I was drawn to it)
What is the Philosophy of Statistics? (and how I was drawn to it)What is the Philosophy of Statistics? (and how I was drawn to it)
What is the Philosophy of Statistics? (and how I was drawn to it)
jemille6
 
MCQ PHYSIOLOGY II (DR. NASIR MUSTAFA) MCQS)
MCQ PHYSIOLOGY II (DR. NASIR MUSTAFA) MCQS)MCQ PHYSIOLOGY II (DR. NASIR MUSTAFA) MCQS)
MCQ PHYSIOLOGY II (DR. NASIR MUSTAFA) MCQS)
Dr. Nasir Mustafa
 
Cultivation Practice of Garlic in Nepal.pptx
Cultivation Practice of Garlic in Nepal.pptxCultivation Practice of Garlic in Nepal.pptx
Cultivation Practice of Garlic in Nepal.pptx
UmeshTimilsina1
 
Mental Health Assessment in 5th semester bsc. nursing and also used in 2nd ye...
Mental Health Assessment in 5th semester bsc. nursing and also used in 2nd ye...Mental Health Assessment in 5th semester bsc. nursing and also used in 2nd ye...
Mental Health Assessment in 5th semester bsc. nursing and also used in 2nd ye...
parmarjuli1412
 
Pope Leo XIV, the first Pope from North America.pptx
Pope Leo XIV, the first Pope from North America.pptxPope Leo XIV, the first Pope from North America.pptx
Pope Leo XIV, the first Pope from North America.pptx
Martin M Flynn
 
Ajanta Paintings: Study as a Source of History
Ajanta Paintings: Study as a Source of HistoryAjanta Paintings: Study as a Source of History
Ajanta Paintings: Study as a Source of History
Virag Sontakke
 
U3 ANTITUBERCULAR DRUGS Pharmacology 3.pptx
U3 ANTITUBERCULAR DRUGS Pharmacology 3.pptxU3 ANTITUBERCULAR DRUGS Pharmacology 3.pptx
U3 ANTITUBERCULAR DRUGS Pharmacology 3.pptx
Mayuri Chavan
 
Origin of Brahmi script: A breaking down of various theories
Origin of Brahmi script: A breaking down of various theoriesOrigin of Brahmi script: A breaking down of various theories
Origin of Brahmi script: A breaking down of various theories
PrachiSontakke5
 
How to Clean Your Contacts Using the Deduplication Menu in Odoo 18
How to Clean Your Contacts Using the Deduplication Menu in Odoo 18How to Clean Your Contacts Using the Deduplication Menu in Odoo 18
How to Clean Your Contacts Using the Deduplication Menu in Odoo 18
Celine George
 
Transform tomorrow: Master benefits analysis with Gen AI today webinar, 30 A...
Transform tomorrow: Master benefits analysis with Gen AI today webinar,  30 A...Transform tomorrow: Master benefits analysis with Gen AI today webinar,  30 A...
Transform tomorrow: Master benefits analysis with Gen AI today webinar, 30 A...
Association for Project Management
 
spinal cord disorders (Myelopathies and radiculoapthies)
spinal cord disorders (Myelopathies and radiculoapthies)spinal cord disorders (Myelopathies and radiculoapthies)
spinal cord disorders (Myelopathies and radiculoapthies)
Mohamed Rizk Khodair
 
Search Matching Applicants in Odoo 18 - Odoo Slides
Search Matching Applicants in Odoo 18 - Odoo SlidesSearch Matching Applicants in Odoo 18 - Odoo Slides
Search Matching Applicants in Odoo 18 - Odoo Slides
Celine George
 
How to Share Accounts Between Companies in Odoo 18
How to Share Accounts Between Companies in Odoo 18How to Share Accounts Between Companies in Odoo 18
How to Share Accounts Between Companies in Odoo 18
Celine George
 
Classification of mental disorder in 5th semester bsc. nursing and also used ...
Classification of mental disorder in 5th semester bsc. nursing and also used ...Classification of mental disorder in 5th semester bsc. nursing and also used ...
Classification of mental disorder in 5th semester bsc. nursing and also used ...
parmarjuli1412
 
Form View Attributes in Odoo 18 - Odoo Slides
Form View Attributes in Odoo 18 - Odoo SlidesForm View Attributes in Odoo 18 - Odoo Slides
Form View Attributes in Odoo 18 - Odoo Slides
Celine George
 
Myopathies (muscle disorders) for undergraduate
Myopathies (muscle disorders) for undergraduateMyopathies (muscle disorders) for undergraduate
Myopathies (muscle disorders) for undergraduate
Mohamed Rizk Khodair
 
LDMMIA Reiki News Ed3 Vol1 For Team and Guests
LDMMIA Reiki News Ed3 Vol1 For Team and GuestsLDMMIA Reiki News Ed3 Vol1 For Team and Guests
LDMMIA Reiki News Ed3 Vol1 For Team and Guests
LDM & Mia eStudios
 
History Of The Monastery Of Mor Gabriel Philoxenos Yuhanon Dolabani
History Of The Monastery Of Mor Gabriel Philoxenos Yuhanon DolabaniHistory Of The Monastery Of Mor Gabriel Philoxenos Yuhanon Dolabani
History Of The Monastery Of Mor Gabriel Philoxenos Yuhanon Dolabani
fruinkamel7m
 
ANTI-VIRAL DRUGS unit 3 Pharmacology 3.pptx
ANTI-VIRAL DRUGS unit 3 Pharmacology 3.pptxANTI-VIRAL DRUGS unit 3 Pharmacology 3.pptx
ANTI-VIRAL DRUGS unit 3 Pharmacology 3.pptx
Mayuri Chavan
 
UPMVLE migration to ARAL. A step- by- step guide
UPMVLE migration to ARAL. A step- by- step guideUPMVLE migration to ARAL. A step- by- step guide
UPMVLE migration to ARAL. A step- by- step guide
abmerca
 
What is the Philosophy of Statistics? (and how I was drawn to it)
What is the Philosophy of Statistics? (and how I was drawn to it)What is the Philosophy of Statistics? (and how I was drawn to it)
What is the Philosophy of Statistics? (and how I was drawn to it)
jemille6
 
MCQ PHYSIOLOGY II (DR. NASIR MUSTAFA) MCQS)
MCQ PHYSIOLOGY II (DR. NASIR MUSTAFA) MCQS)MCQ PHYSIOLOGY II (DR. NASIR MUSTAFA) MCQS)
MCQ PHYSIOLOGY II (DR. NASIR MUSTAFA) MCQS)
Dr. Nasir Mustafa
 
Cultivation Practice of Garlic in Nepal.pptx
Cultivation Practice of Garlic in Nepal.pptxCultivation Practice of Garlic in Nepal.pptx
Cultivation Practice of Garlic in Nepal.pptx
UmeshTimilsina1
 
Mental Health Assessment in 5th semester bsc. nursing and also used in 2nd ye...
Mental Health Assessment in 5th semester bsc. nursing and also used in 2nd ye...Mental Health Assessment in 5th semester bsc. nursing and also used in 2nd ye...
Mental Health Assessment in 5th semester bsc. nursing and also used in 2nd ye...
parmarjuli1412
 
Pope Leo XIV, the first Pope from North America.pptx
Pope Leo XIV, the first Pope from North America.pptxPope Leo XIV, the first Pope from North America.pptx
Pope Leo XIV, the first Pope from North America.pptx
Martin M Flynn
 
Ajanta Paintings: Study as a Source of History
Ajanta Paintings: Study as a Source of HistoryAjanta Paintings: Study as a Source of History
Ajanta Paintings: Study as a Source of History
Virag Sontakke
 
U3 ANTITUBERCULAR DRUGS Pharmacology 3.pptx
U3 ANTITUBERCULAR DRUGS Pharmacology 3.pptxU3 ANTITUBERCULAR DRUGS Pharmacology 3.pptx
U3 ANTITUBERCULAR DRUGS Pharmacology 3.pptx
Mayuri Chavan
 
Origin of Brahmi script: A breaking down of various theories
Origin of Brahmi script: A breaking down of various theoriesOrigin of Brahmi script: A breaking down of various theories
Origin of Brahmi script: A breaking down of various theories
PrachiSontakke5
 
How to Clean Your Contacts Using the Deduplication Menu in Odoo 18
How to Clean Your Contacts Using the Deduplication Menu in Odoo 18How to Clean Your Contacts Using the Deduplication Menu in Odoo 18
How to Clean Your Contacts Using the Deduplication Menu in Odoo 18
Celine George
 
Transform tomorrow: Master benefits analysis with Gen AI today webinar, 30 A...
Transform tomorrow: Master benefits analysis with Gen AI today webinar,  30 A...Transform tomorrow: Master benefits analysis with Gen AI today webinar,  30 A...
Transform tomorrow: Master benefits analysis with Gen AI today webinar, 30 A...
Association for Project Management
 
spinal cord disorders (Myelopathies and radiculoapthies)
spinal cord disorders (Myelopathies and radiculoapthies)spinal cord disorders (Myelopathies and radiculoapthies)
spinal cord disorders (Myelopathies and radiculoapthies)
Mohamed Rizk Khodair
 
Search Matching Applicants in Odoo 18 - Odoo Slides
Search Matching Applicants in Odoo 18 - Odoo SlidesSearch Matching Applicants in Odoo 18 - Odoo Slides
Search Matching Applicants in Odoo 18 - Odoo Slides
Celine George
 
How to Share Accounts Between Companies in Odoo 18
How to Share Accounts Between Companies in Odoo 18How to Share Accounts Between Companies in Odoo 18
How to Share Accounts Between Companies in Odoo 18
Celine George
 
Classification of mental disorder in 5th semester bsc. nursing and also used ...
Classification of mental disorder in 5th semester bsc. nursing and also used ...Classification of mental disorder in 5th semester bsc. nursing and also used ...
Classification of mental disorder in 5th semester bsc. nursing and also used ...
parmarjuli1412
 
Ad

Css border and outline properties

  • 1. Unit III: Adding Styles and Interactivity Using CSS and Javascript
  • 2.  When point moves it was then known as_______?  What line is used to show the outline part of an object when drawn?  What is the longest border in the world?  Which of the following letter is solid, and which is outlined. a. R b .R
  • 3. The CSS border properties specify the borders around an element. The CSS outline properties specify the outline around an element.
  • 4. PR0PERTY DESCRIPTION EXAMPLE border-style Sets the width of borders/outline h1{border-style: solid;} outline style to dotted, dashed, solid, h1{outline-style: double, groove, ridge, inset, dashed;} outset or none. border-width Sets the width of borders to thin, body{border-style: outline-width medium, thick or any numeric dashed; border-width: value in pixels, like 20px thick;} body{outline-style: dashed; outline-width: thick;} border-color Defines the color of the border h1{border-style: dotted; outline-color (the borders should be set first border-width: thin; using the border-style property) border-color: red;} h1{outline-style: dotted; outline-width: thin; outline-color: red;} border Sets all the border/outline h1{border: medium outline properties in one declaration. ridge, blue;} h1{outline: medium, ridge, blue;}
  • 5. PROPERTIES DESCRIPTION EXAMPLE Border-top-style Sets the style, width, color of the h1{border-top-style: dotted;} Border-top-width top border. h1{border-top-width: thin;} Border-top-color h1{border-top-color: blue;} Sets the properties of the top h1{border-top: thin dotted blue;} border in one declaration Border-top Border-right-style Sets the style, width, color of the h1{border-right-style: dotted;} Border-right-width right border. h1{border-right-width: thin;} Border-right-color h1{border-right-color: blue;} Sets the properties of the right Border-right h1{border-right: thin dotted blue;} border in one declaration Border-bottom-style Sets the style, width, color of the h1{border-bottom-style: dotted;} Border-bottom- bottom border. h1{border-bottom-width: thin;} width h1{border-bottom-color: blue;} Sets the properties of the bottom Border-bottom- h1{border-bottom: thin dotted border in one declaration color blue;} Border-bottom Border-left-style Sets the style, width, color of the h1{border-left-style: dotted;} Border-left-width left border. h1{border-left-width: thin;} Border-left-color h1{border-left-color: blue;} Sets the properties of the left Border-left h1{border-left: thin dotted blue;} border in one declaration
  • 6. Syntax border-image: source slice width outset repeat; Value Description border-image- The path to the image to be used as a border source border-image-slice The inward offsets of the image-border border-image- The widths of the image-border width border-image- The amount by which the border image area extends outset beyond the border box border-image- Whether the image-border should be repeated, repeat rounded or stretched
  • 7. Text-shadow properties: CSS3 Syntax p{text-shadow: 2px 2px 8px red;} Value Description h-shadow Required. The position of the horizontal shadow. Negative values are allowed v-shadow Required. The position of the vertical shadow. Negative values are allowed blur Optional. The blur distance color Optional. The color of the shadow. Look at CSS Color Values for a complete list of possible color values
  • 8. 1. Set thin borders to header 1. 2. Set green border to header 1 3. Set a 30 pixels size of border to header 1. 4. Set a solid border to a paragraph. 5. Set a thick top border to a paragraph. 6. Set a red left border in header 2. 7. Set a dotted right border in a paragraph. 8. Set a blue outline to header 1 9. Set an outset border in a header 2. 10. Set a green bottom border in a paragraph
  • 9. 1. h1{border-width: thin;} 2. h1{border-color: green;} 3. h1{border-width: 30px;} 4. p{border-style: solid;} 5. p{border-top-width: thick;} 6. h2{border-left-color: red;} 7. p{border-right-style: dotted;} 8. h1{outline-color: blue;} 9. h2{border-style: outset;} 10. p{border-bottom-color: green;}
  翻译: