SlideShare a Scribd company logo
IN A ROCKET
Learn front-end development at rocket speed
CSS CSS FUNDAMENTALS
Mix & group
CSS FUNDAMENTALS: Build a strong foundation by solving real cases inarocket.com
MIX GROUP
CSS FUNDAMENTALS: Build a strong foundation by solving real cases inarocket.com
HTML CSS
Browser
TARGET AN ELEMENT WITH A CLASS OR ID
<body>
<h1 class="deals">Deals</h1>
<p class="deals">Enjoy our special deals
today.</p>
</body>
p.deals { color: green; }
Web page title
index.html
Deals
Enjoy our special deals today.
READY TO USE CODE
CSS FUNDAMENTALS: Build a strong foundation by solving real cases inarocket.com
HTML CSS
Browser
TARGET AN ELEMENT WITH A CLASS OR ID
<body>
<h1 id="deals">Deals</h1>
<p id="deals">Enjoy our special deals
today.</p>
</body>
p#deals { color: green; }
Web page title
index.html
Deals
Enjoy our special deals today.
READY TO USE CODE
CSS FUNDAMENTALS: Build a strong foundation by solving real cases inarocket.com
HTML CSS
Browser
COMBINE CLASSES AND IDS
<body>
<p class="intro" id="deals">We have great
deals for you.</p>
<p class="intro">We hope you enjoy our
content.</p>
<p>Let's get started.</p>
</body>
.intro#deals { color: green; }
Web page title
index.html
We have great deals for you.

We hope you enjoy our content.

Let's get started.
READY TO USE CODE
CSS FUNDAMENTALS: Build a strong foundation by solving real cases inarocket.com
MIX GROUP
CSS FUNDAMENTALS: Build a strong foundation by solving real cases inarocket.com
HTML CSS
Browser
GROUP SELECTORS
<body>
<h1>Deals</h1>
<p class="intro">Welcome to our daily
deals.</p>
<div id="special">Only this week: 10%
discount.</div>
</body>
h1, .intro, #special { color: green; }
Web page title
index.html
Deals

Welcome to our daily deals.

Only this week: 10% discount.
READY TO USE CODE
CSS FUNDAMENTALS: Build a strong foundation by solving real cases inarocket.com
HTML CSS
Browser
GROUP SELECTORS
<body>
<h1>Deals</h1>
<p class="intro">Welcome to our daily
deals.</p>
<div id="special">Only this week: 10%
discount.</div>
</body>
h1,
.intro,
#special {
color: green;
}
Web page title
index.html
Deals

Welcome to our daily deals.

Only this week: 10% discount.
Best practice
READY TO USE CODE
CSS FUNDAMENTALS: Build a strong foundation by solving real cases inarocket.com
MIX GROUP
Learn front-end development at rocket speed
inarocket.com
by miguelsanchez.com
YOU CAN CONTINUE THIS COURSE FOR FREE ON
+ READY TO USE CODE
+ QUIZZES
+ FREE UPDATES
We respect your time

No more blah blah videos. Just straight to
the point slides with relevant information.
Ready to use code

Real code you can just copy and paste into
your real projects.
Step by step guides

Clear and concise steps to build real use
solutions. No missed points.
Learn front-end development at rocket speed
inarocket.com
IN A ROCKET
Learn front-end development at rocket speed
CSS CSS FUNDAMENTALS
Mix & group

More Related Content

Similar to 12- Learn CSS Fundamentals / Mix & group (20)

PDF
11- Learn CSS Fundamentals / Combinators
In a Rocket
 
PDF
9- Learn CSS Fundamentals / Pseudo-classes
In a Rocket
 
PPTX
Embrace the Mullet: CSS is the 'Party in the Back' (a CSS How-to)
Tom Hapgood
 
PDF
Introdução a CSS
Tiago Santos
 
PDF
HTML+CSS: how to get started
Dimitris Tsironis
 
PPTX
FFW Gabrovo PMG - CSS
Toni Kolev
 
PPT
CSS Basic and Common Errors
Hock Leng PUAH
 
PPTX
CSS
Akila Iroshan
 
PPTX
HTML Lesson HTML FormsHTML Formsvv4.pptx
gacayte0906
 
KEY
Web Design, Lesson Plan: Classes and IDs
Steve Kinney
 
PDF
8--CSS-Classes-and-IDs.pdf for second to college
shwan it
 
PDF
Basic-CSS-tutorial
tutorialsruby
 
PDF
Basic-CSS-tutorial
tutorialsruby
 
PDF
Basic css-tutorial
mohamed ashraf
 
PPTX
JAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
KimberlyCasem1
 
PPTX
Web topic 15 1 basic css layout
CK Yang
 
PPT
Introduction to CSS
Amit Tyagi
 
PPTX
Css 3
poollar
 
PPTX
Css 3
poollar
 
11- Learn CSS Fundamentals / Combinators
In a Rocket
 
9- Learn CSS Fundamentals / Pseudo-classes
In a Rocket
 
Embrace the Mullet: CSS is the 'Party in the Back' (a CSS How-to)
Tom Hapgood
 
Introdução a CSS
Tiago Santos
 
HTML+CSS: how to get started
Dimitris Tsironis
 
FFW Gabrovo PMG - CSS
Toni Kolev
 
CSS Basic and Common Errors
Hock Leng PUAH
 
HTML Lesson HTML FormsHTML Formsvv4.pptx
gacayte0906
 
Web Design, Lesson Plan: Classes and IDs
Steve Kinney
 
8--CSS-Classes-and-IDs.pdf for second to college
shwan it
 
Basic-CSS-tutorial
tutorialsruby
 
Basic-CSS-tutorial
tutorialsruby
 
Basic css-tutorial
mohamed ashraf
 
JAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
KimberlyCasem1
 
Web topic 15 1 basic css layout
CK Yang
 
Introduction to CSS
Amit Tyagi
 
Css 3
poollar
 
Css 3
poollar
 

More from In a Rocket (14)

PDF
3- Learn Flexbox & CSS Grid / Container & items
In a Rocket
 
PDF
2- Learn Flexbox & CSS Grid / Context
In a Rocket
 
PDF
1- Learn Flexbox & CSS Grid / Environment setup
In a Rocket
 
PDF
17- Learn CSS Fundamentals / Units
In a Rocket
 
PDF
16- Learn CSS Fundamentals / Background
In a Rocket
 
PDF
15- Learn CSS Fundamentals / Color
In a Rocket
 
PDF
14- Learn CSS Fundamentals / Inheritance
In a Rocket
 
PDF
13- Learn CSS Fundamentals / Specificity
In a Rocket
 
PDF
10- Learn CSS Fundamentals / Pseudo-elements
In a Rocket
 
PDF
8- Learn CSS Fundamentals / Attribute selectors
In a Rocket
 
PDF
2- Learn HTML Fundamentals / Text Formatting
In a Rocket
 
PDF
1- Learn HTML Fundamentals / Start in 5 Minutes
In a Rocket
 
PDF
Learn SUIT: CSS Naming Convention
In a Rocket
 
PDF
Learn BEM: CSS Naming Convention
In a Rocket
 
3- Learn Flexbox & CSS Grid / Container & items
In a Rocket
 
2- Learn Flexbox & CSS Grid / Context
In a Rocket
 
1- Learn Flexbox & CSS Grid / Environment setup
In a Rocket
 
17- Learn CSS Fundamentals / Units
In a Rocket
 
16- Learn CSS Fundamentals / Background
In a Rocket
 
15- Learn CSS Fundamentals / Color
In a Rocket
 
14- Learn CSS Fundamentals / Inheritance
In a Rocket
 
13- Learn CSS Fundamentals / Specificity
In a Rocket
 
10- Learn CSS Fundamentals / Pseudo-elements
In a Rocket
 
8- Learn CSS Fundamentals / Attribute selectors
In a Rocket
 
2- Learn HTML Fundamentals / Text Formatting
In a Rocket
 
1- Learn HTML Fundamentals / Start in 5 Minutes
In a Rocket
 
Learn SUIT: CSS Naming Convention
In a Rocket
 
Learn BEM: CSS Naming Convention
In a Rocket
 
Ad

Recently uploaded (20)

PPTX
My Mother At 66! (2).pptx00000000000000000000000000000
vedapattisiddharth
 
PDF
The Convergence of Threat Behaviors Across Intrusions
Joe Slowik
 
PDF
BroadLink Cloud Service introduction.pdf
DevendraDwivdi1
 
PDF
ContextForge MCP Gateway - the missing proxy for AI Agents and Tools
Mihai Criveti
 
PPTX
原版一样(ISM毕业证书)德国多特蒙德国际管理学院毕业证多少钱
taqyed
 
PDF
web application development company in bangalore.pdf
https://dkpractice.co.in/seo.html tech
 
PDF
Materi tentang From Digital Economy to Fintech.pdf
Abdul Hakim
 
PDF
B M Mostofa Kamal Al-Azad [Document & Localization Expert]
Mostofa Kamal Al-Azad
 
PPTX
原版一样(ANU毕业证书)澳洲澳大利亚国立大学毕业证在线购买
Taqyea
 
PPTX
Lesson 1.1 Career-Opportunities-in-Ict.pptx
lizelgumadlas1
 
PPTX
Q1 English3 Week5 [email protected]
JenniferCawaling1
 
PPTX
The ARUBA Kind of new Proposal Umum .pptx
andiwarneri
 
PDF
03 Internal Analysis Strategik Manajemen.pdf
AhmadRifaldhi
 
PDF
Transmission Control Protocol (TCP) and Starlink
APNIC
 
PDF
Slides: Eco Economic Epochs for The World Game (s) pdf
Steven McGee
 
PPT
Almos Entirely Correct Mixing with Apps to Voting
gapati2964
 
PPTX
BitRecover OST to PST Converter Software
antoniogosling01
 
PDF
Beginning-Laravel-Build-Websites-with-Laravel-5.8-by-Sanjib-Sinha-z-lib.org.pdf
TagumLibuganonRiverB
 
PDF
Clive Dickens RedTech Public Copy - Collaborate or Die
Clive Dickens
 
PDF
I Want to join occult brotherhood for money ritual#((+2347089754903))
haragonoccult
 
My Mother At 66! (2).pptx00000000000000000000000000000
vedapattisiddharth
 
The Convergence of Threat Behaviors Across Intrusions
Joe Slowik
 
BroadLink Cloud Service introduction.pdf
DevendraDwivdi1
 
ContextForge MCP Gateway - the missing proxy for AI Agents and Tools
Mihai Criveti
 
原版一样(ISM毕业证书)德国多特蒙德国际管理学院毕业证多少钱
taqyed
 
web application development company in bangalore.pdf
https://dkpractice.co.in/seo.html tech
 
Materi tentang From Digital Economy to Fintech.pdf
Abdul Hakim
 
B M Mostofa Kamal Al-Azad [Document & Localization Expert]
Mostofa Kamal Al-Azad
 
原版一样(ANU毕业证书)澳洲澳大利亚国立大学毕业证在线购买
Taqyea
 
Lesson 1.1 Career-Opportunities-in-Ict.pptx
lizelgumadlas1
 
The ARUBA Kind of new Proposal Umum .pptx
andiwarneri
 
03 Internal Analysis Strategik Manajemen.pdf
AhmadRifaldhi
 
Transmission Control Protocol (TCP) and Starlink
APNIC
 
Slides: Eco Economic Epochs for The World Game (s) pdf
Steven McGee
 
Almos Entirely Correct Mixing with Apps to Voting
gapati2964
 
BitRecover OST to PST Converter Software
antoniogosling01
 
Beginning-Laravel-Build-Websites-with-Laravel-5.8-by-Sanjib-Sinha-z-lib.org.pdf
TagumLibuganonRiverB
 
Clive Dickens RedTech Public Copy - Collaborate or Die
Clive Dickens
 
I Want to join occult brotherhood for money ritual#((+2347089754903))
haragonoccult
 
Ad

12- Learn CSS Fundamentals / Mix & group

  • 1. IN A ROCKET Learn front-end development at rocket speed CSS CSS FUNDAMENTALS Mix & group
  • 2. CSS FUNDAMENTALS: Build a strong foundation by solving real cases inarocket.com MIX GROUP
  • 3. CSS FUNDAMENTALS: Build a strong foundation by solving real cases inarocket.com HTML CSS Browser TARGET AN ELEMENT WITH A CLASS OR ID <body> <h1 class="deals">Deals</h1> <p class="deals">Enjoy our special deals today.</p> </body> p.deals { color: green; } Web page title index.html Deals Enjoy our special deals today. READY TO USE CODE
  • 4. CSS FUNDAMENTALS: Build a strong foundation by solving real cases inarocket.com HTML CSS Browser TARGET AN ELEMENT WITH A CLASS OR ID <body> <h1 id="deals">Deals</h1> <p id="deals">Enjoy our special deals today.</p> </body> p#deals { color: green; } Web page title index.html Deals Enjoy our special deals today. READY TO USE CODE
  • 5. CSS FUNDAMENTALS: Build a strong foundation by solving real cases inarocket.com HTML CSS Browser COMBINE CLASSES AND IDS <body> <p class="intro" id="deals">We have great deals for you.</p> <p class="intro">We hope you enjoy our content.</p> <p>Let's get started.</p> </body> .intro#deals { color: green; } Web page title index.html We have great deals for you. We hope you enjoy our content. Let's get started. READY TO USE CODE
  • 6. CSS FUNDAMENTALS: Build a strong foundation by solving real cases inarocket.com MIX GROUP
  • 7. CSS FUNDAMENTALS: Build a strong foundation by solving real cases inarocket.com HTML CSS Browser GROUP SELECTORS <body> <h1>Deals</h1> <p class="intro">Welcome to our daily deals.</p> <div id="special">Only this week: 10% discount.</div> </body> h1, .intro, #special { color: green; } Web page title index.html Deals Welcome to our daily deals. Only this week: 10% discount. READY TO USE CODE
  • 8. CSS FUNDAMENTALS: Build a strong foundation by solving real cases inarocket.com HTML CSS Browser GROUP SELECTORS <body> <h1>Deals</h1> <p class="intro">Welcome to our daily deals.</p> <div id="special">Only this week: 10% discount.</div> </body> h1, .intro, #special { color: green; } Web page title index.html Deals Welcome to our daily deals. Only this week: 10% discount. Best practice READY TO USE CODE
  • 9. CSS FUNDAMENTALS: Build a strong foundation by solving real cases inarocket.com MIX GROUP
  • 10. Learn front-end development at rocket speed inarocket.com by miguelsanchez.com YOU CAN CONTINUE THIS COURSE FOR FREE ON + READY TO USE CODE + QUIZZES + FREE UPDATES
  • 11. We respect your time
 No more blah blah videos. Just straight to the point slides with relevant information. Ready to use code
 Real code you can just copy and paste into your real projects. Step by step guides
 Clear and concise steps to build real use solutions. No missed points. Learn front-end development at rocket speed inarocket.com
  • 12. IN A ROCKET Learn front-end development at rocket speed CSS CSS FUNDAMENTALS Mix & group