SlideShare a Scribd company logo
CSS box model, Text Formatting, Table Formatting
CS141L – Session 2016 BSCS RCET
HTML defines Contents of document
Style Define Appearance
Benefits
 Beautification
 Look control
 Change layout of pages just by adding a new style sheet
 Users bored with your style, change under an hour
 Layout control
 Show different on different devices (e.g. cellphone, desktop,
printer etc)
 Less Work
 Same content 3 looks
 Be creative, imagine things
 Do you know his biting power is 4670 N/Sq in
 Three Ways
 Inline
 Add an attribute style to element
 Mention all the style rules as value to this attribute
 Today we will be doing that
 Embedded
 Write style rules separate in style tag (may be in head tag)
 External
 Write style rules in a separate file
 2nd and third are mostly used
 Style rules are most likely the properties
 Your Properties
 Name
 Age
 Reg No
 Height
 Just like so
 Example
 color:red;
 Write the style for which element you want to apply
 <p style=“color:red;”>This is a paragraph</p>
Omaar
19
2016-CS-15
5ft 9in
 Browser says every element is a rectangular box
 Have border, margin, padding, background
 demo
 Width: 100px
 Margin: 20px
 Padding: 10px
 Border:1px
 What is visible width?
 20+1+10+100+10+1+20
 = 162px
 Open the provided document in brackets & firefox
 Open Developer tools & inspect
 What you see? Discussion
 Put important things in new div
 We are going to create following layout
 discussion
 Width of any element
 width: value;
 Padding of any element
 padding: value;
 padding: T R B L;
 padding: TB RL;
 Margin of any element
 margin: value;
 margin: T R B L;
 margin: TB RL;
 Value can be in length unit, %. Unit (px, in, cm, pt, em etc)
 Create the layout shown above
 Any color formed by RGB (each 0-255, 8bit)
 Color name
 Red, green, blue (see figure 13.1, 13.2 form book)
 RGB format
 rgb(120, 245, 190);
 rgb(10%, 50%, 50%);
 rgba(123, 145, 30,0.6);
 Hex format
 #RRGGBB
 #0A3B90
 #F0C
 Means #FF00CC
 Don’t know color value
 Go to MS paint
 Bracket let you choose form color picker
 Foreground color (or Font color)
 color:value;
 Background color
 background-color:value;
 Value can be RGB, color name, HEX, transparent, inherit
 Apply Colors As given
 Content back color pure white using hex, font black
 Body tag back color gray using rgb
 Header font color black using color name
 Heading of content font color orange (adjust using color picker)
 Footer font color of gray shade (must visible)
 Change opacity of heading
 Remove padding, margin applied from developer tool
 Do you see a difference
 Every box can have a border at any side
 border-top-width, border-right-width, border-bottom-width, border-left-
width or border-width
 Value: length units | thin | medium | thick | inherit
 Each side border can have a different style
 border-top-style, border-right-style, border-bottom-style, border-left-
style or border-style
 Value: none, dotted, dashed, solid, double, groove, ridge, inset | outset |
inherit
 Border Color
 border-top-color, border-right-color,
 border-bottom-color, border-left-color, or border-color
 Value: color, transparent, inherit
 Apply bottom dotted border to footer
 Color matched to gray shade
 Apply gray matched full border to content
 Every border corner can be rounded
 border-top-left-radius, border-top-right-radius, border-bottom-
right-radius, border-bottom-left-radius or border-radius
 Value: length measurement, percentage
 Apply border radius 30px to content
 font-family: font, font, ..;
 font-family:Courier, Times;
 font-size:value;
 Value: length unit, percentage, xx-small, x-small, small, medium,
large, x-large, xx-large, smaller, larger, inherit
 font-style:value;
 Value: normal, italic, oblique, inherit
 line-height:value;
 Value: number, length measurement, percentage, normal, inherit
 Go to ms word select a beautiful font style for Header text
 Change line height of list
 Horizontal alignment
 text-align:value;
 Value: left, right, center, justify
 Text indentation
 text-indent:value;
 value:length unit, percentage, inherit
 text-decoration:value;
 Value: none, underline, overline, line-through, blink
 letter-spacing:value;
 Value: length measurement, normal, inherit
 Justify content first paragraph, right align second one, indent
30px
 Align footer to right
 Blink footer text (most browser do not support it)
 Increase letter spacing of list to 5px
 Resize browser, can be viewed on smartphone cool!
 Text Shadow
 text-shadow:value;
 Value: h-offset v-offset blur-radius| none
 Give a shadow to content heading
 You can create different affects
 Book Page 256
 Book Reading
 Chapter 11 (intro only)
 Chapter 12
 Chapter 13 (till page 275)
 Chapter 14
 Assignment
 Create the following invoice, use inline styles
 It uses table for content arrangement
 Show in the office on 3-Jan-2017
Css summary

More Related Content

Similar to Css summary

Introduction to CSS
Introduction to CSSIntroduction to CSS
Introduction to CSSLarry King
 
CSS for Beginners
CSS for BeginnersCSS for Beginners
CSS for Beginners
Amit Kumar Singh
 
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 Complete Notes
Css Complete NotesCss Complete Notes
Css Complete Notes
EPAM Systems
 
Pemrograman Web 2 - CSS
Pemrograman Web 2 - CSSPemrograman Web 2 - CSS
Pemrograman Web 2 - CSS
Nur Fadli Utomo
 
Chapter 13: Colors and Backgrounds
Chapter 13: Colors and BackgroundsChapter 13: Colors and Backgrounds
Chapter 13: Colors and Backgrounds
Steve Guinan
 
Css3 Complete Reference
Css3 Complete ReferenceCss3 Complete Reference
Css3 Complete Reference
EPAM Systems
 
Web Engineering - Introduction to CSS
Web Engineering - Introduction to CSSWeb Engineering - Introduction to CSS
Web Engineering - Introduction to CSS
Nosheen Qamar
 
L4 Fashioning Text Styles and Colors
L4   Fashioning Text Styles and ColorsL4   Fashioning Text Styles and Colors
L4 Fashioning Text Styles and Colors
mykella
 
csscheatsheet.pdf
csscheatsheet.pdfcsscheatsheet.pdf
csscheatsheet.pdf
BdBangladesh
 
css-note.pptx
css-note.pptxcss-note.pptx
css-note.pptx
Samay16
 
Css
CssCss
Plan601 e session 4 lesson
Plan601 e session 4 lessonPlan601 e session 4 lesson
Plan601 e session 4 lessonrkottam
 
CSS Cascade Style Sheet
CSS Cascade Style SheetCSS Cascade Style Sheet
CSS Cascade Style Sheet
Adeel Rasheed
 
IT2255 Web Essentials - Unit II Web Designing
IT2255 Web Essentials - Unit II  Web DesigningIT2255 Web Essentials - Unit II  Web Designing
IT2255 Web Essentials - Unit II Web Designing
pkaviya
 

Similar to Css summary (20)

Css
CssCss
Css
 
Introduction to CSS
Introduction to CSSIntroduction to CSS
Introduction to CSS
 
CSS for Beginners
CSS for BeginnersCSS for Beginners
CSS for Beginners
 
Web Design Course: CSS lecture 3
Web Design Course: CSS lecture 3Web Design Course: CSS lecture 3
Web Design Course: CSS lecture 3
 
Css Complete Notes
Css Complete NotesCss Complete Notes
Css Complete Notes
 
Css
CssCss
Css
 
Pemrograman Web 2 - CSS
Pemrograman Web 2 - CSSPemrograman Web 2 - CSS
Pemrograman Web 2 - CSS
 
Chapter 13: Colors and Backgrounds
Chapter 13: Colors and BackgroundsChapter 13: Colors and Backgrounds
Chapter 13: Colors and Backgrounds
 
Css3 Complete Reference
Css3 Complete ReferenceCss3 Complete Reference
Css3 Complete Reference
 
CSS ppt
CSS pptCSS ppt
CSS ppt
 
CSS
CSSCSS
CSS
 
Pres
PresPres
Pres
 
Web Engineering - Introduction to CSS
Web Engineering - Introduction to CSSWeb Engineering - Introduction to CSS
Web Engineering - Introduction to CSS
 
L4 Fashioning Text Styles and Colors
L4   Fashioning Text Styles and ColorsL4   Fashioning Text Styles and Colors
L4 Fashioning Text Styles and Colors
 
csscheatsheet.pdf
csscheatsheet.pdfcsscheatsheet.pdf
csscheatsheet.pdf
 
css-note.pptx
css-note.pptxcss-note.pptx
css-note.pptx
 
Css
CssCss
Css
 
Plan601 e session 4 lesson
Plan601 e session 4 lessonPlan601 e session 4 lesson
Plan601 e session 4 lesson
 
CSS Cascade Style Sheet
CSS Cascade Style SheetCSS Cascade Style Sheet
CSS Cascade Style Sheet
 
IT2255 Web Essentials - Unit II Web Designing
IT2255 Web Essentials - Unit II  Web DesigningIT2255 Web Essentials - Unit II  Web Designing
IT2255 Web Essentials - Unit II Web Designing
 

More from maamir farooq

Ooad lab1
Ooad lab1Ooad lab1
Ooad lab1
maamir farooq
 
Lesson 03
Lesson 03Lesson 03
Lesson 03
maamir farooq
 
Lesson 02
Lesson 02Lesson 02
Lesson 02
maamir farooq
 
Php client libray
Php client librayPhp client libray
Php client libray
maamir farooq
 
Swiftmailer
SwiftmailerSwiftmailer
Swiftmailer
maamir farooq
 
Lect15
Lect15Lect15
Lec 7
Lec 7Lec 7
Lec 6
Lec 6Lec 6
Lec 5
Lec 5Lec 5
J query 1.7 cheat sheet
J query 1.7 cheat sheetJ query 1.7 cheat sheet
J query 1.7 cheat sheet
maamir farooq
 
Assignment
AssignmentAssignment
Assignment
maamir farooq
 
Java script summary
Java script summaryJava script summary
Java script summary
maamir farooq
 
Lec 3
Lec 3Lec 3
Lec 1
Lec 1Lec 1
Manual of image processing lab
Manual of image processing labManual of image processing lab
Manual of image processing lab
maamir farooq
 
Session management
Session managementSession management
Session management
maamir farooq
 
Data management
Data managementData management
Data management
maamir farooq
 
Content provider
Content providerContent provider
Content provider
maamir farooq
 
Android sq lite database tutorial
Android sq lite database tutorialAndroid sq lite database tutorial
Android sq lite database tutorial
maamir farooq
 

More from maamir farooq (20)

Ooad lab1
Ooad lab1Ooad lab1
Ooad lab1
 
Lesson 03
Lesson 03Lesson 03
Lesson 03
 
Lesson 02
Lesson 02Lesson 02
Lesson 02
 
Php client libray
Php client librayPhp client libray
Php client libray
 
Swiftmailer
SwiftmailerSwiftmailer
Swiftmailer
 
Lect15
Lect15Lect15
Lect15
 
Lec 7
Lec 7Lec 7
Lec 7
 
Lec 6
Lec 6Lec 6
Lec 6
 
Lec 5
Lec 5Lec 5
Lec 5
 
J query 1.7 cheat sheet
J query 1.7 cheat sheetJ query 1.7 cheat sheet
J query 1.7 cheat sheet
 
Assignment
AssignmentAssignment
Assignment
 
Java script summary
Java script summaryJava script summary
Java script summary
 
Lec 3
Lec 3Lec 3
Lec 3
 
Lec 2
Lec 2Lec 2
Lec 2
 
Lec 1
Lec 1Lec 1
Lec 1
 
Manual of image processing lab
Manual of image processing labManual of image processing lab
Manual of image processing lab
 
Session management
Session managementSession management
Session management
 
Data management
Data managementData management
Data management
 
Content provider
Content providerContent provider
Content provider
 
Android sq lite database tutorial
Android sq lite database tutorialAndroid sq lite database tutorial
Android sq lite database tutorial
 

Recently uploaded

Chương 6. Ancol - phenol - ether (1).pdf
Chương 6. Ancol - phenol - ether (1).pdfChương 6. Ancol - phenol - ether (1).pdf
Chương 6. Ancol - phenol - ether (1).pdf
va2132004
 
what is the best method to sell pi coins in 2024
what is the best method to sell pi coins in 2024what is the best method to sell pi coins in 2024
what is the best method to sell pi coins in 2024
DOT TECH
 
NO1 Uk Black Magic Specialist Expert In Sahiwal, Okara, Hafizabad, Mandi Bah...
NO1 Uk Black Magic Specialist Expert In Sahiwal, Okara, Hafizabad,  Mandi Bah...NO1 Uk Black Magic Specialist Expert In Sahiwal, Okara, Hafizabad,  Mandi Bah...
NO1 Uk Black Magic Specialist Expert In Sahiwal, Okara, Hafizabad, Mandi Bah...
Amil Baba Dawood bangali
 
Empowering the Unbanked: The Vital Role of NBFCs in Promoting Financial Inclu...
Empowering the Unbanked: The Vital Role of NBFCs in Promoting Financial Inclu...Empowering the Unbanked: The Vital Role of NBFCs in Promoting Financial Inclu...
Empowering the Unbanked: The Vital Role of NBFCs in Promoting Financial Inclu...
Vighnesh Shashtri
 
Latino Buying Power - May 2024 Presentation for Latino Caucus
Latino Buying Power - May 2024 Presentation for Latino CaucusLatino Buying Power - May 2024 Presentation for Latino Caucus
Latino Buying Power - May 2024 Presentation for Latino Caucus
Danay Escanaverino
 
Monthly Economic Monitoring of Ukraine No. 232, May 2024
Monthly Economic Monitoring of Ukraine No. 232, May 2024Monthly Economic Monitoring of Ukraine No. 232, May 2024
Introduction to Indian Financial System ()
Introduction to Indian Financial System ()Introduction to Indian Financial System ()
Introduction to Indian Financial System ()
Avanish Goel
 
how to swap pi coins to foreign currency withdrawable.
how to swap pi coins to foreign currency withdrawable.how to swap pi coins to foreign currency withdrawable.
how to swap pi coins to foreign currency withdrawable.
DOT TECH
 
Greek trade a pillar of dynamic economic growth - European Business Review
Greek trade a pillar of dynamic economic growth - European Business ReviewGreek trade a pillar of dynamic economic growth - European Business Review
Greek trade a pillar of dynamic economic growth - European Business Review
Antonis Zairis
 
The secret way to sell pi coins effortlessly.
The secret way to sell pi coins effortlessly.The secret way to sell pi coins effortlessly.
The secret way to sell pi coins effortlessly.
DOT TECH
 
how can i use my minded pi coins I need some funds.
how can i use my minded pi coins I need some funds.how can i use my minded pi coins I need some funds.
how can i use my minded pi coins I need some funds.
DOT TECH
 
Summary of financial results for 1Q2024
Summary of financial  results for 1Q2024Summary of financial  results for 1Q2024
Summary of financial results for 1Q2024
InterCars
 
Commercial Bank Economic Capsule - May 2024
Commercial Bank Economic Capsule - May 2024Commercial Bank Economic Capsule - May 2024
Commercial Bank Economic Capsule - May 2024
Commercial Bank of Ceylon PLC
 
Turin Startup Ecosystem 2024 - Ricerca sulle Startup e il Sistema dell'Innov...
Turin Startup Ecosystem 2024  - Ricerca sulle Startup e il Sistema dell'Innov...Turin Startup Ecosystem 2024  - Ricerca sulle Startup e il Sistema dell'Innov...
Turin Startup Ecosystem 2024 - Ricerca sulle Startup e il Sistema dell'Innov...
Quotidiano Piemontese
 
Isios-2024-Professional-Independent-Trustee-Survey.pdf
Isios-2024-Professional-Independent-Trustee-Survey.pdfIsios-2024-Professional-Independent-Trustee-Survey.pdf
Isios-2024-Professional-Independent-Trustee-Survey.pdf
Henry Tapper
 
innovative-invoice-discounting-platforms-in-india-empowering-retail-investors...
innovative-invoice-discounting-platforms-in-india-empowering-retail-investors...innovative-invoice-discounting-platforms-in-india-empowering-retail-investors...
innovative-invoice-discounting-platforms-in-india-empowering-retail-investors...
Falcon Invoice Discounting
 
一比一原版Birmingham毕业证伯明翰大学|学院毕业证成绩单如何办理
一比一原版Birmingham毕业证伯明翰大学|学院毕业证成绩单如何办理一比一原版Birmingham毕业证伯明翰大学|学院毕业证成绩单如何办理
一比一原版Birmingham毕业证伯明翰大学|学院毕业证成绩单如何办理
betoozp
 
Scope Of Macroeconomics introduction and basic theories
Scope Of Macroeconomics introduction and basic theoriesScope Of Macroeconomics introduction and basic theories
Scope Of Macroeconomics introduction and basic theories
nomankalyar153
 
MERCHANTBANKING-PDF complete picture.pdf
MERCHANTBANKING-PDF complete picture.pdfMERCHANTBANKING-PDF complete picture.pdf
MERCHANTBANKING-PDF complete picture.pdf
Sudarshan Dakuru
 
how to sell pi coins effectively (from 50 - 100k pi)
how to sell pi coins effectively (from 50 - 100k  pi)how to sell pi coins effectively (from 50 - 100k  pi)
how to sell pi coins effectively (from 50 - 100k pi)
DOT TECH
 

Recently uploaded (20)

Chương 6. Ancol - phenol - ether (1).pdf
Chương 6. Ancol - phenol - ether (1).pdfChương 6. Ancol - phenol - ether (1).pdf
Chương 6. Ancol - phenol - ether (1).pdf
 
what is the best method to sell pi coins in 2024
what is the best method to sell pi coins in 2024what is the best method to sell pi coins in 2024
what is the best method to sell pi coins in 2024
 
NO1 Uk Black Magic Specialist Expert In Sahiwal, Okara, Hafizabad, Mandi Bah...
NO1 Uk Black Magic Specialist Expert In Sahiwal, Okara, Hafizabad,  Mandi Bah...NO1 Uk Black Magic Specialist Expert In Sahiwal, Okara, Hafizabad,  Mandi Bah...
NO1 Uk Black Magic Specialist Expert In Sahiwal, Okara, Hafizabad, Mandi Bah...
 
Empowering the Unbanked: The Vital Role of NBFCs in Promoting Financial Inclu...
Empowering the Unbanked: The Vital Role of NBFCs in Promoting Financial Inclu...Empowering the Unbanked: The Vital Role of NBFCs in Promoting Financial Inclu...
Empowering the Unbanked: The Vital Role of NBFCs in Promoting Financial Inclu...
 
Latino Buying Power - May 2024 Presentation for Latino Caucus
Latino Buying Power - May 2024 Presentation for Latino CaucusLatino Buying Power - May 2024 Presentation for Latino Caucus
Latino Buying Power - May 2024 Presentation for Latino Caucus
 
Monthly Economic Monitoring of Ukraine No. 232, May 2024
Monthly Economic Monitoring of Ukraine No. 232, May 2024Monthly Economic Monitoring of Ukraine No. 232, May 2024
Monthly Economic Monitoring of Ukraine No. 232, May 2024
 
Introduction to Indian Financial System ()
Introduction to Indian Financial System ()Introduction to Indian Financial System ()
Introduction to Indian Financial System ()
 
how to swap pi coins to foreign currency withdrawable.
how to swap pi coins to foreign currency withdrawable.how to swap pi coins to foreign currency withdrawable.
how to swap pi coins to foreign currency withdrawable.
 
Greek trade a pillar of dynamic economic growth - European Business Review
Greek trade a pillar of dynamic economic growth - European Business ReviewGreek trade a pillar of dynamic economic growth - European Business Review
Greek trade a pillar of dynamic economic growth - European Business Review
 
The secret way to sell pi coins effortlessly.
The secret way to sell pi coins effortlessly.The secret way to sell pi coins effortlessly.
The secret way to sell pi coins effortlessly.
 
how can i use my minded pi coins I need some funds.
how can i use my minded pi coins I need some funds.how can i use my minded pi coins I need some funds.
how can i use my minded pi coins I need some funds.
 
Summary of financial results for 1Q2024
Summary of financial  results for 1Q2024Summary of financial  results for 1Q2024
Summary of financial results for 1Q2024
 
Commercial Bank Economic Capsule - May 2024
Commercial Bank Economic Capsule - May 2024Commercial Bank Economic Capsule - May 2024
Commercial Bank Economic Capsule - May 2024
 
Turin Startup Ecosystem 2024 - Ricerca sulle Startup e il Sistema dell'Innov...
Turin Startup Ecosystem 2024  - Ricerca sulle Startup e il Sistema dell'Innov...Turin Startup Ecosystem 2024  - Ricerca sulle Startup e il Sistema dell'Innov...
Turin Startup Ecosystem 2024 - Ricerca sulle Startup e il Sistema dell'Innov...
 
Isios-2024-Professional-Independent-Trustee-Survey.pdf
Isios-2024-Professional-Independent-Trustee-Survey.pdfIsios-2024-Professional-Independent-Trustee-Survey.pdf
Isios-2024-Professional-Independent-Trustee-Survey.pdf
 
innovative-invoice-discounting-platforms-in-india-empowering-retail-investors...
innovative-invoice-discounting-platforms-in-india-empowering-retail-investors...innovative-invoice-discounting-platforms-in-india-empowering-retail-investors...
innovative-invoice-discounting-platforms-in-india-empowering-retail-investors...
 
一比一原版Birmingham毕业证伯明翰大学|学院毕业证成绩单如何办理
一比一原版Birmingham毕业证伯明翰大学|学院毕业证成绩单如何办理一比一原版Birmingham毕业证伯明翰大学|学院毕业证成绩单如何办理
一比一原版Birmingham毕业证伯明翰大学|学院毕业证成绩单如何办理
 
Scope Of Macroeconomics introduction and basic theories
Scope Of Macroeconomics introduction and basic theoriesScope Of Macroeconomics introduction and basic theories
Scope Of Macroeconomics introduction and basic theories
 
MERCHANTBANKING-PDF complete picture.pdf
MERCHANTBANKING-PDF complete picture.pdfMERCHANTBANKING-PDF complete picture.pdf
MERCHANTBANKING-PDF complete picture.pdf
 
how to sell pi coins effectively (from 50 - 100k pi)
how to sell pi coins effectively (from 50 - 100k  pi)how to sell pi coins effectively (from 50 - 100k  pi)
how to sell pi coins effectively (from 50 - 100k pi)
 

Css summary

  • 1. CSS box model, Text Formatting, Table Formatting CS141L – Session 2016 BSCS RCET
  • 2. HTML defines Contents of document Style Define Appearance Benefits  Beautification  Look control  Change layout of pages just by adding a new style sheet  Users bored with your style, change under an hour  Layout control  Show different on different devices (e.g. cellphone, desktop, printer etc)  Less Work
  • 4.  Be creative, imagine things  Do you know his biting power is 4670 N/Sq in
  • 5.  Three Ways  Inline  Add an attribute style to element  Mention all the style rules as value to this attribute  Today we will be doing that  Embedded  Write style rules separate in style tag (may be in head tag)  External  Write style rules in a separate file  2nd and third are mostly used  Style rules are most likely the properties
  • 6.  Your Properties  Name  Age  Reg No  Height  Just like so  Example  color:red;  Write the style for which element you want to apply  <p style=“color:red;”>This is a paragraph</p> Omaar 19 2016-CS-15 5ft 9in
  • 7.  Browser says every element is a rectangular box  Have border, margin, padding, background  demo  Width: 100px  Margin: 20px  Padding: 10px  Border:1px  What is visible width?  20+1+10+100+10+1+20  = 162px
  • 8.  Open the provided document in brackets & firefox  Open Developer tools & inspect  What you see? Discussion  Put important things in new div  We are going to create following layout  discussion
  • 9.  Width of any element  width: value;  Padding of any element  padding: value;  padding: T R B L;  padding: TB RL;  Margin of any element  margin: value;  margin: T R B L;  margin: TB RL;  Value can be in length unit, %. Unit (px, in, cm, pt, em etc)  Create the layout shown above
  • 10.  Any color formed by RGB (each 0-255, 8bit)  Color name  Red, green, blue (see figure 13.1, 13.2 form book)  RGB format  rgb(120, 245, 190);  rgb(10%, 50%, 50%);  rgba(123, 145, 30,0.6);  Hex format  #RRGGBB  #0A3B90  #F0C  Means #FF00CC  Don’t know color value  Go to MS paint  Bracket let you choose form color picker
  • 11.  Foreground color (or Font color)  color:value;  Background color  background-color:value;  Value can be RGB, color name, HEX, transparent, inherit  Apply Colors As given  Content back color pure white using hex, font black  Body tag back color gray using rgb  Header font color black using color name  Heading of content font color orange (adjust using color picker)  Footer font color of gray shade (must visible)  Change opacity of heading  Remove padding, margin applied from developer tool  Do you see a difference
  • 12.  Every box can have a border at any side  border-top-width, border-right-width, border-bottom-width, border-left- width or border-width  Value: length units | thin | medium | thick | inherit  Each side border can have a different style  border-top-style, border-right-style, border-bottom-style, border-left- style or border-style  Value: none, dotted, dashed, solid, double, groove, ridge, inset | outset | inherit  Border Color  border-top-color, border-right-color,  border-bottom-color, border-left-color, or border-color  Value: color, transparent, inherit  Apply bottom dotted border to footer  Color matched to gray shade  Apply gray matched full border to content
  • 13.  Every border corner can be rounded  border-top-left-radius, border-top-right-radius, border-bottom- right-radius, border-bottom-left-radius or border-radius  Value: length measurement, percentage  Apply border radius 30px to content
  • 14.  font-family: font, font, ..;  font-family:Courier, Times;  font-size:value;  Value: length unit, percentage, xx-small, x-small, small, medium, large, x-large, xx-large, smaller, larger, inherit  font-style:value;  Value: normal, italic, oblique, inherit  line-height:value;  Value: number, length measurement, percentage, normal, inherit  Go to ms word select a beautiful font style for Header text  Change line height of list
  • 15.  Horizontal alignment  text-align:value;  Value: left, right, center, justify  Text indentation  text-indent:value;  value:length unit, percentage, inherit  text-decoration:value;  Value: none, underline, overline, line-through, blink  letter-spacing:value;  Value: length measurement, normal, inherit  Justify content first paragraph, right align second one, indent 30px  Align footer to right  Blink footer text (most browser do not support it)  Increase letter spacing of list to 5px  Resize browser, can be viewed on smartphone cool!
  • 16.  Text Shadow  text-shadow:value;  Value: h-offset v-offset blur-radius| none  Give a shadow to content heading  You can create different affects  Book Page 256
  • 17.
  • 18.  Book Reading  Chapter 11 (intro only)  Chapter 12  Chapter 13 (till page 275)  Chapter 14  Assignment  Create the following invoice, use inline styles  It uses table for content arrangement  Show in the office on 3-Jan-2017