SlideShare ist ein Scribd-Unternehmen logo
1 von 11
Downloaden Sie, um offline zu lesen
Google Developer Student Club - Shiv Nadar University
THE DARK ARTS
OF CSS
WEB DEVELOPMENT WORKSHOP
OUTLINE
What will we cover today?
What is CSS?
The Box Model.
How to use CSS in an HTML file.
CSS selectors, properties and units.
How to creat layouts?
WAIT UP!
CSS is vast, and there is a lot of things
to know, to understand. It is important
to understand how things work CSS-
wise to truly master CSS.
WAIT UP!
CSS is vast, and there is a lot of things
to know, to understand. It is important
to understand how things work CSS-
wise to truly master CSS.
There is only so much I can cover
today to introduce you to CSS.
But don't let it demotivate you, it is
a challenge, but the reward is
invaluable!
So, after this session ends, there's
quite a few things you can do in
your own time to learn CSS, just
keep learning and exploring.
WHAT IS
CSS?
CSS is not a programming language. It's not a
markup language either. CSS is a style sheet
language.
A language to specify the rules for styling HTML
elements.
CSS describes how elements should be
rendered on screen, on paper, in speech, or on
other media.
It is basically the presentational and aesthetic
component of a webpage.
Cascading Style Sheet
CSS SYNTAX
p {
color: red;
}
selector
property
value
SELECTORS
CSS selectors are used to find or select
the HTML elements in the DOM you
want to style.
p
p, h1, h2
#about
.btn
a.btn
.btn.btn-small
*
HOW TO INCLUDE
CSS IN A WEBPAGE?
Inline External Style Tag
THE BOX MODEL
Margin
Content
Border
Padding
The CSS box model is essentially a box that wraps
around every HTML element. It consists of:
margins, borders, padding, and the actual
content.
width = margin * 2 + border * 2 + padding * 2 + content
div {
width: 300px;
border: 15px solid green;
padding: 50px;
margin: 20px;
}
pixels - px
rem (relative - em)
vw (viewport width) vh (viewport height)
percentage - %
em (height of the letter M)
cm, mm, in
ch (with of the character 0)
pc
pt
CSS UNITS
LET'S GET TO
CODING NOW!
Yes, there is a chance you won't understand everything I do, so there
will be breaks in between for you guys to ask questions.
QUESTIONS?
CSS is difficult to learn and master, I'm sure there are things you don't
understand, so ask away!

Weitere ähnliche Inhalte

Was ist angesagt?

New Elements & Features in CSS3
New Elements & Features in CSS3New Elements & Features in CSS3
New Elements & Features in CSS3
Jamshid Hashimi
 
1 03 - CSS Introduction
1 03 - CSS Introduction1 03 - CSS Introduction
1 03 - CSS Introduction
apnwebdev
 
Responsive Web Design with HTML5 and CSS3
Responsive Web Design with HTML5 and CSS3Responsive Web Design with HTML5 and CSS3
Responsive Web Design with HTML5 and CSS3
Kannika Kong
 

Was ist angesagt? (19)

Css1
Css1Css1
Css1
 
Cascading style sheets (CSS)
Cascading style sheets (CSS)Cascading style sheets (CSS)
Cascading style sheets (CSS)
 
Introduction to css
Introduction to cssIntroduction to css
Introduction to css
 
Css home
Css   homeCss   home
Css home
 
New Elements & Features in CSS3
New Elements & Features in CSS3New Elements & Features in CSS3
New Elements & Features in CSS3
 
Cascading Style Sheets (CSS)
Cascading Style Sheets (CSS)Cascading Style Sheets (CSS)
Cascading Style Sheets (CSS)
 
Introducing Cascading Style Sheets
Introducing Cascading Style SheetsIntroducing Cascading Style Sheets
Introducing Cascading Style Sheets
 
Html & CSS
Html & CSSHtml & CSS
Html & CSS
 
Html css
Html cssHtml css
Html css
 
HTML and CSS
HTML and CSSHTML and CSS
HTML and CSS
 
1 03 - CSS Introduction
1 03 - CSS Introduction1 03 - CSS Introduction
1 03 - CSS Introduction
 
Web designing training in chandigarh
Web designing training in chandigarhWeb designing training in chandigarh
Web designing training in chandigarh
 
Responsive Web Design with HTML5 and CSS3
Responsive Web Design with HTML5 and CSS3Responsive Web Design with HTML5 and CSS3
Responsive Web Design with HTML5 and CSS3
 
html & css
html & css html & css
html & css
 
CSS3 Media Queries
CSS3 Media QueriesCSS3 Media Queries
CSS3 Media Queries
 
Css basics
Css basicsCss basics
Css basics
 
SMACSS Workshop
SMACSS WorkshopSMACSS Workshop
SMACSS Workshop
 
CSS Reset
CSS ResetCSS Reset
CSS Reset
 
Introduction to CSS
Introduction to CSSIntroduction to CSS
Introduction to CSS
 

Ähnlich wie The Dark Arts of CSS

70 Expert Ideas For Better Css
70 Expert Ideas For Better Css70 Expert Ideas For Better Css
70 Expert Ideas For Better Css
fherz
 
CSS Methodology
CSS MethodologyCSS Methodology
CSS Methodology
Zohar Arad
 

Ähnlich wie The Dark Arts of CSS (20)

David Weliver
David WeliverDavid Weliver
David Weliver
 
70 Expert Ideas For Better Css
70 Expert Ideas For Better Css70 Expert Ideas For Better Css
70 Expert Ideas For Better Css
 
Introduction to css for product managers
Introduction to css for product managersIntroduction to css for product managers
Introduction to css for product managers
 
WT CSS
WT  CSSWT  CSS
WT CSS
 
CSS Overview
CSS OverviewCSS Overview
CSS Overview
 
Organize Your Website With Advanced CSS Tricks
Organize Your Website With Advanced CSS TricksOrganize Your Website With Advanced CSS Tricks
Organize Your Website With Advanced CSS Tricks
 
Class
ClassClass
Class
 
Class
ClassClass
Class
 
CSS Methodology
CSS MethodologyCSS Methodology
CSS Methodology
 
Internet tech & web prog. p4,5
Internet tech & web prog.  p4,5Internet tech & web prog.  p4,5
Internet tech & web prog. p4,5
 
Roadmap 01
Roadmap 01Roadmap 01
Roadmap 01
 
Css and its future
Css and its futureCss and its future
Css and its future
 
Stepping into the front end: Part 1
Stepping into the front end: Part 1Stepping into the front end: Part 1
Stepping into the front end: Part 1
 
The CSS Handbook
The CSS HandbookThe CSS Handbook
The CSS Handbook
 
The World of Stylesheet Languages
The World of Stylesheet LanguagesThe World of Stylesheet Languages
The World of Stylesheet Languages
 
Introduction to css
Introduction to cssIntroduction to css
Introduction to css
 
Basics about front-end
Basics about front-endBasics about front-end
Basics about front-end
 
Cordova training - Day 2 Introduction to CSS 3
Cordova training - Day 2 Introduction to CSS 3Cordova training - Day 2 Introduction to CSS 3
Cordova training - Day 2 Introduction to CSS 3
 
Structuring your CSS for maintainability: rules and guile lines to write CSS
Structuring your CSS for maintainability: rules and guile lines to write CSSStructuring your CSS for maintainability: rules and guile lines to write CSS
Structuring your CSS for maintainability: rules and guile lines to write CSS
 
Making Your Own CSS Framework
Making Your Own CSS FrameworkMaking Your Own CSS Framework
Making Your Own CSS Framework
 

Kürzlich hochgeladen

%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
masabamasaba
 
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...
%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...
%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...
masabamasaba
 

Kürzlich hochgeladen (20)

8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech students8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech students
 
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
 
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
 
tonesoftg
tonesoftgtonesoftg
tonesoftg
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview Questions
 
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
 
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
 
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
 
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
 
%in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park %in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park
 
Microsoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdfMicrosoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdf
 
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
 
%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...
%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...
%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
 
WSO2CON2024 - It's time to go Platformless
WSO2CON2024 - It's time to go PlatformlessWSO2CON2024 - It's time to go Platformless
WSO2CON2024 - It's time to go Platformless
 
VTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learnVTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learn
 
Architecture decision records - How not to get lost in the past
Architecture decision records - How not to get lost in the pastArchitecture decision records - How not to get lost in the past
Architecture decision records - How not to get lost in the past
 
%in Soweto+277-882-255-28 abortion pills for sale in soweto
%in Soweto+277-882-255-28 abortion pills for sale in soweto%in Soweto+277-882-255-28 abortion pills for sale in soweto
%in Soweto+277-882-255-28 abortion pills for sale in soweto
 
%in kempton park+277-882-255-28 abortion pills for sale in kempton park
%in kempton park+277-882-255-28 abortion pills for sale in kempton park %in kempton park+277-882-255-28 abortion pills for sale in kempton park
%in kempton park+277-882-255-28 abortion pills for sale in kempton park
 
%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand
 

The Dark Arts of CSS

  • 1. Google Developer Student Club - Shiv Nadar University THE DARK ARTS OF CSS WEB DEVELOPMENT WORKSHOP
  • 2. OUTLINE What will we cover today? What is CSS? The Box Model. How to use CSS in an HTML file. CSS selectors, properties and units. How to creat layouts?
  • 3. WAIT UP! CSS is vast, and there is a lot of things to know, to understand. It is important to understand how things work CSS- wise to truly master CSS. WAIT UP! CSS is vast, and there is a lot of things to know, to understand. It is important to understand how things work CSS- wise to truly master CSS. There is only so much I can cover today to introduce you to CSS. But don't let it demotivate you, it is a challenge, but the reward is invaluable! So, after this session ends, there's quite a few things you can do in your own time to learn CSS, just keep learning and exploring.
  • 4. WHAT IS CSS? CSS is not a programming language. It's not a markup language either. CSS is a style sheet language. A language to specify the rules for styling HTML elements. CSS describes how elements should be rendered on screen, on paper, in speech, or on other media. It is basically the presentational and aesthetic component of a webpage. Cascading Style Sheet
  • 5. CSS SYNTAX p { color: red; } selector property value
  • 6. SELECTORS CSS selectors are used to find or select the HTML elements in the DOM you want to style. p p, h1, h2 #about .btn a.btn .btn.btn-small *
  • 7. HOW TO INCLUDE CSS IN A WEBPAGE? Inline External Style Tag
  • 8. THE BOX MODEL Margin Content Border Padding The CSS box model is essentially a box that wraps around every HTML element. It consists of: margins, borders, padding, and the actual content. width = margin * 2 + border * 2 + padding * 2 + content div { width: 300px; border: 15px solid green; padding: 50px; margin: 20px; }
  • 9. pixels - px rem (relative - em) vw (viewport width) vh (viewport height) percentage - % em (height of the letter M) cm, mm, in ch (with of the character 0) pc pt CSS UNITS
  • 10. LET'S GET TO CODING NOW! Yes, there is a chance you won't understand everything I do, so there will be breaks in between for you guys to ask questions.
  • 11. QUESTIONS? CSS is difficult to learn and master, I'm sure there are things you don't understand, so ask away!