목록웹 해킹 (2)
Step by Security Study

* 웹 해킹에 관심이 생겨 유튜브 및 블로그 등을 보고 따라 만든 페이지입니다. (공부용) login.html LOGIN USER NAME PASSWORD LOGIN Forgot Your Password? login_style.css @import url('https://fonts.googleapis.com/css2?family=Titillium+Web&display=swap'); * { margin:0; padding:0; box-sizing:border-box; } body{ font-family: 'Titillium Web', sans-serif; display: flex; justify-content: center; align-items: center; height:100vh; background..

* 웹 해킹에 관심이 생겨 유튜브 및 블로그 등을 보고 따라 만든 페이지입니다. (공부용) index.html XXXX HOME LOGIN SIGNUP NOTICE Q&A XXX PAGE Hi, Nice to meet you. My name is XXX. Thank you for visiting my page. This is a space created for web hacking practice. style.css /*웹 페이지에 사용할 폰트(font) 규칙*/ @font-face{ font-family:abster; /*폰트 이름 지정*/ src:url(font/abster-webfont.woff) format('woff'); } /* 전체 선택자를 사용하여 모든 태그의 margin과 padding을..