front
넓이, 높이 설정하기
오늘은 집
2022. 9. 14. 01:05
** 노트북 및 더 큰 화면 크기에서만 작동
section {
height: 100vh;
}
vh, vw 자세한것은 아래를 참고
참고자료 :
https://stackoverflow.com/questions/22247178/html-sections-100-height-of-viewport
HTML sections 100% height of viewport
I'm trying to build a one page website with sections (5). I'm trying to make each section 100% width and height of the window. So even if window is resized, the section size adapts to it. I've heard
stackoverflow.com