-
height: 100vh width: 100vw 를 지정해주면 각각 컴퓨터 화면에 맞는 꽉 찬 사이즈로 자동으로 변경된다 body { height: 100vh; width: 100vw; background-image: url('img/signup.jpeg'); background-repeat : no-repeat; background-size : cover; }