CSS Basics

Hossein Zahed
Hossein ZahedLead Software Engineer en Maersk
CSS
Cascading Style Sheet
1

HOSSEIN ZAHED
AMIR KABIR UNIVERSITY OF TECHNOLOGY
HTTP://WWW.HZAHED.COM

© 2013 Hossein Zahed - www.hzahed.com
A Style
2

Selector
Property
p
{ font-family:

Value
tahoma; }

 Note the punctuation: The property is followed by

a colon (:) and the value is followed by a
semicolon(;)

© 2013 Hossein Zahed - www.hzahed.com
CSS Placement
3

Styles can be set in a stylesheet, in a style element
in the head or in a style attribute
© 2013 Hossein Zahed - www.hzahed.com
CSS Selectors
4

 Single Tag: ID Selector

#header { background-color: blue; width: 800px; }
#main img { border: solid black 5px; }
 All Same Tags: Tag Selector
p { font-weight: bold; }
h1, h2, h3 { font-family: Tahoma; font-size: 20px;}
 Some Tags: Class Selector
.redp { color: red; }
p.intro { font-family: Tahoma; color: #cc0000}

© 2013 Hossein Zahed - www.hzahed.com
The Box Model
5

Each element has padding, border, and margin
© 2013 Hossein Zahed - www.hzahed.com
Vertical Margins
6

The larger of the two vertical margins will
determine the distance between elements
© 2013 Hossein Zahed - www.hzahed.com
Visual Formatting Model
7

Pages are built as a series of blocks
Stacked from the top down
© 2013 Hossein Zahed - www.hzahed.com
Controlling Layout
8

 Styles can control size and placement of elements

 Example:

#nav { width: 12px; float: left; }
#news { width: 12px; float: right; }
#main { margin: 1px 13px 1px 13px; }

© 2013 Hossein Zahed - www.hzahed.com
What’s New in CSS 3.0
9

 Rounded Corners (Radius)

 Colors (RGBA, Opacity)
 Background Decorations (Clip)
 Text Effects (Shadows, Word Wrap)
 Web Fonts (Custom Fonts)
 New Box Model
 Animation
 Image Effects

© 2013 Hossein Zahed - www.hzahed.com
Resources
10

 W3schools


http://www.w3schools.com/

 Developer 1(Farsi Language)


http://www.developer1.ir/CSS/

© 2013 Hossein Zahed - www.hzahed.com
1 de 10

Recomendados

HTML & XHTML Basics por
HTML & XHTML BasicsHTML & XHTML Basics
HTML & XHTML BasicsHossein Zahed
3.1K vistas37 diapositivas
Html - By Auroskkil por
Html - By AuroskkilHtml - By Auroskkil
Html - By AuroskkilBoneyGawande
30 vistas18 diapositivas
Cascading Style Sheets - CSS - Tutorial por
Cascading Style Sheets - CSS  -  TutorialCascading Style Sheets - CSS  -  Tutorial
Cascading Style Sheets - CSS - TutorialMSA Technosoft
210 vistas53 diapositivas
CSS-3 Course Slide por
CSS-3 Course SlideCSS-3 Course Slide
CSS-3 Course SlideBoneyGawande
24 vistas21 diapositivas
Introduction to web design discussing which languages is used for website des... por
Introduction to web design discussing which languages is used for website des...Introduction to web design discussing which languages is used for website des...
Introduction to web design discussing which languages is used for website des...Aditya Dwivedi
188 vistas31 diapositivas
Html basics-auro skills por
Html basics-auro skillsHtml basics-auro skills
Html basics-auro skillsBoneyGawande
32 vistas47 diapositivas

Más contenido relacionado

La actualidad más candente

Presentation on html, css por
Presentation on html, cssPresentation on html, css
Presentation on html, cssAamir Sohail
579 vistas24 diapositivas
Boostrap basics por
Boostrap basicsBoostrap basics
Boostrap basicsJTechTown
22 vistas17 diapositivas
Html & CSS - Best practices 2-hour-workshop por
Html & CSS - Best practices 2-hour-workshopHtml & CSS - Best practices 2-hour-workshop
Html & CSS - Best practices 2-hour-workshopVero Rebagliatte
4.2K vistas49 diapositivas
Internet and Web Technology (CLASS-4) [CSS & JS] por
Internet and Web Technology (CLASS-4) [CSS & JS] Internet and Web Technology (CLASS-4) [CSS & JS]
Internet and Web Technology (CLASS-4) [CSS & JS] Ayes Chinmay
311 vistas18 diapositivas
HTML/CSS Crash Course (april 4 2017) por
HTML/CSS Crash Course (april 4 2017)HTML/CSS Crash Course (april 4 2017)
HTML/CSS Crash Course (april 4 2017)Daniel Friedman
627 vistas54 diapositivas
Css introduction por
Css   introductionCss   introduction
Css introductionAbhishekMondal42
44 vistas4 diapositivas

La actualidad más candente(20)

Presentation on html, css por Aamir Sohail
Presentation on html, cssPresentation on html, css
Presentation on html, css
Aamir Sohail579 vistas
Boostrap basics por JTechTown
Boostrap basicsBoostrap basics
Boostrap basics
JTechTown22 vistas
Html & CSS - Best practices 2-hour-workshop por Vero Rebagliatte
Html & CSS - Best practices 2-hour-workshopHtml & CSS - Best practices 2-hour-workshop
Html & CSS - Best practices 2-hour-workshop
Vero Rebagliatte4.2K vistas
Internet and Web Technology (CLASS-4) [CSS & JS] por Ayes Chinmay
Internet and Web Technology (CLASS-4) [CSS & JS] Internet and Web Technology (CLASS-4) [CSS & JS]
Internet and Web Technology (CLASS-4) [CSS & JS]
Ayes Chinmay311 vistas
HTML/CSS Crash Course (april 4 2017) por Daniel Friedman
HTML/CSS Crash Course (april 4 2017)HTML/CSS Crash Course (april 4 2017)
HTML/CSS Crash Course (april 4 2017)
Daniel Friedman627 vistas
Introduction to HTML and CSS por Mario Hernandez
Introduction to HTML and CSSIntroduction to HTML and CSS
Introduction to HTML and CSS
Mario Hernandez4.2K vistas
HTML CSS Best Practices por hoctudau
HTML CSS Best PracticesHTML CSS Best Practices
HTML CSS Best Practices
hoctudau3.4K vistas
Introduction of Html/css/js por Knoldus Inc.
Introduction of Html/css/jsIntroduction of Html/css/js
Introduction of Html/css/js
Knoldus Inc.22.5K vistas
Html / CSS Presentation por Shawn Calvert
Html / CSS PresentationHtml / CSS Presentation
Html / CSS Presentation
Shawn Calvert78.9K vistas
Cascading Style Sheets - Part 02 por Hatem Mahmoud
Cascading Style Sheets - Part 02Cascading Style Sheets - Part 02
Cascading Style Sheets - Part 02
Hatem Mahmoud4.5K vistas
Html css java script basics All about you need por Dipen Parmar
Html css java script basics All about you needHtml css java script basics All about you need
Html css java script basics All about you need
Dipen Parmar1.3K vistas
HTML CSS JS in Nut shell por Ashwin Shiv
HTML  CSS JS in Nut shellHTML  CSS JS in Nut shell
HTML CSS JS in Nut shell
Ashwin Shiv251 vistas
HTML CSS Basics por Mai Moustafa
HTML CSS BasicsHTML CSS Basics
HTML CSS Basics
Mai Moustafa47.7K vistas
Css Basics por Jay Patel
Css BasicsCss Basics
Css Basics
Jay Patel1.1K vistas

Destacado

Big Data World por
Big Data WorldBig Data World
Big Data WorldHossein Zahed
6.8K vistas80 diapositivas
ASP.NET MVC 5 - EF 6 - VS2015 por
ASP.NET MVC 5 - EF 6 - VS2015ASP.NET MVC 5 - EF 6 - VS2015
ASP.NET MVC 5 - EF 6 - VS2015Hossein Zahed
3.4K vistas148 diapositivas
Entity Framework Overview por
Entity Framework OverviewEntity Framework Overview
Entity Framework Overviewukdpe
2.7K vistas23 diapositivas
ASP.NET 02 - How ASP.NET Works por
ASP.NET 02 - How ASP.NET WorksASP.NET 02 - How ASP.NET Works
ASP.NET 02 - How ASP.NET WorksRandy Connolly
15.7K vistas34 diapositivas
ASP.NET 12 - State Management por
ASP.NET 12 - State ManagementASP.NET 12 - State Management
ASP.NET 12 - State ManagementRandy Connolly
3.3K vistas37 diapositivas
Web II - 02 - How ASP.NET Works por
Web II - 02 - How ASP.NET WorksWeb II - 02 - How ASP.NET Works
Web II - 02 - How ASP.NET WorksRandy Connolly
10.4K vistas98 diapositivas

Destacado(17)

ASP.NET MVC 5 - EF 6 - VS2015 por Hossein Zahed
ASP.NET MVC 5 - EF 6 - VS2015ASP.NET MVC 5 - EF 6 - VS2015
ASP.NET MVC 5 - EF 6 - VS2015
Hossein Zahed3.4K vistas
Entity Framework Overview por ukdpe
Entity Framework OverviewEntity Framework Overview
Entity Framework Overview
ukdpe2.7K vistas
ASP.NET 02 - How ASP.NET Works por Randy Connolly
ASP.NET 02 - How ASP.NET WorksASP.NET 02 - How ASP.NET Works
ASP.NET 02 - How ASP.NET Works
Randy Connolly15.7K vistas
ASP.NET 12 - State Management por Randy Connolly
ASP.NET 12 - State ManagementASP.NET 12 - State Management
ASP.NET 12 - State Management
Randy Connolly3.3K vistas
Web II - 02 - How ASP.NET Works por Randy Connolly
Web II - 02 - How ASP.NET WorksWeb II - 02 - How ASP.NET Works
Web II - 02 - How ASP.NET Works
Randy Connolly10.4K vistas
CSharp Language Overview Part 1 por Hossein Zahed
CSharp Language Overview Part 1CSharp Language Overview Part 1
CSharp Language Overview Part 1
Hossein Zahed1.8K vistas
Microsoft SQL Server 2008 por Hossein Zahed
Microsoft SQL Server 2008Microsoft SQL Server 2008
Microsoft SQL Server 2008
Hossein Zahed1.6K vistas
Introduction to angular js for .net developers por Mohd Manzoor Ahmed
Introduction to angular js  for .net developersIntroduction to angular js  for .net developers
Introduction to angular js for .net developers
Mohd Manzoor Ahmed2.1K vistas
Basic c++ programs por harman kaur
Basic c++ programsBasic c++ programs
Basic c++ programs
harman kaur16.3K vistas
Developing an ASP.NET Web Application por Rishi Kothari
Developing an ASP.NET Web ApplicationDeveloping an ASP.NET Web Application
Developing an ASP.NET Web Application
Rishi Kothari28.4K vistas
2008: Web Application Security Tutorial por Neil Matatall
2008: Web Application Security Tutorial2008: Web Application Security Tutorial
2008: Web Application Security Tutorial
Neil Matatall30.9K vistas
01 c++ Intro.ppt por Tareq Hasan
01 c++ Intro.ppt01 c++ Intro.ppt
01 c++ Intro.ppt
Tareq Hasan31.7K vistas
Basics of c++ Programming Language por Ahmad Idrees
Basics of c++ Programming LanguageBasics of c++ Programming Language
Basics of c++ Programming Language
Ahmad Idrees47.8K vistas

Similar a CSS Basics

Cascstylesheets por
CascstylesheetsCascstylesheets
CascstylesheetsDigital Insights - Digital Marketing Agency
317 vistas22 diapositivas
Advanced Web Programming Chapter 8 por
Advanced Web Programming Chapter 8Advanced Web Programming Chapter 8
Advanced Web Programming Chapter 8RohanMistry15
20 vistas23 diapositivas
Css por
CssCss
Cssactacademy
903 vistas14 diapositivas
Css por
CssCss
Cssactacademy
570 vistas14 diapositivas
CSS por
CSSCSS
CSSMuthuganesh S
44 vistas15 diapositivas
Introduction to css by programmerblog.net por
Introduction to css by programmerblog.netIntroduction to css by programmerblog.net
Introduction to css by programmerblog.netProgrammer Blog
94 vistas15 diapositivas

Similar a CSS Basics(20)

Advanced Web Programming Chapter 8 por RohanMistry15
Advanced Web Programming Chapter 8Advanced Web Programming Chapter 8
Advanced Web Programming Chapter 8
RohanMistry1520 vistas
Introduction to css by programmerblog.net por Programmer Blog
Introduction to css by programmerblog.netIntroduction to css by programmerblog.net
Introduction to css by programmerblog.net
Programmer Blog94 vistas
CSS Basics - Stylesheets and Color por Kelly Kellum
CSS Basics - Stylesheets and ColorCSS Basics - Stylesheets and Color
CSS Basics - Stylesheets and Color
Kelly Kellum393 vistas
Css presentation lecture 1 por Mudasir Syed
Css presentation lecture 1Css presentation lecture 1
Css presentation lecture 1
Mudasir Syed529 vistas
Css presentation lecture 3 por Mudasir Syed
Css presentation lecture 3Css presentation lecture 3
Css presentation lecture 3
Mudasir Syed290 vistas
Responsive web design with html5 and css3 por Divya Tiwari
Responsive web design with html5 and css3Responsive web design with html5 and css3
Responsive web design with html5 and css3
Divya Tiwari119 vistas
How to use CSS3 in WordPress - Sacramento por Suzette Franck
How to use CSS3 in WordPress - SacramentoHow to use CSS3 in WordPress - Sacramento
How to use CSS3 in WordPress - Sacramento
Suzette Franck1.3K vistas

Más de Hossein Zahed

Machine Learning with ML.NET por
Machine Learning with ML.NETMachine Learning with ML.NET
Machine Learning with ML.NETHossein Zahed
14 vistas9 diapositivas
8 Database Paradigms por
8 Database Paradigms8 Database Paradigms
8 Database ParadigmsHossein Zahed
95 vistas10 diapositivas
مبانی رایانش ابری por
مبانی رایانش ابریمبانی رایانش ابری
مبانی رایانش ابریHossein Zahed
43 vistas9 diapositivas
HTTPS نحوه کارکرد پروتکل por
HTTPS نحوه کارکرد پروتکلHTTPS نحوه کارکرد پروتکل
HTTPS نحوه کارکرد پروتکلHossein Zahed
16 vistas17 diapositivas
مبانی چابکی و اسکرام por
مبانی چابکی و اسکراممبانی چابکی و اسکرام
مبانی چابکی و اسکرامHossein Zahed
13 vistas8 diapositivas
آموزش سی شارپ - بخش 1 por
آموزش سی شارپ - بخش 1آموزش سی شارپ - بخش 1
آموزش سی شارپ - بخش 1Hossein Zahed
11 vistas11 diapositivas

Más de Hossein Zahed(13)

Machine Learning with ML.NET por Hossein Zahed
Machine Learning with ML.NETMachine Learning with ML.NET
Machine Learning with ML.NET
Hossein Zahed14 vistas
مبانی رایانش ابری por Hossein Zahed
مبانی رایانش ابریمبانی رایانش ابری
مبانی رایانش ابری
Hossein Zahed43 vistas
HTTPS نحوه کارکرد پروتکل por Hossein Zahed
HTTPS نحوه کارکرد پروتکلHTTPS نحوه کارکرد پروتکل
HTTPS نحوه کارکرد پروتکل
Hossein Zahed16 vistas
مبانی چابکی و اسکرام por Hossein Zahed
مبانی چابکی و اسکراممبانی چابکی و اسکرام
مبانی چابکی و اسکرام
Hossein Zahed13 vistas
آموزش سی شارپ - بخش 1 por Hossein Zahed
آموزش سی شارپ - بخش 1آموزش سی شارپ - بخش 1
آموزش سی شارپ - بخش 1
Hossein Zahed11 vistas
فرآیند توسعه نرم افزار por Hossein Zahed
فرآیند توسعه نرم افزارفرآیند توسعه نرم افزار
فرآیند توسعه نرم افزار
Hossein Zahed14 vistas
تخته سیاه آنلاین por Hossein Zahed
تخته سیاه آنلاینتخته سیاه آنلاین
تخته سیاه آنلاین
Hossein Zahed10 vistas
مفاهیم اساسی برنامه نویسی کامپیوتر por Hossein Zahed
مفاهیم اساسی برنامه نویسی کامپیوترمفاهیم اساسی برنامه نویسی کامپیوتر
مفاهیم اساسی برنامه نویسی کامپیوتر
Hossein Zahed29 vistas
Network Essentials v2.0 por Hossein Zahed
Network Essentials v2.0Network Essentials v2.0
Network Essentials v2.0
Hossein Zahed2.4K vistas

Último

Education and Diversity.pptx por
Education and Diversity.pptxEducation and Diversity.pptx
Education and Diversity.pptxDrHafizKosar
193 vistas16 diapositivas
ICS3211_lecture 09_2023.pdf por
ICS3211_lecture 09_2023.pdfICS3211_lecture 09_2023.pdf
ICS3211_lecture 09_2023.pdfVanessa Camilleri
115 vistas10 diapositivas
Class 9 lesson plans por
Class 9 lesson plansClass 9 lesson plans
Class 9 lesson plansTARIQ KHAN
51 vistas34 diapositivas
How to empty an One2many field in Odoo por
How to empty an One2many field in OdooHow to empty an One2many field in Odoo
How to empty an One2many field in OdooCeline George
87 vistas8 diapositivas
The Accursed House by Émile Gaboriau por
The Accursed House  by Émile GaboriauThe Accursed House  by Émile Gaboriau
The Accursed House by Émile GaboriauDivyaSheta
223 vistas15 diapositivas
ICS3211_lecture 08_2023.pdf por
ICS3211_lecture 08_2023.pdfICS3211_lecture 08_2023.pdf
ICS3211_lecture 08_2023.pdfVanessa Camilleri
231 vistas30 diapositivas

Último(20)

Education and Diversity.pptx por DrHafizKosar
Education and Diversity.pptxEducation and Diversity.pptx
Education and Diversity.pptx
DrHafizKosar193 vistas
Class 9 lesson plans por TARIQ KHAN
Class 9 lesson plansClass 9 lesson plans
Class 9 lesson plans
TARIQ KHAN51 vistas
How to empty an One2many field in Odoo por Celine George
How to empty an One2many field in OdooHow to empty an One2many field in Odoo
How to empty an One2many field in Odoo
Celine George87 vistas
The Accursed House by Émile Gaboriau por DivyaSheta
The Accursed House  by Émile GaboriauThe Accursed House  by Émile Gaboriau
The Accursed House by Émile Gaboriau
DivyaSheta223 vistas
Pharmaceutical Inorganic Chemistry Unit IVMiscellaneous compounds Expectorant... por Ms. Pooja Bhandare
Pharmaceutical Inorganic Chemistry Unit IVMiscellaneous compounds Expectorant...Pharmaceutical Inorganic Chemistry Unit IVMiscellaneous compounds Expectorant...
Pharmaceutical Inorganic Chemistry Unit IVMiscellaneous compounds Expectorant...
Ms. Pooja Bhandare133 vistas
Classification of crude drugs.pptx por GayatriPatra14
Classification of crude drugs.pptxClassification of crude drugs.pptx
Classification of crude drugs.pptx
GayatriPatra14101 vistas
Monthly Information Session for MV Asterix (November) por Esquimalt MFRC
Monthly Information Session for MV Asterix (November)Monthly Information Session for MV Asterix (November)
Monthly Information Session for MV Asterix (November)
Esquimalt MFRC72 vistas
BÀI TẬP BỔ TRỢ TIẾNG ANH 11 THEO ĐƠN VỊ BÀI HỌC - CẢ NĂM - CÓ FILE NGHE (GLOB... por Nguyen Thanh Tu Collection
BÀI TẬP BỔ TRỢ TIẾNG ANH 11 THEO ĐƠN VỊ BÀI HỌC - CẢ NĂM - CÓ FILE NGHE (GLOB...BÀI TẬP BỔ TRỢ TIẾNG ANH 11 THEO ĐƠN VỊ BÀI HỌC - CẢ NĂM - CÓ FILE NGHE (GLOB...
BÀI TẬP BỔ TRỢ TIẾNG ANH 11 THEO ĐƠN VỊ BÀI HỌC - CẢ NĂM - CÓ FILE NGHE (GLOB...
Pharmaceutical Inorganic chemistry UNIT-V Radiopharmaceutical.pptx por Ms. Pooja Bhandare
Pharmaceutical Inorganic chemistry UNIT-V Radiopharmaceutical.pptxPharmaceutical Inorganic chemistry UNIT-V Radiopharmaceutical.pptx
Pharmaceutical Inorganic chemistry UNIT-V Radiopharmaceutical.pptx
Ms. Pooja Bhandare113 vistas
AUDIENCE - BANDURA.pptx por iammrhaywood
AUDIENCE - BANDURA.pptxAUDIENCE - BANDURA.pptx
AUDIENCE - BANDURA.pptx
iammrhaywood117 vistas
CUNY IT Picciano.pptx por apicciano
CUNY IT Picciano.pptxCUNY IT Picciano.pptx
CUNY IT Picciano.pptx
apicciano54 vistas
Solar System and Galaxies.pptx por DrHafizKosar
Solar System and Galaxies.pptxSolar System and Galaxies.pptx
Solar System and Galaxies.pptx
DrHafizKosar106 vistas
Psychology KS4 por WestHatch
Psychology KS4Psychology KS4
Psychology KS4
WestHatch98 vistas
Dance KS5 Breakdown por WestHatch
Dance KS5 BreakdownDance KS5 Breakdown
Dance KS5 Breakdown
WestHatch99 vistas
11.28.23 Social Capital and Social Exclusion.pptx por mary850239
11.28.23 Social Capital and Social Exclusion.pptx11.28.23 Social Capital and Social Exclusion.pptx
11.28.23 Social Capital and Social Exclusion.pptx
mary850239312 vistas
The basics - information, data, technology and systems.pdf por JonathanCovena1
The basics - information, data, technology and systems.pdfThe basics - information, data, technology and systems.pdf
The basics - information, data, technology and systems.pdf
JonathanCovena1146 vistas

CSS Basics

  • 1. CSS Cascading Style Sheet 1 HOSSEIN ZAHED AMIR KABIR UNIVERSITY OF TECHNOLOGY HTTP://WWW.HZAHED.COM © 2013 Hossein Zahed - www.hzahed.com
  • 2. A Style 2 Selector Property p { font-family: Value tahoma; }  Note the punctuation: The property is followed by a colon (:) and the value is followed by a semicolon(;) © 2013 Hossein Zahed - www.hzahed.com
  • 3. CSS Placement 3 Styles can be set in a stylesheet, in a style element in the head or in a style attribute © 2013 Hossein Zahed - www.hzahed.com
  • 4. CSS Selectors 4  Single Tag: ID Selector #header { background-color: blue; width: 800px; } #main img { border: solid black 5px; }  All Same Tags: Tag Selector p { font-weight: bold; } h1, h2, h3 { font-family: Tahoma; font-size: 20px;}  Some Tags: Class Selector .redp { color: red; } p.intro { font-family: Tahoma; color: #cc0000} © 2013 Hossein Zahed - www.hzahed.com
  • 5. The Box Model 5 Each element has padding, border, and margin © 2013 Hossein Zahed - www.hzahed.com
  • 6. Vertical Margins 6 The larger of the two vertical margins will determine the distance between elements © 2013 Hossein Zahed - www.hzahed.com
  • 7. Visual Formatting Model 7 Pages are built as a series of blocks Stacked from the top down © 2013 Hossein Zahed - www.hzahed.com
  • 8. Controlling Layout 8  Styles can control size and placement of elements  Example: #nav { width: 12px; float: left; } #news { width: 12px; float: right; } #main { margin: 1px 13px 1px 13px; } © 2013 Hossein Zahed - www.hzahed.com
  • 9. What’s New in CSS 3.0 9  Rounded Corners (Radius)  Colors (RGBA, Opacity)  Background Decorations (Clip)  Text Effects (Shadows, Word Wrap)  Web Fonts (Custom Fonts)  New Box Model  Animation  Image Effects © 2013 Hossein Zahed - www.hzahed.com
  • 10. Resources 10  W3schools  http://www.w3schools.com/  Developer 1(Farsi Language)  http://www.developer1.ir/CSS/ © 2013 Hossein Zahed - www.hzahed.com