개발일지 22일차

이재경·2021년 6월 23일
0

학습 내용

  • 네이버 연예뉴스 오른쪽

    ent.html

<div class="ent-right">
				
				<div class="ent-banner"></div>


				<div id="ent-section-10">
					
					<div class="title-wrap ent-flex-between">
						<h3>많이 본 TV연예 뉴스</h3>
						<a href="#" class="more">더보기</a>
					</div>

					<ol>
						<li>
							<a href="#">
								<span class="rank">1</span>
								<p>동해물과 백두산이 마르고 닳도록</p>
							</a>
						</li>
						<li>
							<a href="#">
								<span class="rank">2</span>
								<p>동해물과 백두산이 마르고 닳도록</p>
							</a>
						</li>
						<li>
							<a href="#">
								<span class="rank">3</span>
								<p>동해물과 백두산이 마르고 닳도록</p>
							</a>
						</li>
						<li>
							<a href="#">
								<span class="rank">4</span>
								<p>동해물과 백두산이 마르고 닳도록</p>
							</a>
						</li>
						<li>
							<a href="#">
								<span class="rank">5</span>
								<p>동해물과 백두산이 마르고 닳도록</p>
							</a>
						</li>
						<li>
							<a href="#">
								<span class="rank">6</span>
								<p>동해물과 백두산이 마르고 닳도록</p>
							</a>
						</li>
						<li>
							<a href="#">
								<span class="rank">7</span>
								<p>동해물과 백두산이 마르고 닳도록</p>
							</a>
						</li>
						<li>
							<a href="#">
								<span class="rank">8</span>
								<p>동해물과 백두산이 마르고 닳도록</p>
							</a>
						</li>
						<li>
							<a href="#">
								<span class="rank">9</span>
								<p>동해물과 백두산이 마르고 닳도록</p>
							</a>
						</li>
						<li>
							<a href="#">
								<span class="rank">10</span>
								<p>동해물과 백두산이 마르고 닳도록</p>
							</a>
						</li>
					</ol>
				</div>

				<div id="ent-section-11">
					<ul>
						<li>
							<a href="#">
								<div class="title-wrap ent-flex-between">
									<div class="title-left ent-flex-start">
										<span class="count">14</span>
										<h3>타이틀 1</h3>
									</div>
									<div class="icon-arrow"></div>
								</div>

								<div class="article-content ent-flex-between">
									<div class="content-left">
										<h4>서브 타이틀</h4>
										<span class="source">스타뉴스</span>
									</div>
									<img src="https://via.placeholder.com/70x70">
								</div>
							</a>
						</li>
						<li>
							<a href="#">
								<div class="title-wrap ent-flex-between">
									<div class="title-left ent-flex-start">
										<span class="count">14</span>
										<h3>타이틀 1</h3>
									</div>
									<div class="icon-arrow"></div>
								</div>

								<div class="article-content ent-flex-between">
									<div class="content-left">
										<h4>서브 타이틀</h4>
										<span class="source">스타뉴스</span>
									</div>
									<img src="https://via.placeholder.com/70x70">
								</div>
							</a>
						</li>
						<li>
							<a href="#">
								<div class="title-wrap ent-flex-between">
									<div class="title-left ent-flex-start">
										<span class="count">14</span>
										<h3>타이틀 1</h3>
									</div>
									<div class="icon-arrow"></div>
								</div>

								<div class="article-content ent-flex-between">
									<div class="content-left">
										<h4>서브 타이틀</h4>
										<span class="source">스타뉴스</span>
									</div>
									<img src="https://via.placeholder.com/70x70">
								</div>
							</a>
						</li>
					</ul>

					<div class="bottom ent-flex-between">
						<div class="btn-wrap ent-flex-start">
							<button class="btn btn-prev"></button>
							<button class="btn btn-next"></button>
						</div>
						<a href="#" class="more">더보기</a>
					</div>
				</div>

				<div id="ent-section-12">
					<div class="title-wrap">
						<h3>연예가 HOT 포토</h3>
					</div>

					<ul class="ent-flex-between">
						<li>
							<img src="https://via.placeholder.com/146x138">
							<h4>타이틀 타이틀 타이틀 타이틀 타이틀 타이틀</h4>
							<span>스타들의 일상</span>
						</li>
						<li>
							<img src="https://via.placeholder.com/146x138">
							<h4>타이틀 타이틀 타이틀 타이틀 타이틀 타이틀</h4>
							<span>스타들의 일상</span>
						</li>
						<li>
							<img src="https://via.placeholder.com/146x138">
							<h4>타이틀 타이틀 타이틀 타이틀 타이틀 타이틀</h4>
							<span>스타들의 일상</span>
						</li>
						<li>
							<img src="https://via.placeholder.com/146x138">
							<h4>타이틀 타이틀 타이틀 타이틀 타이틀 타이틀</h4>
							<span>스타들의 일상</span>
						</li>
					</ul>
				</div>

				<div id="ent-section-13">
					<div class="title-wrap ent-flex-between">
						<h3>연예가 인터뷰</h3>
						<a href="#" class="more">더보기</a>
					</div>

					<div class="heading ent-flex-between">
						<div class="heading-info">
							<h4>타이틀 타이틀 타이틀 타이틀 타이틀 타이틀 타이틀</h4>
							<span class="source">스포츠</span>
						</div>
						<img src="https://via.placeholder.com/70">
					</div>

					<ul>
						<li><a href="#">동해물과 백두산이 마르고 닳도록</a></li>
						<li><a href="#">동해물과 백두산이 마르고 닳도록</a></li>
						<li><a href="#">동해물과 백두산이 마르고 닳도록</a></li>
						<li><a href="#">동해물과 백두산이 마르고 닳도록</a></li>
						<li><a href="#">동해물과 백두산이 마르고 닳도록</a></li>
					</ul>
				</div>
			</div>

style.css

#ent-main .ent-right {
	float: right;
	width: 324px;
	height: 2000px;
	padding-left: 24px;
}
#ent-main .ent-right .ent-banner {
	width: 300px;
	height: 250px;
	background-color: grey;
	border-bottom: solid 1px #000000;
	margin-bottom: 30px;
}
#ent-main .ent-right #ent-section-10 {
	padding-bottom: 12px;
	border-bottom: solid 1px #e8e8e8;
}
#ent-main .ent-right #ent-section-10 .title-wrap {
	margin-bottom: 8px;
}
#ent-main .ent-right #ent-section-10 .title-wrap h3 {
	font-size: 16px;
}
#ent-main .ent-right #ent-section-10 .title-wrap a {
	font-size: 12px;
	color: #999;
}
#ent-main .ent-right #ent-section-10 ol {
}
#ent-main .ent-right #ent-section-10 ol li {
	margin-bottom: 10px;
}
#ent-main .ent-right #ent-section-10 ol li a {
}
#ent-main .ent-right #ent-section-10 ol li .rank {
	display: inline-block;
	width: 16px;
	font-size: 16px;
	color: #e2458f;
	text-align: center;
	vertical-align: middle;
}
#ent-main .ent-right #ent-section-10 ol li p {
	display: inline-block;
	width: 270px;
	font-size: 12px;
	vertical-align: middle;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#ent-section-11 {
	border-bottom: solid 1px #f2f2f2;
	padding-bottom: 24px;
}
#ent-section-11 ul {
	margin-bottom: 12px;
}
#ent-section-11 ul li {
	padding: 14px;
	border-bottom: solid 1px #f2f2f2;
}
#ent-section-11 ul li a {
}
#ent-section-11 ul .title-wrap {
	margin-bottom: 10px;
}
#ent-section-11 ul .title-wrap .title-left {
}
#ent-section-11 ul .title-wrap .title-left .count {
	width: 20px;
	height: 15px;
	padding: 2px 4px;
	border: solid 1px #e2458f;
	color: #e2458f;
	font-size: 10px;
	margin-right: 8px;
}
#ent-section-11 ul .title-wrap .title-left h3 {
	color: #e2458f;
	font-size: 12px;
}
#ent-section-11 ul .title-wrap .icon-arrow {
	width: 8px;
	height: 12px;
	background-color: #e2458f;
}
#ent-section-11 ul .article-content {
}
#ent-section-11 ul .article-content .content-left {
	width: 190px;
}
#ent-section-11 ul .article-content .content-left h4 {
	font-size: 12px;
	font-weight: 700;
	line-height: 18px;
	margin-bottom: 6px;
}
#ent-section-11 ul .article-content .content-left .source {
	font-size: 11px;
	color: #a6a6a6;
}
#ent-section-11 ul .article-content img {
	width: 70px;
	height: 70px;
	border: solid 1px #000000;
} 
#ent-section-11 .bottom .btn-wrap {
}
#ent-section-11 .bottom .btn-wrap .btn {
	width: 24px;
	height: 24px;
	border: solid 1px #f2f2f2;
}
#ent-section-11 .bottom .btn-wrap .btn-prev {
	background-color: grey;
	border-right: none;
}
#ent-section-11 .bottom .btn-wrap .btn-next {
	background-color: yellow;
}
#ent-section-11 .bottom .more {
	font-size: 12px;
	color: #999;
}
#ent-section-12 {
	padding: 20px 0 2px;
	border-bottom: solid 1px #e8e8e8;
}
#ent-section-12 .title-wrap {
	margin-bottom: 12px;
}
#ent-section-12 .title-wrap h3 {
	font-size: 16px;
}
#ent-section-12 ul {
}
#ent-section-12 li {
	width: 146px;
	margin-bottom: 19px;
}
#ent-section-12 li img {
	width: 100%;
	height: 138px;
	border: solid 1px #000000;
	margin-bottom: 9px;
}
#ent-section-12 li h4 {
	font-size: 12px;
	font-weight: 700;
	line-height: 18px;
	margin-bottom: 5px;
}
#ent-section-12 li span {
	font-size: 11px;
	color: #898989;
}
#ent-section-13 {
	padding-top: 22px;
}
#ent-section-13 .title-wrap {
	margin-bottom: 8px;
}
#ent-section-13 .title-wrap h3 {
	font-size: 16px;
}
#ent-section-13 .title-wrap .more {
	font-size: 12px;
    color: #999;
}
#ent-section-13 .heading {
	margin-bottom: 8px;
}
#ent-section-13 .heading .heading-info {
	width: 210px;
}
#ent-section-13 .heading h4 {
	font-size: 12px;
	font-weight: 700;
	line-height: 18px;
}
#ent-section-13 .heading .source{
	font-size: 11px;
    color: #999;
}
#ent-section-13 .heading img {
	width: 70px;
	height: 70px;
	border: solid 1px #000000;
}
#ent-section-13 ul {
}
#ent-section-13 ul li {
	margin-bottom: 8px;
}
#ent-section-13 ul li a {
	display: block;
	width: 100%;
	font-size: 12px;
	color: #222;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#ent-section-13 ul li a:before {
	display: inline-block;
	content: '';
	width: 2px;
	height: 2px;
	vertical-align: top;	
	background-color: silver;
	margin: 5px 5px 0 0;
}

결과

학습한 내용 중 어려웠던 점 또는 해결하지 못한 것들

모두 해결 완료

해결한 방법

반복 학습을 통해 해결

학습 소감

배웠던 부분을 반복적으로 학습하여 많이 익숙해진 듯 하다.

profile
I'm Closer

0개의 댓글