SlideShare a Scribd company logo
CSS YES! (Even for beginners)




            {CSS}
●   Wordpress sites consist of several
                 parts
●   The Content!
       –   1. HTML – HyperText Markup Language
       –   2. PHP – PHP Hypertext Processor (AKA: Personal
           Home Page)

●   The Presentation!
       –   3. CSS – Cascading Style Sheets (and some behavior)
       –   4. JavaScript, jQuery, Ajax etc
What's so great about it?
●   CSS lets you style a lot of content with very little
    work.
●   You can make your website look exactly how
    you want it.
●   You cannot “break” anything!
    ●   Unlike PHP, you can't make your page explode
    ●   You won't lose content by CSS errors
    ●   You can only make it look like geocities
Right tools for the job
●   A text editor (Sublime Text 2, Notepad ++)
    ●   DO NOT USE MS WORD!
●   A modern browser Chrome or Firefox (with
    Firebug)
    ●   DO NOT USE INTERNET EXPLORER (ever!).
●   Highly recommended: A local install of your
    website (outside the scope of this course)
●   Also “Custom CSS CC” plugin
Wordpress Fresh Install (with
     dummy content)
Wordpress Naked (without CSS)
HTML Mark up
How markup works
●   <div class=”main”>
●   <h1 class=”cssyes_header”>CSS YES!</h1>
●   <h1 class=”tagline”>YESSSSS</h1>
●   <span class=”author”>by Steve</span>
●   </div>
Specificity
●   The Golden rule of CSS: The higher the
    specificity, the more likely the style will go
    through.
CSS Syntax
H1 {
color: red;
}
H1.tagline {
color: blue;
}
Specificity
●   The element: p, div, ul, ol, span,
    ●   (0, 0, 1)
●   Class: p class=”something” // p.something {}
    ●   (0,1,0)
●   ID: div id=”yolo” // div#yolo {}
Let's do some CSS
Where else to learn
●   Treehouse: http://referrals.trhou.se/stevesux
●   Css-tricks.com
●   W3schools.com
●   nettuts

More Related Content

PDF
SMACSS Workshop
PPTX
Hammersmith fundamentals html fundamentals
KEY
Efficient theming in Drupal
PDF
Front end
PPTX
How to dominate a free theme WCTO 2014
PPTX
Introduction to CSS
PDF
Introduction to the Web and HTML
PPTX
SMACSS Workshop
Hammersmith fundamentals html fundamentals
Efficient theming in Drupal
Front end
How to dominate a free theme WCTO 2014
Introduction to CSS
Introduction to the Web and HTML

What's hot (20)

PDF
The Dark Arts of CSS
PPTX
Web programming css
PDF
The web context
DOCX
Untitleddocument (1)
PPT
PDF
[Audiobook] HTML, CSS and JavaScript All in One, Sams Teach Yourself: Coverin...
PPTX
Intro to front end development Basic
PPTX
Introduction to HTML and CSS
PPTX
Rakshat bhati
PPTX
What's a web page made of?
PDF
快速开发Css
PDF
Langkah Menjadi Seorang Front-end Web Developer - Dimas Maulana Dwi Saputra
PPT
Web Standards and Accessibility
PPTX
S1 Web Development
PPTX
Introduction to Jquery
PPTX
Web Building Blocks
PPTX
DYNAMIC HYPERTEXT MARKUP LANGUAGE (DHTML) & CSS WITH Application of JavaScript
PDF
Day6
PDF
Bootstrap Workout 2015
ODP
Css,javascript,php,mysql
The Dark Arts of CSS
Web programming css
The web context
Untitleddocument (1)
[Audiobook] HTML, CSS and JavaScript All in One, Sams Teach Yourself: Coverin...
Intro to front end development Basic
Introduction to HTML and CSS
Rakshat bhati
What's a web page made of?
快速开发Css
Langkah Menjadi Seorang Front-end Web Developer - Dimas Maulana Dwi Saputra
Web Standards and Accessibility
S1 Web Development
Introduction to Jquery
Web Building Blocks
DYNAMIC HYPERTEXT MARKUP LANGUAGE (DHTML) & CSS WITH Application of JavaScript
Day6
Bootstrap Workout 2015
Css,javascript,php,mysql
Ad

Viewers also liked (18)

PDF
Things to think about when starting a startup
PDF
The wp config.php
PDF
Your Custom WordPress Admin Pages Suck
PDF
Write your first WordPress plugin
PDF
How to Execute your Idea
PDF
Getting Acclimated to WordPress
PPS
Verbs Wth Graphics. Span Ii. Show
PDF
The dominican republic presentation jan 2014 eng
PDF
The Power of WordPress Plugins
PPT
Police Force Scandal
PPS
Verbs W/out translations
PDF
The Dominican Republic GCI sept 2013 español
PPT
Seminari Creacio Empreses
PDF
V E R B S With G R A P H I C S
PPT
Early Treatment of Scoliosis in Spinal Atrophy
PDF
W H O Medical Schools
PPT
History Of Atomic Structure
PPT
Things to think about when starting a startup
The wp config.php
Your Custom WordPress Admin Pages Suck
Write your first WordPress plugin
How to Execute your Idea
Getting Acclimated to WordPress
Verbs Wth Graphics. Span Ii. Show
The dominican republic presentation jan 2014 eng
The Power of WordPress Plugins
Police Force Scandal
Verbs W/out translations
The Dominican Republic GCI sept 2013 español
Seminari Creacio Empreses
V E R B S With G R A P H I C S
Early Treatment of Scoliosis in Spinal Atrophy
W H O Medical Schools
History Of Atomic Structure
Ad

Similar to Steve Barman - CSS and WordPress (20)

PPTX
JavaScript & CSS Development Workflow
PDF
Girl Develop It Cincinnati: Intro to HTML/CSS Class 4
PPTX
Tech Winter Break- GDG on Campus Bajaj Institute of Technology, Wardha
PPTX
Tech Winter Break : Basics of Web Development
PDF
網頁程式設計
KEY
Slow kinda sucks
PDF
Structuring your CSS for maintainability: rules and guile lines to write CSS
PDF
Developing a Web Application
PPTX
Intermediate Web Design
PDF
[WEB UI BASIC] CSS_1
PDF
Web Fundamentals Crash Course
PDF
Web Fundamentals Crash Course
PDF
3 coding101 fewd_lesson3_your_first_website 20210105
PPTX
Web Information Systems Html and css
PDF
Front-End Frameworks: a quick overview
PPTX
Untangling the web - fall2017 - class 4
PDF
Developing Your Ultimate Package
PDF
Architektura html, css i javascript - Jan Kraus
PPTX
wd project.pptx
JavaScript & CSS Development Workflow
Girl Develop It Cincinnati: Intro to HTML/CSS Class 4
Tech Winter Break- GDG on Campus Bajaj Institute of Technology, Wardha
Tech Winter Break : Basics of Web Development
網頁程式設計
Slow kinda sucks
Structuring your CSS for maintainability: rules and guile lines to write CSS
Developing a Web Application
Intermediate Web Design
[WEB UI BASIC] CSS_1
Web Fundamentals Crash Course
Web Fundamentals Crash Course
3 coding101 fewd_lesson3_your_first_website 20210105
Web Information Systems Html and css
Front-End Frameworks: a quick overview
Untangling the web - fall2017 - class 4
Developing Your Ultimate Package
Architektura html, css i javascript - Jan Kraus
wd project.pptx

More from Anthony Montalbano (6)

PDF
7 tips to better manage client expectations
PDF
Building a mini-theme with WordPress REST API
PDF
How to Execute Your Idea (v2)
PDF
Making static sites dynamic (with WordPress yo!)
PDF
WordPress REST API
PDF
Building a website with WordPress
7 tips to better manage client expectations
Building a mini-theme with WordPress REST API
How to Execute Your Idea (v2)
Making static sites dynamic (with WordPress yo!)
WordPress REST API
Building a website with WordPress

Recently uploaded (20)

PDF
KodekX | Application Modernization Development
PDF
GamePlan Trading System Review: Professional Trader's Honest Take
PDF
GDG Cloud Iasi [PUBLIC] Florian Blaga - Unveiling the Evolution of Cybersecur...
PPTX
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PDF
Spectral efficient network and resource selection model in 5G networks
PDF
Unlocking AI with Model Context Protocol (MCP)
PPTX
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PPT
Teaching material agriculture food technology
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
Review of recent advances in non-invasive hemoglobin estimation
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PPTX
Cloud computing and distributed systems.
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
CIFDAQ's Market Insight: SEC Turns Pro Crypto
PDF
Modernizing your data center with Dell and AMD
KodekX | Application Modernization Development
GamePlan Trading System Review: Professional Trader's Honest Take
GDG Cloud Iasi [PUBLIC] Florian Blaga - Unveiling the Evolution of Cybersecur...
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
Per capita expenditure prediction using model stacking based on satellite ima...
The Rise and Fall of 3GPP – Time for a Sabbatical?
Spectral efficient network and resource selection model in 5G networks
Unlocking AI with Model Context Protocol (MCP)
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
Reach Out and Touch Someone: Haptics and Empathic Computing
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Teaching material agriculture food technology
20250228 LYD VKU AI Blended-Learning.pptx
Review of recent advances in non-invasive hemoglobin estimation
“AI and Expert System Decision Support & Business Intelligence Systems”
Cloud computing and distributed systems.
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
CIFDAQ's Market Insight: SEC Turns Pro Crypto
Modernizing your data center with Dell and AMD

Steve Barman - CSS and WordPress

  • 1. CSS YES! (Even for beginners) {CSS}
  • 2. Wordpress sites consist of several parts ● The Content! – 1. HTML – HyperText Markup Language – 2. PHP – PHP Hypertext Processor (AKA: Personal Home Page) ● The Presentation! – 3. CSS – Cascading Style Sheets (and some behavior) – 4. JavaScript, jQuery, Ajax etc
  • 3. What's so great about it? ● CSS lets you style a lot of content with very little work. ● You can make your website look exactly how you want it. ● You cannot “break” anything! ● Unlike PHP, you can't make your page explode ● You won't lose content by CSS errors ● You can only make it look like geocities
  • 4. Right tools for the job ● A text editor (Sublime Text 2, Notepad ++) ● DO NOT USE MS WORD! ● A modern browser Chrome or Firefox (with Firebug) ● DO NOT USE INTERNET EXPLORER (ever!). ● Highly recommended: A local install of your website (outside the scope of this course) ● Also “Custom CSS CC” plugin
  • 5. Wordpress Fresh Install (with dummy content)
  • 8. How markup works ● <div class=”main”> ● <h1 class=”cssyes_header”>CSS YES!</h1> ● <h1 class=”tagline”>YESSSSS</h1> ● <span class=”author”>by Steve</span> ● </div>
  • 9. Specificity ● The Golden rule of CSS: The higher the specificity, the more likely the style will go through.
  • 10. CSS Syntax H1 { color: red; } H1.tagline { color: blue; }
  • 11. Specificity ● The element: p, div, ul, ol, span, ● (0, 0, 1) ● Class: p class=”something” // p.something {} ● (0,1,0) ● ID: div id=”yolo” // div#yolo {}
  • 13. Where else to learn ● Treehouse: http://referrals.trhou.se/stevesux ● Css-tricks.com ● W3schools.com ● nettuts