728x90
반응형
목요일[홀로 한주를 보냈다. 즐거웠다]
1. ppt기재
2. 금일 코드 공유
1. 하둡강의인데 다른 것만 잔뜩..!?
2. 금일코드공유
html | css |
<!DOCTYPE html> <html lang="ko"> <head> <meta charset="UTF-8"> <title>박하률</title> <link rel="stylesheet" href="css/common.css"> <script src="js/jquery-3.3.1.min.js"></script> <script src="js/common.js"></script> </head> <body> <div class="header"> <h1>로고</h1> <div class="gnb">메뉴</div> </div> <div class="main"></div> <div class="contents"> <div class ="notice">공지사항</div> <div class ="gallery">갤러리</div> <div class ="banner">배너</div> </div> <div class="footer"> <h1>로고</h1> <p class="copy"> 카피라이트 </p> <div class="family">패밀리사이트</div> </div> </body> </html><!--ctrl + shfit +/--> |
*{padding : 0; margin: 0;} .header{ width: 1200px; height: 100px; margin: 0 auto; } .main{ width: 1200px; height: 300px; margin: 0 auto; background-color: firebrick; } .contents{ width: 1200px; height: 200px; margin: 0 auto; } .footer{ width: 1200px; height: 200px; margin: 0 auto; } h1{ float: left; width: 200px; height: 100px; background-color: azure; } .gnb{ float: left; width: 1000px; height: 100px; background-color: antiquewhite; } .notice, .gallery, .banner{ float: left; width: 400px; height: 300px; } .notice{background-color: aquamarine;} .gallery{background-color: bisque;} .banner{background-color: cadetblue;} .copy, .family{ float: left; width: 1000px; height: 50px; background-color: cadetblue; } .copy{ background-color: darkseagreen; } |
//yesterday wished to today list
.웹디자인 영역 적은 블로그 기재하기 ✔
. 하둡 재미 느끼기 😒_하둡하지도 않음
tomorrow wish list
. 웹디자인 블로그에 기재한 거 모두 상기하기
. 웹디자인 강의 3개 보기
. 은행가기
. 외로워하지 않고 옳은 행동하기
728x90
반응형
'IT To do and To was' 카테고리의 다른 글
22년 2월 26일_웹디..너란녀석..짜증.., CBT 첫 정처기 시험봐보기.ㅎ (0) | 2022.02.26 |
---|---|
22년 2월 25일_12시가 넘었네.. 으 짜증.. 이해가 안돼..fade in, out eq.. (2) | 2022.02.26 |
22년 2월 23일_리눅스 마지막, 웹 디자인 기능사 실기 기초 (0) | 2022.02.23 |
22년 2월 22일_2~이~ 2의 날, Xshell, 서버 설정, 이것이 우분투 리눅스다 속독, jQuery 기초코딩 , (0) | 2022.02.22 |
22년 2월 21일_리눅스 파티션나누기, 하드디스크 추가, mount, 패키지 설치, 파일 압축 및 풀기(+eclipse 설치, 웹디자인기능사 실기 3번째 이야기 (0) | 2022.02.21 |