More Related Content
PPTX
PPTX
XECon+PHPFest2014 ๋ฐํ์๋ฃ - แแ
ญแแ
ฒแฏแแ
ฅแจแแ
ตแซ css แแ
ขแแ
กแฏแแ
กแผแแ
ฅแธ - ์ต๋์ PDF
WebStandards-Basic 1.Introduce PPT
Web Standards Seminar 2006 PDF
์ฌ์ด ์์ ์ค์ฌ์ HTML5 / CSS / MediaQuery / JQuery ๊ฐ์ PDF
WebStandards-Basic 2.Semantic markup PDF
PPTX
์ฒ์๋ถํฐ ๋ค์ ๋ฐฐ์ฐ๋ HTML5 & CSS3 ๊ฐ์์๋ฃ 11์ผ์ฐจ What's hot
PDF
์น ๊ฐ๋ฐ ์คํฐ๋ 01 - HTML, CSS PDF
PPTX
์ฒ์๋ถํฐ ๋ค์ ๋ฐฐ์ฐ๋ HTML5 & CSS3 1์ผ์ฐจ PPTX
์ฒ์๋ถํฐ ๋ค์ ๋ฐฐ์ฐ๋ HTML5 & CSS3 ๊ฐ์์๋ฃ 5์ผ์ฐจ PDF
PPTX
์ฒ์๋ถํฐ ๋ค์ ๋ฐฐ์ฐ๋ HTML5 & CSS3 ๊ฐ์์๋ฃ 8์ผ์ฐจ PPTX
์ฒ์๋ถํฐ ๋ค์ ๋ฐฐ์ฐ๋ HTML5 & CSS3 ๊ฐ์์๋ฃ 10์ผ์ฐจ Viewers also liked
PPTX
Single page application 04 PDF
Web Design Primer Sample - HTML CSS JS PPTX
Services Factory Provider Value Constant - AngularJS PDF
PDF
CSS Grid Changes Everything - Keynote at WebCamp Zagreb 2017 PDF
Responsive Web Design Tutorial PDF for Beginners PDF
PDF
CSS Grid Changes Everything About Web Layouts: WordCamp Europe 2017 Similar to [Basic HTML/CSS] 5. css - selector, units
PPTX
์ฒ์๋ถํฐ ๋ค์ ๋ฐฐ์ฐ๋ HTML5 & CSS3 ๊ฐ์์๋ฃ 9์ผ์ฐจ PPTX
Html5 css3 20161205-์๊ด์ PPTX
PDF
2011์นํ์ค[03] css์๊ฐ PDF
PDF
HTML&CSS ํ๊ทธ, ์์ฑ, ์
๋ ํฐ PDF
PDF
[์ ํ๊ต์ก] css day 2014 PPTX
0.css3๊ธฐ๋ณธ(~3์ผ์ฐจ๋ด) PDF
์ ์ฐฌ๋ช
- CSS Selectors in HTML [WSConf. Seoul 2016/2017] PDF
02_CSS -์์ฌ 10์๊ฐ! ๋๋ง์ ์น์ฌ์ดํธ ๊ธฐํํ๊ณ ๋ง๋ค๊ธฐ PDF
PDF
PPTX
PPTX
ํ๋ก ํธ์๋์คํฐ๋ E02 css dom PDF
[20160115] แแ
กแจแแ
ตแท 10แแ
ตแแ
กแซ - CSS PDF
WebStandards-Basic 3.Starting style PPTX
PDF
CSS ๋ค์ ํ์ ์ด๋์ ์ฐ๋ PPTX
์ฒ์๋ถํฐ ๋ค์ ๋ฐฐ์ฐ๋ HTML5 & CSS3 ๊ฐ์์๋ฃ3์ผ์ฐจ More from Hyejin Oh
PDF
190614 แแ
กแแ
ณแแ
ฅแธ แแ
ตแจแแ
ฎแซ แแ
ฉแแ
ข PDF
191011 SVG๋ฅผ ๋ฐฐ๊ฒฝ์ด๋ฏธ์ง๋ก ํ์ฉํ แแ
กแแ
ตแแ
ฉแซ ์ฝ์ง๊ธฐ - ์ฝ์ธ์ แแ
ฉแแ
จแแ
ตแซ (W3C HTML5 Conference) PDF
190413 ์คํํธ์
์์ ๋งํฌ์
๊ฐ๋ฐ์๋ก ์ด์๋จ๊ธฐ - ์คํ์ง ๋ฐํ PDF
[Basic HTML/CSS] 7. project PDF
[Basic HTML/CSS] 6. css - box sizing, display, margin, padding PDF
[Basic HTML/CSS] 4. html - form tags PDF
[Basic HTML/CSS] 3. html - table tags PDF
[Basic HTML/CSS] 2. html - list tags PDF
[Basic HTML/CSS] 1. html - basic tags PDF
[Basic HTML/CSS] 0. introduction PDF
HTTP ์๋ฒฝ ๊ฐ์ด๋ 9~10์ฅ PDF
[CSS Drawing] Basic Tutorial (๋ผ์ด์ธ ๊ทธ๋ฆฌ๊ธฐ) [Basic HTML/CSS] 5. css - selector, units
- 1.
- 2.
To Do
1. Selector,Units
โ selector, px, %, em, rem
2. Box model, Display, Border, Background
โ box-sizing, display, margin, padding, shorthand
โ border, background
3. Text, Font, Web Font, Position, Float
โ font-family, font-size, font-weight, color, text-decoration, text-shadow
โ position, float, clear
4. Inheritance, Cascading, Effect
โ inherit, box-shadow, transition, transform, animation, keyframes
- 3.
- 4.
- 5.
- 6.
CSS ์ฌ์ฉ๋ฐฉ๋ฒ
1. includecss file
โ <link href="์ธ๋ถ ์คํ์ผ ํ์ผ ๊ฒฝ๋ก" rel="stylesheet" type="text/css">
2. <style> in <head>
โ <head>
<style>
div { font-size: 20px; color: red; }
<style>
</head>
3. inline css
โ <div style="font-size: 20px; color: red;">
- 7.
- 8.
- 9.
- 10.
CSS ํ๊ธฐ๋ฒ
h1 {font-size: 20px; color: #fff; }
h1 {
font-size: 20px;
color: #fff;
}
h1
{
font-size: 20px;
color: #fff;
}
ํ๊ธฐ๋ฒ์
๋ค๋ฅด์ง๋ง
๋ชจ๋ ๊ฐ์
์์ค
์
๋๋ค.
/* ์ฃผ์(Comment)
h1 {
font-size: 20px;
color: #fff;
}
*/
- 11.
CSS ํ๊ธฐ๋ฒ
h1 {
font-size:20px;
color: #fff;
}
h1 {
font-size: 20px
color: #fff
}
h1
font-size: 20px
color: #fff
CSS SCSS SASS
CSS Preprocessor
- 12.
- 13.
CSS Selector
1. ์ ์ฒด์ ํ์
2. ํ๊ทธ ์ ํ์
3. ์์ด๋ ์ ํ์
4. ํด๋์ค ์ ํ์
5. ํ๊ทธ+์์ด๋ ์ ํ์
6. ํ๊ทธ+ํด๋์ค ์ ํ์
7. ๊ทธ๋ฃน ์ ํ์
8. ํ์ ์ ํ์
9. ํ์ ์ง์ ๋ ๋ฒจ ์ ํ์
10. ๊ฐ์ ๋ ๋ฒจ ์ ํ์
11. ์ํ ์ ํ์
โข *
โข div
โข #mmt
โข .mmt
โข div#mmt
โข div.mmt
โข div, span
โข div span
โข div > span
โข div + span
โข :focus, :hover
- 14.
- 16.
id/class naming rule
1.๊ฐ
2. a1-_
3. 1
hong jisoo moonju seho hangyo
2 8 9 7, 4 1, 5, 6, 12
4. -a
5. -
6. --
10. _a
11. _1
12. __
7. -1
8. -_
9. _
- 17.
์ ๋ต : 3,5, 6, 7๋ฒ
3๋ฒ = '์ซ์'๋ก ์์ํ ์ ์์
5๋ฒ = 'ํ์ดํ'์ผ๋ก๋ง ๊ตฌ์ฑํ ์ ์์
6๋ฒ = 'ํ์ดํ+ํ์ดํ'์ผ๋ก ์์ํ ์ ์์
ใด ์๋์ฐ ํฌ๋กฌ (o) ํ์ด์ดํญ์ค (o) / IE11 (x)
ใด ๋งฅ ํฌ๋กฌ(o) / ์ฌํ๋ฆฌ-๋ฒ์ 10.0.2(11602.3.12.0.1) (x)
7๋ฒ = 'ํ์ดํ+์ซ์'๋ก ์์ํ ์ ์์
์ถ์ฒ: http://zinee-world.tistory.com/438 [zineeworld]
id/class naming rule
- 18.
CSS Priority
!important >inline style > #id > .class > tag
!important๋ ๋๋๋ก ์ฐ์ง ์์ต๋๋ค. !important๊ฐ ์ํค๊ธฐ ์์ํ๋ฉด ์ง์ฅ์ด ์ด๋ ค์^^
- 19.
- 20.
- 21.
- 22.
- 23.
- 24.