728x90
λ μ΄μμ : μΉ΄λ μ ν02
μ΄λ²μλ μΉ΄λκ° μ΄ 8κ°μΈ μ νμ λλ€. λ€μκ³Ό κ°μ λ μ΄μμμ μμ ν΄ λ³΄λλ‘ νκ² μ΅λλ€.
CSS μμ€
ir ν¨κ³Όλ κΈμλ₯Ό μκ°μ μΌλ‘ 보μ΄μ§ μκ² μμ ν΄μ£Όκ³ μμ§λ§, μ€ν¬λ¦° 리λκΈ°μμ κΈμκ° μ½νκ² ν΄ μ€μΌλ‘μ¨ μΉ νμ€μ μ€μν μ μμ΅λλ€.
/* fonts */
@import url('https://webfontworld.github.io/gmarket/GmarketSans.css');
.gmark {
font-family: 'GmarketSans';
font-weight: 500;
}
/* reset */
* {
margin: 0;
padding: 0;
}
a {
text-decoration: none;
color: #000;
}
img {
width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: normal;
}
/* 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;
}
/* ir ν¨κ³Ό(μ΄λ―Έμ§ λ체 ν¨κ³Ό == alt) */
.ir {
display: block;
overflow: hidden;
font-size: 0;
line-height: 0;
text-indent: -9999px;
}
/* cardType02 */
.card__inner {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.card__inner .card {
width: 24%;
position: relative;
}
.card__inner .card:first-child{
margin-bottom: 50px;
}
.card__inner .card img {
margin-bottom: 20px;
border-radius: 10px;
}
.card__inner .card .tit {
font-size: 28px;
margin-bottom: 10px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
padding-right: 20px;
}
.card__inner .card .desc {
font-size: 18px;
font-weight: 300;
color: #666;
line-height: 1.4;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
.card__inner .card .more{
width: 24px;
height: 24px;
background-image: url(img/card_arrow02.svg);
display: block;
position: absolute;
right: 0;
top: 230px;
border-radius: 5px;
}
HTML μμ€
컨ν μ΄λ μμ 8κ°μ μΉ΄λλ₯Ό λ§λ€μ΄, flexλ₯Ό μ¬μ©ν΄ λ μ΄μμμ μμ νμ΅λλ€. 'λ보기' κΈμλ 보μ΄μ§ μκ² ir ν¨κ³Όλ₯Ό μ£Όμμ΅λλ€.
<section id="cardType02" class="card__wrap gmark section gray">
<h2>μΈμμ λ§μλ μμλ€</h2>
<p>
μ λͺ©μ μΈμμ λ§μλ μμλ€μ΄λΌκ³ κ±°μ°½νκ² μ§μμ§λ§,<br>
μ§κΈ λΉμ₯ μ κ° λ¨Ήκ³ μΆμ μμλ€μ
λλ€.
</p>
<div class="card__inner container">
<article class="card">
<img src="img/card02_bg01.jpg" alt="μΉν¨">
<h3 class="tit">μΉν¨</h3>
<p class="desc">μΈμμλ λ§μλ μμλ€μ΄ μ°Έ λ§μ΄ μμ΅λλ€. μ μ§κΈμ μ무κ²λ λ¨Ήμ§ λͺ»νκ³ μλμ§ νμ€λ½μ΅λλ€. λ°°κ° λ무 κ³ νλ°μ.</p>
<a href="#" class="more ir"><span>λ보기</span></a>
</article>
<article class="card">
<img src="img/card02_bg02.jpg" alt="μΌμ΄ν¬">
<h3 class="tit">μΌμ΄ν¬</h3>
<p class="desc">μΈμμλ λ§μλ μμλ€μ΄ μ°Έ λ§μ΄ μμ΅λλ€. μ μ§κΈμ μ무κ²λ λ¨Ήμ§ λͺ»νκ³ μλμ§ νμ€λ½μ΅λλ€. λ°°κ° λ무 κ³ νλ°μ.</p>
<a href="#" class="more ir"><span>λ보기</span></a>
</article>
<article class="card">
<img src="img/card02_bg03.jpg" alt="νμ€ν">
<h3 class="tit">νμ€ν</h3>
<p class="desc">μΈμμλ λ§μλ μμλ€μ΄ μ°Έ λ§μ΄ μμ΅λλ€. μ μ§κΈμ μ무κ²λ λ¨Ήμ§ λͺ»νκ³ μλμ§ νμ€λ½μ΅λλ€. λ°°κ° λ무 κ³ νλ°μ.</p>
<a href="#" class="more ir"><span>λ보기</span></a>
</article>
<article class="card">
<img src="img/card02_bg04.jpg" alt="λΈκΈ° λΌλΌ">
<h3 class="tit">λΈκΈ° λΌλΌ</h3>
<p class="desc">μΈμμλ λ§μλ μμλ€μ΄ μ°Έ λ§μ΄ μμ΅λλ€. μ μ§κΈμ μ무κ²λ λ¨Ήμ§ λͺ»νκ³ μλμ§ νμ€λ½μ΅λλ€. λ°°κ° λ무 κ³ νλ°μ.</p>
<a href="#" class="more ir"><span>λ보기</span></a>
</article>
<article class="card">
<img src="img/card02_bg05.jpg" alt="νλ²κ±°">
<h3 class="tit">νλ²κ±°</h3>
<p class="desc">μΈμμλ λ§μλ μμλ€μ΄ μ°Έ λ§μ΄ μμ΅λλ€. μ μ§κΈμ μ무κ²λ λ¨Ήμ§ λͺ»νκ³ μλμ§ νμ€λ½μ΅λλ€. λ°°κ° λ무 κ³ νλ°μ.</p>
<a href="#" class="more ir"><span>λ보기</span></a>
</article>
<article class="card">
<img src="img/card02_bg06.jpg" alt="ν«μΌμ΄ν¬">
<h3 class="tit">ν«μΌμ΄ν¬</h3>
<p class="desc">μΈμμλ λ§μλ μμλ€μ΄ μ°Έ λ§μ΄ μμ΅λλ€. μ μ§κΈμ μ무κ²λ λ¨Ήμ§ λͺ»νκ³ μλμ§ νμ€λ½μ΅λλ€. λ°°κ° λ무 κ³ νλ°μ.</p>
<a href="#" class="more ir"><span>λ보기</span></a>
</article>
<article class="card">
<img src="img/card02_bg07.jpg" alt="νΌμ">
<h3 class="tit">νΌμ</h3>
<p class="desc">μΈμμλ λ§μλ μμλ€μ΄ μ°Έ λ§μ΄ μμ΅λλ€. μ μ§κΈμ μ무κ²λ λ¨Ήμ§ λͺ»νκ³ μλμ§ νμ€λ½μ΅λλ€. λ°°κ° λ무 κ³ νλ°μ.</p>
<a href="#" class="more ir"><span>λ보기</span></a>
</article>
<article class="card">
<img src="img/card02_bg08.jpg" alt="νκΉ">
<h3 class="tit">νκΉ</h3>
<p class="desc">μΈμμλ λ§μλ μμλ€μ΄ μ°Έ λ§μ΄ μμ΅λλ€. μ μ§κΈμ μ무κ²λ λ¨Ήμ§ λͺ»νκ³ μλμ§ νμ€λ½μ΅λλ€. λ°°κ° λ무 κ³ νλ°μ.</p>
<a href="#" class="more ir"><span>λ보기</span></a>
</article>
</div>
</section>
κ²°κ³Ό
728x90
'WebSite' μΉ΄ν κ³ λ¦¬μ λ€λ₯Έ κΈ
μΉμ¬μ΄νΈ λ§λ€κΈ° : μ΄λ―Έμ§ μ ν λ μ΄μμ01 (4) | 2022.08.17 |
---|---|
μΉμ¬μ΄νΈ λ§λ€κΈ° : μΉ΄λ μ ν λ μ΄μμ03 (17) | 2022.08.10 |
μΉμ¬μ΄νΈ λ§λ€κΈ° : μΉ΄λ μ ν λ μ΄μμ01 (12) | 2022.08.08 |
λ μ΄μμ(Layout) μ ν05 (7) | 2022.07.29 |
λ μ΄μμ(Layout) μ ν04 (7) | 2022.07.29 |
λκΈ