본문 바로가기

Python_WEB/HTML

(151)
[WMAP]Bitnami WMAP Setup(비트나미) bitnami wamp 검색 https://bitnami.com/stack/wamp WAMP Bitnami WAMP Stack provides a complete, fully-integrated and ready to run WAMP development environment. In addition to PHP, MySQL and Apache, it includes FastCGI, OpenSSL, phpMyAdmin, ModSecurity, SQLite, ImageMagick, xDebug, Xcache, OpenLDAP, ModSecurity, bitnami.com On My Computer > Download for Windows No Thanks, just take me to the download..
[Tistory-플러그인]기본 스킨 방문객 카운터 HTML Code Tistory Blog에 방문객 카운터 다는 방법 관리자 로그인 > 플러그인 > 방문자 통계 그래프 > 적용 꾸미기 > 스킨 편집 html 편집 ctrl + f > footer 아래 HTML 입력 Total = 명 | Today = 명 | Yesterday = 명 새로고침 > footer 부분 확인
HTML5 - 190701 Basic Study 69(반응형 웹) 1. HTML Code 메뉴1 메뉴2 메뉴3 있는 이것을 능히 보이는 투명하되 이상의 낙원을 칼이다. 위하여 같이 힘차게 오직 듣는다. 뭇 창공에 천지는 말이다. 같이, 있는 되는 열매를 말이다. 있는 이것을 능히 보이는 투명하되 이상의 낙원을 칼이다. 뭇 창공에 천지는 말이다. 같이, 있는 되는 열매를 말이다. 2. CSS Code @charset "utf-8"; /* CSS Document */ * { margin: 0; padding: 0; box-sizing: border-box; } header { width: 100%; background: #000; } nav ul { height: 50px; margin: 0; list-style: none; background: #000; color: w..
HTML5 - 190701 Basic Study 68(Cafe 페이지 제작) 1. HTML Code 여기는 패널창입니다. 옆에서 나오는 창입니다. [닫기] 카페 소개 오시는 길 이 달의 추천 카페 소개 영업 시간 : 오전 9시 ~ 밤 10시 휴무 : 매주 수요일 (수요일이 공휴일일 경우 수요일 영업, 다음날 휴무) 오시는 길 서귀포시 안덕면 사계리 oooo-ooo 제주 올레 10코스 산방산 근처 이 달의 추천 핸드드립 아이스커피 1인분 기준으로 서버에 각얼음 5조각(한조각의 20cc) 넣고 추출을 시작한다. 평상시 보다 원두의 양은 2배 정도 (20g)와 추출액은 얼음 포함해서 200cc까지 내린다. 아이스 잔에 얼음 6~7개 섞어서 시원하게 마신다 My times with Coffee 2. CSS Code @charset "utf-8"; /* CSS Document */ * {..
HTML5 - 190701 Basic Study 67(그리드 시스템) 1. HTML Code 그리드시스템 모바일 메뉴 테블릿 메뉴 데스크탑 메뉴 welcome to my world welcome to my world welcome to my world welcome to my world welcome to my world welcome to my world welcome to my world welcome to my world welcome to my world welcome to my world welcome to my world welcome to my world welcome to my world welcome to my world welcome to my world welcome to my world welcome to my world 2. CSS Code @cha..
HTML5 - 190701 Basic Study 66(반응형 웹 기초 구성) 1. HTML Code 반응형웹을 만들자 박스 1 박스 2 박스 3 2. CSS Code @charset "utf-8"; /* CSS Document */ /* 모니터용 스타일시트 */ @font-face { font-family: '나눔고딕'; src: local('NanumGothic'), url('NanumGothic.eot'), url('NanumGothic.ttf'), url('NanumGothic.woff'); } h1{ font-family:"나눔고딕" } /* 공통스타일 */ *{ margin:0 auto; padding:0; } h1{ background:beige;/* 적용이 안된다 */ border:3px dotted black; } section{ border:2px solid bl..
HTML5 - 190701 Basic Study 65(프린터, 모니터 CSS) 1. HTML Code 안녕하세요 welcom to welcome to world 감사합니다 2. 모니터용 CSS @charset "utf-8"; /* ex01-mo.css - 모니터용 스타일시트 */ /* CSS Document */ h1{ background:red; } @font-face { font-family: '나눔고딕'; src: local('NanumGothic'), url('NanumGothic.eot'), url('NanumGothic.ttf'), url('NanumGothic.woff'); } h1{ font-family:'나눔고딕' } 3. 프린터용 1 CSS @charset "utf-8"; /* ex01-pr.css - 프린터용 스타일시트 */ /* CSS Document */ @..
HTML5 - 190623 Basic Study 64(에릭마이어 reset.css) 1. CSS Code html, body, div, span, applet‎, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure..