์์ ์ ํ์(descendant selector)
์์ ์ ํ์๋ ํด๋น ์์์ ํ์ ์์ ์ค์์ ํน์ ํ์ ์ ์์๋ฅผ ๋ชจ๋ ์ ํํฉ๋๋ค.
์ ํ์1 ์ ํ์2 {
}
์ ํ์1(๋ถ๋ชจ์์) ์ ํ์2(์์์์)
์ฌ์ฉ ์
<html>
<head>
<link rel="stylesheet" href="test.css" />
</head>
<body>
<h2>์์ ์ ํ์ ์ ์ฉ X</h2>
<div>
<h2>์์ ์ ํ์ ์ ์ฉ</h2>
</div>
</body>
</html>
test.html
div h2 {
color: blue;
}
test.css
์์ ์ ํ์ ์ ์ฉ X
์์ ์ ํ์ ์ ์ฉ
'Web > ๐งฉ html + CSS' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
font ์์ฑ (0) | 2020.11.03 |
---|---|
์ปฌ๋ฌ (0) | 2020.11.03 |
์ ํ์ (0) | 2020.11.03 |
CSS ์ ์ฉ๋ฐฉ๋ฒ (0) | 2020.11.03 |
CSS์ ์ ์ (0) | 2020.11.03 |