Quiz.css 229 Bytes
Newer Older
Jiwon Yoon's avatar
a    
Jiwon Yoon committed
1
2
3
4
5
6
7
8
.container-fluid {
    background: white;
    width: 100%;
    height: 500px;
    /* background-image: url('./img/img_quiz.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: 200px; */
Jiwon Yoon's avatar
a    
Jiwon Yoon committed
9
}