Front-End Web
Development
Lesson 3
Advanced CSS
Agenda
●
●
●
●
●
●

Review (15 minutes)
HTML Template (10 minutes)
Box Model (50 minutes)
Nested Selectors (20 minutes)
Getting Started (10 minutes)
Lab Time (60 minutes)
Review
Wendy G. Bite
● index
● resume
Review
Homework (sharing files)
● Schoology
● Shared Class Web Server
● GitHub
HTML Template
template.html
reset.css > source
normalize.css > source
style.css
Box Model
Every element on a web page is a box.
What is an element?
Box Model
Box Model
Width = width +
padding-left + padding-right +
border-left + border-right
Height = height +
padding-top + padding-bottom +
border-top + border-bottom
Box Model
Let’s build this …
Start with …
template.html
style.css

Save as …
box_model.html
box_model.css
Box Model
Apply this to …
Wendy G. Bite
index.html
resume.html
Nested Selectors
Not needed to complete Assignment
Makes more sense once the following is
introduced in the next lesson:
<div> tags
IDs and classes
Getting Started
Assignment: Build Fashion Blog
starter code
image_1
image_2
Lab Time
Assignment: Build Fashion Blog
starter code > add external stylesheet
image_1
image_2
Homework
Complete Fashion Blog

More Related Content

PDF
Lesson 03
PPTX
eduHcc lesson2-3
PPTX
Html tutorial.lesson5
PPTX
A design space for Trust-enabling Interaction Design
PDF
Html css workshop, lesson 0, how browsers work
PDF
Lesson 15
PPTX
Human Centered Computing (introduction)
PDF
Lesson 10
Lesson 03
eduHcc lesson2-3
Html tutorial.lesson5
A design space for Trust-enabling Interaction Design
Html css workshop, lesson 0, how browsers work
Lesson 15
Human Centered Computing (introduction)
Lesson 10

Viewers also liked (20)

PPTX
Ifi7174 lesson2
PDF
CSS for designers - Lesson 1 - HTML
PPTX
HTML Lesson 5
PPTX
IFI7184.DT about the course
PDF
Lesson 15
PDF
01 Introduction To CSS
PPTX
Ifi7184.DT lesson 2
PPTX
Ifi7174 lesson1
PPTX
Workshop 1 - User eXperience evaluation
PPTX
IFI7184.DT lesson1- Programming languages
PPTX
Developing Interactive systems - lesson 2
PDF
Lesson 07
PPTX
HTML Lesson 1
PDF
Lesson 02
PPTX
20 06-2014
PDF
Lesson 11
PDF
Lesson 16
PDF
Lesson 17
PDF
Lesson 04
PPS
Sonia Sousa
Ifi7174 lesson2
CSS for designers - Lesson 1 - HTML
HTML Lesson 5
IFI7184.DT about the course
Lesson 15
01 Introduction To CSS
Ifi7184.DT lesson 2
Ifi7174 lesson1
Workshop 1 - User eXperience evaluation
IFI7184.DT lesson1- Programming languages
Developing Interactive systems - lesson 2
Lesson 07
HTML Lesson 1
Lesson 02
20 06-2014
Lesson 11
Lesson 16
Lesson 17
Lesson 04
Sonia Sousa
Ad

Similar to Lesson 03 (20)

PPT
Html week8 2019 2020 for g10 by eng.osama ghandour
PPT
Html week7 2019 2020 by eng.osama ghandour
PPTX
HTML and CSS.pptx
PDF
From a Fireworks Comp to a Genesis Child Theme, Step by Step
PDF
Lesson 12
PDF
Fewd week2 slides
PPTX
Take your display template skills to the next level
PPTX
Module 3-Introduction to CSS (Chapter 3).pptx
PPTX
Writing your own WordPress themes and plugins
PDF
HTML+CSS: how to get started
PDF
Full download New Perspectives on HTML5 CSS3 JavaScript 6th Edition Carey Sol...
PPTX
Monster JavaScript Course - 50+ projects and applications
PDF
Lesson 01
PDF
Lesson 01
DOC
Cis363 all i labs devry university
DOC
Cis363 a all ilabs devry university
DOC
Cis363 a all ilabs devry university
DOC
Cis363 all i labs devry university
PPTX
BITM3730 8-29.pptx
PPTX
BITM3730 8-29.pptx
Html week8 2019 2020 for g10 by eng.osama ghandour
Html week7 2019 2020 by eng.osama ghandour
HTML and CSS.pptx
From a Fireworks Comp to a Genesis Child Theme, Step by Step
Lesson 12
Fewd week2 slides
Take your display template skills to the next level
Module 3-Introduction to CSS (Chapter 3).pptx
Writing your own WordPress themes and plugins
HTML+CSS: how to get started
Full download New Perspectives on HTML5 CSS3 JavaScript 6th Edition Carey Sol...
Monster JavaScript Course - 50+ projects and applications
Lesson 01
Lesson 01
Cis363 all i labs devry university
Cis363 a all ilabs devry university
Cis363 a all ilabs devry university
Cis363 all i labs devry university
BITM3730 8-29.pptx
BITM3730 8-29.pptx
Ad

More from Gene Babon (20)

PDF
March Madness pool results | 2025
PDF
Job Search | Tropical Depressions | Bowling Alleys
PDF
Tech Over Fifty Launch Meeting
PDF
Anatomy Virtual Self Study Group NEPHP 2018
PDF
Become a Front End Web Developer
PDF
Navigating a Career in Web Technology
PPTX
Info Session
PPTX
Info session
PDF
Getting Things Done
PDF
jQuery Mobile Hour 4
PDF
Lesson 18
PDF
Lesson 17
PDF
Lesson 09
PDF
Lesson 05
PDF
Lesson 04
PDF
Lesson 01
PDF
Lesson 18
PDF
Lesson 17
PDF
Lesson 16
PDF
Lesson 13
March Madness pool results | 2025
Job Search | Tropical Depressions | Bowling Alleys
Tech Over Fifty Launch Meeting
Anatomy Virtual Self Study Group NEPHP 2018
Become a Front End Web Developer
Navigating a Career in Web Technology
Info Session
Info session
Getting Things Done
jQuery Mobile Hour 4
Lesson 18
Lesson 17
Lesson 09
Lesson 05
Lesson 04
Lesson 01
Lesson 18
Lesson 17
Lesson 16
Lesson 13

Lesson 03