BannerType01
μΉνμ΄μ§ μ€μ΅μ μν λ°°λ μ νμ μ€μ΅ν΄λ³΄κ² μ΅λλ€! μ΄λ² λ°°λ μ νμ μ΄λ―Έμ§μ ν
μ€νΈ μμ, μμ΄μ½μ΄ ν¨κ» λ€μ΄μλ νμ
μ
λλ€.
κ·ΈλΌ μλμ μ½λλ₯Ό 보며 ν¨κ» μ€μ΅ ν΄λ³΄κ² μ΅λλ€ ~ π
< figma : λμμΈ νκΈ° >
μ΄λ² μ νμ λ°°λ νμ μΌλ‘ 컨μ μ λ§λ λ μ΄μμκ³Ό λμμΈμ μ€μ νμλ©΄ λ©λλ€. μλμ νΌκ·Έλ§λ₯Ό μ°Έκ³ νμ¬ HTML, CSSλ₯Ό μ€μ ν΄λ΄ μλ€. π
< HTML μμ€ : λ μμμ ꡬ쑰 νμ νκΈ° >
λμμΈν μΉ νμ΄μ§ μμμ 보며 νμ΄μ§ ꡬ쑰λ₯Ό νμ ν ν μΉ νμ€μ±κ³Ό μ κ·Όμ±μ λ§λμλ©ν±ν λ§ν¬μ μ ν΄μ€λλ€.
TIP !
β’ μΉμ
, μν°ν΄κ³Ό κ°μ μλ©ν± νκ·Έμλ κΌ ν€λ© νκ·Έλ₯Ό ν¨κ» μ¬μ©ν΄μ£Όμ΄μΌ μΉνμ€μ μ€μνκ² λ©λλ€.
β’ μΉμ
μμμ μΉνμ€ μ€μλ₯Ό μν΄ μ μΈν h2νκ·Έκ° μ¬μ©μ λμ 보μ΄μ§ μλλ‘ λΈλΌμΈλ μμ±μ μ£ΌκΈ° μν΄ μ νμλ‘ λΈλΌμΈλλ₯Ό μ€μ ν©λλ€.
β’ μ΄λ(μ΄λ―Έμ§ μ½μ
) | μ λͺ© | ν
μ€νΈ(ν
μ€νΈ, λ§ν¬) | ν
μ€νΈ(머리λ§) κ΅¬μ‘°λ‘ ν° νμ μ€μ ν©λλ€.
<section id="bannerType" class="banner__wrap nexon">
<h2 class="blind">λ°°λ μμ</h2>
<div class="banner__inner">
<h3 class="title">μ λλ© μ μΉμ</h3>
<p class="desc">μΈμμμ κ·μ¬μ΄ κ³ μμ΄λ€μ μ리기 μν΄ λ§λ μ¬μ΄νΈ μ
λλ€.
<a href="#" title="κ³ μμ΄ λ³΄λ¬κ°κΈ°">λ€λ€ κ³ μμ΄ μλκ³Ό μ΄λ―Έμ§ λ³΄κ³ κ°μΈμ.</a>
</p>
<span class="small">λ°°λ μ ν 01</span>
</div>
</section>
< CSS μμ€ : μ€νμΌ μ μ©νκΈ° >
ꡬ쑰 μ§μμ μμλλ‘ css μ€νμΌμ μ μ©μμΌ λ΄
μλ€. μ΄ λ λμμΈ μμμ μ°Έκ³ νλ©΄μ htmlμ λ²κ°μκ°λ©° ν° λ©μ΄λ¦¬ λΆν° μ€νμΌμ μ μ©μμΌ λκ°λ κ²μ΄ μ€μν©λλ€.
μμ±μ λν λ΄μ©μ μ½λμ μ£Όμμ 보면μ μ΄ν΄ν΄λ΄
μλ€!
TIP !
β’ λ¨Όμ μ 체 μ΄κΈ°ν(Reset)μ ν°νΈ λν΄νΈ μ€μ μ ν΄μ£Όλ κ²μ΄ μ’μ΅λλ€.
β’ κ° μμκ³Ό μΉμ
μ λ°λ³΅μ μΌλ‘ λ€μ΄κ°λ μμ±λ€μ κ³΅ν΅ μμ±μΌλ‘ λ°λ‘ μ€μ νλ κ²μ΄ μ’μ΅λλ€.
⒠컨ν
μ΄λ μ€μ μ ν΅ν΄ λ©μΈ νλ©΄ ν¬κΈ°μ μ¬λ°±μ μ€μ ν΄μ€ λ€ λ©μΈ μ½ν
μΈ μΈ μΉμ
μκ² μ€νμΌμ μ μ©μν΅λλ€.
β’ span νκ·Έλ display: blockλ₯Ό λ¨Όμ μ€μ νμ¬ μμ
νλ κ²μ΄ νΈλ¦¬ν©λλ€.
β’ μ΄λ―Έμ§λ background: url()μ μ΄μ©νμ¬ λ°°κ²½μ μ½μ
ν©λλ€.
/* font */
@import url('https://webfontworld.github.io/NexonLv1Gothic/NexonLv1Gothic.css');
.nexon {
font-family: 'NexonLv1Gothic';
font-weight: 400;
}
/* reset */
* {
margin: 0;
padding: 0;
}
a {
text-decoration: none;
color: #000;
}
img {
width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: normal;
}
em,
i,
address {
font-style: normal;
}
li {
list-style: none;
}
.blind{
position: absolute;
clip: rect(0 0 0 0);
width: 1px;
height: 1px;
margin: -1px;
overflow: hidden;
}
/* common : κ³΅ν΅ μμ(μ¬νμ©) */
.container {
width: 1160px;
padding: 0 20px;
margin: 0 auto;
min-width: 1160px;
}
.section {
padding: 120px 0;
}
.section > h2 {
font-size: 50px;
line-height: 1;
text-align: center;
margin-bottom: 20px;
}
.section > p {
font-size: 22px;
font-weight: 300;
color: #666;
text-align: center;
margin-bottom: 70px;
}
.gray {
background-color: #f5f5f5;
}
/* bannerType */
.banner__inner {
background-image: url(../img/banner_type01.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 {
display: block
font-size: 16px;
text-decoration: underline;
}
π 결과보기 π
'SITE' μΉ΄ν κ³ λ¦¬μ λ€λ₯Έ κΈ
[SITE] ν΅ν© μ ν μΉμ¬μ΄νΈ μ μνκΈ° 01 : μ λλ© μ μΉμ (8) | 2022.09.15 |
---|---|
[SITE] μΉμ¬μ΄νΈ - νΈν° μ ν 01 (1) | 2022.09.06 |
[SITE] μΉμ¬μ΄νΈ - μ¬λΌμ΄λ μ ν01 (1) | 2022.09.06 |
[SITE] μΉμ¬μ΄νΈ - μ΄λ―Έμ§ ν μ€νΈ μ ν01 (2) | 2022.09.02 |
[SITE] μΉμ¬μ΄νΈ - ν€λ μ ν01 (4) | 2022.09.02 |
λκΈ