15 lines
170 B
CSS
15 lines
170 B
CSS
|
.main-container{
|
||
|
margin: 20px;
|
||
|
padding: 10px;
|
||
|
}
|
||
|
|
||
|
.question{
|
||
|
margin-bottom: 20px;
|
||
|
font-weight: bold;
|
||
|
font-size: 1.25pc;
|
||
|
}
|
||
|
|
||
|
input[type="submit"]{
|
||
|
margin-top: 20px;
|
||
|
}
|