뉴비코더
나는 코딩뉴비
뉴비코더
전체 방문자
오늘
어제
  • 분류 전체보기 (91)
    • 개발입문뉴비 - 국비지원 ( Front End ) (91)
      • html (26)
      • css (58)
      • javascript (6)
      • Library React.js (0)
    • FrontEnd ( Self-study ) (0)
      • html5, CSS3 (0)
      • Vanilla JS (0)
      • Clone Code (0)
    • BackEnd ( self-study ) (0)
      • Library Node.js (0)
      • Python (0)
      • Go (0)

블로그 메뉴

  • 홈
  • 방명록

공지사항

인기 글

태그

  • psuedo-class
  • HTML
  • 하이퍼링크
  • 웹개발입문
  • js 생성 함수
  • 마크업
  • 국비지원
  • js event object
  • position
  • transform
  • boxmodeling
  • Transition
  • UL
  • webfont
  • js 이벤트객체
  • padding
  • parseInt
  • css3
  • JavaScript
  • 프론트엔드
  • Javascript 배열
  • 가상클래스
  • js event
  • ol
  • 코딩진화
  • boxmodel
  • HTML5
  • 클론코딩
  • Margin
  • 웹개발

최근 댓글

최근 글

티스토리

hELLO · Designed By 정상우.
뉴비코더

나는 코딩뉴비

[2021/12/27]국비지원 CSS3 7-(1) N사 오늘의 키친 2
개발입문뉴비 - 국비지원 ( Front End )/css

[2021/12/27]국비지원 CSS3 7-(1) N사 오늘의 키친 2

2022. 1. 31. 08:01

 

과제로 제출한 내용

 

 

 

2022.01.30 - [개발입문뉴비의 기록 ( FrontEnd )/html] - [2021/12/14]국비지원 HTML5 코딩툴 기본학습 6-(3) 수업 중 과제 : N사 오늘의 키친 페이지 마크업

 

[2021/12/14]국비지원 HTML5 코딩툴 기본학습 6-(3) 수업 중 과제 : N사 오늘의 키친 페이지 마크업

앞서 올린 베이킹 파트를 html5 마크업 한 후에는 동일한 언제 적 키친의 파스타 파트를 마크업 해서 수업 중 제출한 과제이다. 본래의 구도는 이러하다. <!DOCTYPE html> 본문 바로가기 오늘의 키친

imnewbiecoder.tistory.com

 

 

 

마찬가지로 이 파일을 이어서 작업함

 


 

작업내용 (sub.css)

@import url(reset.css);
/* sub.css */
/* common */
body{font-size:12px;font-family:Dotum,"돋움",sans-serif;color: #000;}
strong{font-weight:bold;}
a{text-decoration: none;}
a:hover{text-decoration: none;color: red;}
/* layout */
#wrap{width:956px;border:1px solid red;margin:0 auto;line-height:150%;}
#header{width:956px;background: url(../images/logo_bg.gif) repeat-x 0 0; margin-bottom: 20px;}
#container{width:956px;text-align:justify;}
#container::after{content:"";display:block;clear:both;}
    .snb{width: 140px;border:1px solid red;float:left;margin-right:10px;}
    #content{width:800px;float:right;border:1px solid red;}
.blog{vertical-align: middle;}


/* header */
#header>h1{padding: 5px 0;border-bottom:1px dashed #ddd;}

/* container */
/* snb */
.snb>h2{font-size: 25px;font-weight: bold;margin: 10px 0;}
.snb>ul>li{border-top: 1px solid #ddd;padding: 5px 0;}
.snb>ul>li a{color: #666;font-weight: bold;}

/* content */
/* 타이틀 */
#content>h2{padding: 0 0 15px;border-bottom: 1px solid #ddd;}
#content>h3{margin-bottom: 20px;}
/* 블로그 소개 */
.txt{width:800px;line-height: 180%;}
.txt img{float:left;margin-right:10px;}
.txt span{display:block;}

/* 키워드 */
div.onkywd{float:left;width:338px;height:425px;background: url(../images/tue_list_bg.gif) no-repeat 0 0;
            margin:20px 30px 20px 0;position:relative;}
.onkywd>h4{font-size: 24px;font-weight:bold;padding: 20px 0;text-align: center;}
.onkywd>h4>span{color: red;}
.onkywd>ol>li{margin-left:50px;padding:7px 0 7px}
.onkywd>ol a{position:absolute;right:20px;color: gray;}

/* 메뉴 */
dt strong{display:block;padding-bottom: 4px 0;}
dd{line-height:160%;}
dd a{display:block;color:red;padding: 10px 0;}
.menu1{width:430px; float:right;}
.menu1>dt img, .menu2>dt img{float:left;padding-right: 10px;}

.menu2{clear:both;padding-top: 30px;}

/* 담아가기 */
.blog{border-top:1px solid #ddd;background: url(../images/bu_arw1.gif) no-repeat 0 20px;
    padding:20px;margin-left: 156px; float:left; }

/* footer */

 

 

 


 

결과물 ( 영역 치라 그래서 친 거 )

저작자표시 비영리 변경금지 (새창열림)
    '개발입문뉴비 - 국비지원 ( Front End )/css' 카테고리의 다른 글
    • [2021/12/27]국비지원 CSS3 8-(1) 과제1 : 버튼 클론
    • [2021/12/27]국비지원 CSS3 7-(2) 메뉴 hover 효과 주기
    • [2021/12/24]국비지원 CSS3 6-(2) N사 오늘의 키친
    • [2021/12/24]국비지원 CSS3 6-(1) wah.or.kr sub
    뉴비코더
    뉴비코더
    FrontEnd 지망 - 코딩뉴비를 위한(?), 뉴비에 의한, 뉴비의 블로그 - 코딩뉴비의 코딩 학습 기록 - 첨가물 : 약간의 불평/사족

    티스토리툴바