본문 바로가기 메뉴 바로가기

babydevelopbabydevelop

메뉴보기
  • 분류 전체보기 (110)
    • React-Native (0)
    • Script Sample (36)
      • SearchEffect (6)
      • SliderEffect (8)
      • Quiz Effect (5)
      • Mouse Effect (7)
      • Parallax Effect (8)
      • Script Example (2)
    • Javascript (22)
    • React (3)
    • HTML (12)
    • CSS (14)
    • Mysql (9)
    • PHP (7)
    • Layout (5)
    • 웹 디자인 기능사 준비 (2)
흔적남기기
검색하기 폼

최근 글

댓글

태그

  • CSS
  • MySQL
  • MouseEffect
  • javascript
  • searcheffect
  • 변수
  • 자바스크립트
  • html
  • layout
  • php

흔적

  • 다녀간 사람들
  • 오늘 온 분
  • 어제 온 분
공지사항
링크
«   2025/07   »
일 월 화 수 목 금 토
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31
글 보관함
layout에 관한글 (4)
Layout 3-1

이번예제도 display: flex로 만든 예제입니다. 더욱 더 다양하게 나눠봤습니다!

Layout
레이아웃 2-1

DOCTYPE html> layout02_1 * { margin: 0; padding: 0; } #wrap { width: 1200px; margin: 0 auto; background-color: #E8F5E9; } #header { width: 1200px; height: 100px; background-color: #CEE5CB; } #nav { width: 1200px; display: flex; } #nav .nav1 { width: 400px; height: 100px; background-color: #AFD5AB; } #nav .nav2 { width: 400px; height: 100px; background-color: #90c08b; } #nav .nav3 { width: 400px;..

Layout
레이아웃2

DOCTYPE html> layout2 *{ margin: 0; padding: 0; } #wrap { width: 1200px; margin: 0 auto; background-color: #E8F5E9; } #header { width: 1200px; height: 100px; background-color: #CEE5CB; } #nav { width: 1200px; height: 100px; background-color: #AFD5AB; } #contents { width: 1200px; display: flex; } #contents .aside1 { width: 300px; height: 780px; background-color: #91C58A; } #contents .aside2 { wid..

Layout
레이아웃1

DOCTYPE html> Layout1 * { margin: 0; padding: 0; } body { background-color: #FFF3E0; } #container { width: 1200px; height: 1080px; margin-left: auto; margin-right: auto; } #header{ width: 1200px; height: 100px; background-color: #FAE1B7; } #nav { width: 1200px; height: 100px; background-color: #F7ce8b; } #aside { width: 400px; height: 780px; background-color: #f4ba61; float: left; } #contents { ..

Layout
이전 1 다음
이전 다음
© 2022 babydevelop

티스토리툴바