분류 전체보기
4주차_예제 코드 모음
210127 See the Pen 210127_css by seung-gu shin (@nine_floor) on CodePen. css 예제(text-indent, overflow, transition, text-overflow, z-index) See the Pen 210127_css_position:fixed by seung-gu shin (@nine_floor) on CodePen. css 예제 _ position:fixed
[UXUI 웹디자인] 1달차 과제_15 / 이미지 맵 활용 지도 만들기
https://ninefloor.github.io/web-practice/work/15/ https://ninefloor.github.io/web-practice/work/15/ ninefloor.github.io
[UXUI 웹디자인] 1달차 과제_14 / 검색창이 포함된 지마켓 헤더 제작
https://ninefloor.github.io/web-practice/work/14/ https://ninefloor.github.io/web-practice/work/14/ ninefloor.github.io /* 예제용 기본 속성 시작 */ * { margin: 0; padding: 0; font-family: "kolight"; } a { text-decoration: none; } ul { list-style-type: none; } /* 예제용 기본 속성 끝 */ #wrap{ width: 100%; min-width: 1250px; height: 1000px; } #header{ width: 1250px; height: 113px; margin: 0 auto; } #logo, #search,..
[UXUI 웹디자인] 1달차 과제_13 / NK세포 소개 페이지 제작
https://ninefloor.github.io/web-practice/work/13/ https://ninefloor.github.io/web-practice/work/13/ ninefloor.github.io - NK세포의 기능과 중요성 특정한 항원 없이도 비정상세포를 감지하고 직접 살상 NK세포는 비정상 세포를 인지할 수 있는 다양한 수용체를 가지고 있기 때문에 특정 항원 없이도 비정상세포를 감지하고 즉각적으로 제거합니다. 면역계를 조절 후천 면역세포(수지상세포, T세포, B세포)의 활성을 유도하여 면역반응과 염증반응을 조절합니다. 암 세포의 증식과 재발, 전이를 효과적으로 억제 암 줄기세포(Cancer Stem Call, CSC)나 순환종양세포(Circulating Tumor Cell, CTC)..
[UXUI 웹디자인] 1달차 과제_12 / 대구시 통합예약사이트 header 만들기
https://ninefloor.github.io/web-practice/work/12/ https://ninefloor.github.io/web-practice/work/12/ ninefloor.github.io 로그인 회원가입 /* 예제용 기본 속성 시작 */ * { margin: 0; padding: 0; } a { text-decoration: none; color: gray; font-size: 15px; font-weight: bold; } ul { list-style-type: none; } /* 예제용 기본 속성 끝 */ #header{ width: 100%; height: 150px; border-bottom: gray solid 1px; position: relative; } #head..