You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<scriptsrc="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script><scriptsrc="https://cdn.jsdelivr.net/bxslider/4.2.12/jquery.bxslider.min.js"></script><script><html><head><linkrel="stylesheet"href="https://cdn.jsdelivr.net/bxslider/4.2.12/jquery.bxslider.css"><scriptsrc="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script><scriptsrc="https://cdn.jsdelivr.net/bxslider/4.2.12/jquery.bxslider.min.js"></script><script>$(document).ready(function(){$('.slider').bxSlider();});</script></head><body><divclass="slider"><div>I am a slide.</div><div>I am another slide.</div></div></body></html></script>
position
웹 문서 안 요소들의 배치를 어떻게 할 지 정하는 속성
text, image를 원하는 위치, 어떤 방식으로 놓을지 배치할 수 있음
static, relative, absolute, fixed, sticky
static: 요소를 문서 흐름에 맞춰 배치
relative: 이전 요소(보통 부모요소)에 자연스럽게 연결하여 위치 지정
absolute: 원하는 위치를 지정해 배치
fixed: 지정한 위치에 고정하여 배치
sticky: 위치에 따라 동작방식이 달라짐
https://engkimbs.tistory.com/922
z-index
position을 사용해 배치를 결정하고, 요소들의 수직 위치를 z-index 속성으로 결정
숫자가 클수록 위로, 작을수록 아래로 내려옴
css inline, block
inline: 줄을 바꾸지 않고 다른 요소와 함께 한 행에 위치하려는 속성(a 태그)
block: inline과는 다르게 한 줄에 나열되지 않고 자체로 한 줄을 차지하는 속성(p 태그)
inline-block: inline과 같이 한 줄에 표현하는 속성 + margin, width, height 속성 정의 가능
만들면서 배우는 HTML/CSS
CSS Reset
http://html5doctor.com/html-5-reset-stylesheet/
배경이미지
이미지 slide => bxslider 사용
https://bxslider.com/
position
z-index
css inline, block
inline: 줄을 바꾸지 않고 다른 요소와 함께 한 행에 위치하려는 속성(a 태그)
block: inline과는 다르게 한 줄에 나열되지 않고 자체로 한 줄을 차지하는 속성(p 태그)
inline-block: inline과 같이 한 줄에 표현하는 속성 + margin, width, height 속성 정의 가능
display: inline-block 속성 없을 때
icon - fontawesome
contents 본문 위치 조정 - top, left
최종 결과물
The text was updated successfully, but these errors were encountered: