SlideShare a Scribd company logo
1 of 81
Download to read offline
CSS
Nico Abel Laia
Front End Web Developer
In Depth
CSS Syntax
What is it?
What is it?
CSS selectors define the pattern to select elements to
which a set of CSS rules are then applied.
Selector
This is
Selector
What is it?
The class selector sets the target element based on the
value of the class attribute applied to the element. To
write a selector, start with a period (.) then continue with
the class name.
Class Selector
Class
Selector
What is it?
The ID selector is same like a class, sets the target
element based on the value of the id attribute applied to
the element, but we have to use # to select the id.
ID Selector
ID
Selector
What is it?
The tag selector selects HTML elements based on the
element name.
Tag Selector
Tag
Selector
CSS In UI Desain Aspects
What is it?
Color System
The color system handles the variability of dynamically changing color schemes
that arise as user inputs change.
Color schemes can be considered a cohesive group of relative tones, rather
than a fixed group of constant values.
What is it?
Color System
The color system handles the variability of dynamically changing color schemes
that arise as user inputs change.
What is it?
Primary Color
The primary key color is used to derive roles for key components across the UI,
such as the FAB, prominent buttons, active states, as well as the tint of elevated
surfaces.
What is it?
Secondary Color
The secondary key color is used for less prominent components in the UI such
as filter chips, while expanding the opportunity for color expression.
What is it?
The Tertiary Key Color
The tertiary key color is used to derive the roles of contrasting accents that can
be used to balance primary and secondary colors or bring heightened attention
to an element.
What is it?
Neutral Color
The neutral key color is used to derive the roles of surface and background, as
well as high emphasis text and icons.
What is it?
Examples
Why color schemes is important
What is it?
● Hex
○ Hexadesimal
● RGB
○ Red Green Blue
● RGBA
○ Red Green Blue Alpha
● HSL
○ Hue Saturation Lightness
● HSLA
○ Hue Saturation Lightness Alpha
Color in CSS
What is it?
This is how to make a paragraph
color black
Color in CSS
Typography
Typography
Typography is the art and technique of arranging type on a website. It's not only
about the design or composition of the letters and characters and their
arrangement.
What is it?
Typography Size
What is it?
Typography Style
What is it?
Some font properties in CSS :
1. font-family
2. font-size
3. font-weight
4. line-height
5. text-align
6. text-transform
7. text-decoration
8. font
Typography in CSS
Several values can be written so that if the font
type at value 1 is not supported by the browser
used, then there are alternatives at value 2, value
3, and so on.
Font-family
Font-size
We can define font size units with em, rem, px, mm,
percentage, and so on.
The size of the font weight is determined by the
numbers 100 to 900. However, the thickness of the
text can also be specified by 'normal', 'bold',
'bolder' and 'lighter'.
Font-weight
Shorthand of font-style,
font-weight,
font-variant, font-size
and font-family, so that
the writing of these
properties can be
shortened by using only
one property.
Shorthand
Layouting
Layout Region
Layout regions are the foundation for interactive experiences.
What is it?
Layout Region
Website Chatting App
1. Sidebar
2. Navigation
3. Body
What is it?
Example
Layout Region
Layouting
Definition
Layouting is managing
the position of content in
website.
Box Model
The CSS box model is essentially a box that wraps
around every HTML element. It consists of: margins,
borders, padding, and the actual content.
Box Model
Box Model
Box Model
● Content - The content of the box, where text and images appear
● Padding - Clears an area around the content. The padding is transparent
● Border - A border that goes around the padding and content
● Margin - Clears an area outside the border. The margin is transparent
Explanations
Box Model
div {
width: 300px;
border: 15px solid green;
padding: 50px;
margin: 20px;
}
Padding and Margin
Definition
Padding = the area between element border and content
Margin = the area between border and the edge of
element
Padding and Margin
Flexbox
Subtitle
Flexbox is a flexible box that can be used to set up element with container.
Flexbox
How to Use
Flexbox
flex-direction
Flexbox
flex-direction
Flexbox
flex-grow
Flexbox
flex-grow
Flexbox
flex-shrink
Flexbox
flex-shrink
Flexbox
flex-wrap
Flexbox
flex-wrap
Flexbox
flex-flow
Flexbox
flex-basis
Flexbox
flex-basis
Flexbox
flex
Flexbox
justify-content
Flexbox
justify-content
Flexbox
align-items
Flexbox
align-items
Grid
Subtitle
Grid in CSS almost similar to
flexbox, but grid used to set
the two dimensional layout
because it can handle
column and row
Grid
How to use
Grid
Grid
grid-column
Grid
grid-row
Grid
grid-template-columns
Grid
grid-template-column
Grid
grid-template-rows
Grid
grid-template-row
Grid
grid-gap
Shape
Shapes within the UI help
unite brand expression
across the UI.
Components with unique
shapes can attract attention
so they can be used for
important elements.
Types of Shape Scales
Types of Shape Scales
Elevation
Elevation
Elevation is the relative distance
between two surfaces along the
z-axis or depth.
Definition
Elevation
Elevation
text-shadow
Elevation
text-shadow
Elevation
box-shadow
Elevation
box-shadow
Thankyou
- GDSC Matana University

More Related Content

Similar to Bootcamp - Web Development Session 4

Introduction to CSS
Introduction to CSSIntroduction to CSS
Introduction to CSS
Larry King
 

Similar to Bootcamp - Web Development Session 4 (20)

CascadingStyleSheets in ONESHOT By DeathCodeYT .pdf
CascadingStyleSheets  in ONESHOT By DeathCodeYT .pdfCascadingStyleSheets  in ONESHOT By DeathCodeYT .pdf
CascadingStyleSheets in ONESHOT By DeathCodeYT .pdf
 
CSS Overview
CSS OverviewCSS Overview
CSS Overview
 
Beginners css tutorial for web designers
Beginners css tutorial for web designersBeginners css tutorial for web designers
Beginners css tutorial for web designers
 
Web Design & Development - Session 2
Web Design & Development - Session 2Web Design & Development - Session 2
Web Design & Development - Session 2
 
CSS
CSSCSS
CSS
 
4. Web Technology CSS Basics-1
4. Web Technology CSS Basics-14. Web Technology CSS Basics-1
4. Web Technology CSS Basics-1
 
Journey To The Front End World - Part2 - The Cosmetic
Journey To The Front End World - Part2 - The  CosmeticJourney To The Front End World - Part2 - The  Cosmetic
Journey To The Front End World - Part2 - The Cosmetic
 
Introduction to CSS3
Introduction to CSS3Introduction to CSS3
Introduction to CSS3
 
Css
CssCss
Css
 
Css
CssCss
Css
 
Css
CssCss
Css
 
Web - CSS 1.pptx
Web - CSS 1.pptxWeb - CSS 1.pptx
Web - CSS 1.pptx
 
Css tutorial
Css tutorialCss tutorial
Css tutorial
 
Css - Tutorial
Css - TutorialCss - Tutorial
Css - Tutorial
 
Css
CssCss
Css
 
Css Introduction
Css IntroductionCss Introduction
Css Introduction
 
Css
CssCss
Css
 
Css.html
Css.htmlCss.html
Css.html
 
Web Engineering - Introduction to CSS
Web Engineering - Introduction to CSSWeb Engineering - Introduction to CSS
Web Engineering - Introduction to CSS
 
Introduction to CSS
Introduction to CSSIntroduction to CSS
Introduction to CSS
 

More from GDSCUniversitasMatan (6)

Introduction to UI UX
Introduction to UI UXIntroduction to UI UX
Introduction to UI UX
 
2023 Google Solution Challenge Kickoff From Idea to Execution
2023 Google Solution Challenge Kickoff From Idea to Execution2023 Google Solution Challenge Kickoff From Idea to Execution
2023 Google Solution Challenge Kickoff From Idea to Execution
 
Bootcamp - Web Development Session 5
 Bootcamp - Web Development Session 5 Bootcamp - Web Development Session 5
Bootcamp - Web Development Session 5
 
Bootcamp - Web Development Session 2
Bootcamp - Web Development Session 2Bootcamp - Web Development Session 2
Bootcamp - Web Development Session 2
 
Bootcamp - Web Development Session 1
Bootcamp - Web Development Session 1Bootcamp - Web Development Session 1
Bootcamp - Web Development Session 1
 
Introduction to GDSC Universitas Matana
Introduction to GDSC Universitas MatanaIntroduction to GDSC Universitas Matana
Introduction to GDSC Universitas Matana
 

Recently uploaded

1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
QucHHunhnh
 
Gardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch LetterGardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch Letter
MateoGardella
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
QucHHunhnh
 

Recently uploaded (20)

Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docx
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdf
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Gardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch LetterGardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch Letter
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 

Bootcamp - Web Development Session 4