์ฌ์ดํธ ๋ง๋ค๊ธฐ : ๋ฐฐ๋ ์ ํ STUDY 01
์ด๋ฒ ํฌ์คํ ์์๋ Figma์์ ๋ง๋ ๋ฐฐ๋ ์ ํ ์น์ ์ HTML๊ณผ CSS ์ฝ๋๋ก ์ฎ๊ธฐ๋ ์์ ์ ํด๋ณด๋๋ก ํ๊ฒ ์ต๋๋ค.
Figma
๋จผ์ ๋ง๋ค๊ณ ์ ํ๋ ์น ์ฌ์ดํธ์ ๋ชจ์์ Figma๋ผ๋ ํ๋ก๊ทธ๋จ์ ์ด์ฉํ์ฌ ์๋์ ๊ฐ์ด ๋ง๋ค์ด์ฃผ๋๋ก ํ์. ๊ทธ์ ๋์์ ์ด๋ฏธ์ง ์คํ๋ผ์ดํธ์ฉ ์์ด์ฝ SVG๋ฅผ ์ถ๋ ฅํ ํ์ด์ง๋ ๋ฐ๋ก ๋ง๋ค๋๋ก ํ๋ค. ๋ง๋๋ ๋ฐฉ๋ฒ์ ์ง๋ ์ด๋ฏธ์ง ์คํ๋ผ์ดํธ ํฌ์คํ ์ ์ฐธ์กฐํ ๊ฒ.
HTML ์์ค
์น ํ์ค ์ค์๋ฅผ ์ํด ์๋งจํฑ ํ๊ทธ๋ฅผ ์ ๊ทน ์ฌ์ฉํ๋๋ก ํ์. img ํ๊ทธ์ alt์ ๊ฐ์ ํจ๊ณผ๋ฅผ ์ฃผ๊ธฐ ์ํด ์์ด์ฝ์ด ๋ค์ด๊ฐ span ํ๊ทธ์ ํด๋์ค ๊ฐ์ "ir"๋ก ์ค์ ํ์. ์์ธํ ์ค๋ช ์ ์๋ ์์ ์ฝ๋์ ์ฃผ์์ฒ๋ฆฌ ๋ด์ฉ์ ์ฐธ์กฐํ ๊ฒ.
<body>
<section id="bannerType" class="banner__wrap nexon section">
<h2 class="blind">๋ฐฐ๋ ์์ญ</h2>
<div class="banner__inner">
<h3 class="title">๊น์ ๋นต ์ ํ๋ธ</h3>
<p class="desc">
๋ ๋ค์ํ ๊ฐ์๋ ์ ํ๋ธ๋ฅผ ํตํด ์ ๊ณตํ๊ณ ์์ต๋๋ค.
<a href="https://www.youtube.com/c/CozyRain" title="์ ํ๋ธ ํ์ด์ง๋ก ์ด๋">https://www.youtube.com/c/kim_baking</a>
</p>
<span class="small">๋ฐฐ๋ ์ ํ 01</span>
</div>
</section>
<!-- // bannerType -->
</body>
CSS ์์ค
์ด๋ฏธ์ง ์ถ๋ ฅ์ background-image : url๋ก ํด์ฃผ๋๋ก ํ๋ค. CSS ๊ณตํต ์์, ํฐํธ ์ ๋ณด ๋ฑ์ ๋ฐ๋ก ๋นผ ๋์๊ธฐ ๋๋ฌธ์ ์์ธํ ๋ณด๊ณ ์ถ๋ค๋ฉด ํ๋จ์ CSS ์์ค ๋ณด๊ธฐ ๋ฒํผ์ ๋๋ฅผ ๊ฒ.
<style>
.banner__inner {
background-image: url(../img/bannerType/banner_bg01.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
text-align: center;
padding: 120px 0;
color: #fff;
}
.banner__inner .title {
font-size: 50px;
line-height: 1;
font-weight: 300;
margin-bottom: 40px;
}
.banner__inner .desc {
font-size: 24px;
line-height: 1.5;
font-weight: 300;
margin-bottom: 70px;
}
.banner__inner .desc a {
color: #fff;
display: block;
}
.banner__inner .desc a:hover {
text-decoration: underline;
}
.banner__inner .small {
font-size: 16px;
text-decoration: underline;
}
</style>
์ต์ข ๊ฒฐ๊ณผ
'Site' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
[์ฌ์ดํธ ๋ง๋ค๊ธฐ] ์ค์ ์ ํ 01 (4) | 2022.09.13 |
---|---|
[์ฌ์ดํธ ๋ง๋ค๊ธฐ] ํธํฐ ์ ํ 01 (7) | 2022.09.05 |
[์ฌ์ดํธ ๋ง๋ค๊ธฐ] ์ฌ๋ผ์ด๋ ์ ํ 01 (7) | 2022.09.05 |
[์ฌ์ดํธ ๋ง๋ค๊ธฐ] ์ด๋ฏธ์ง/ํ ์คํธ ์ ํ 01 (8) | 2022.09.01 |
[์ฌ์ดํธ ๋ง๋ค๊ธฐ] ํค๋ ์ ํ 01 (4) | 2022.09.01 |
๋๊ธ