Front-end/화면구현

[css] 배경이미지를 화면 꽉차게 높이 100% 만들기

mooyou 2021. 7. 25. 21:43
728x90
300x250
SMALL

 

<name="viewport" content="width=device-width, initial-scale=1.0">
.bg1 {
        height: 100vh; /*높이를 100%로*/
        background: url(image/bg1.jpg) no-repeat red top center;
        background-size: cover; // 커버로 지정
      }

 

728x90
반응형
LIST