21 lines
192 B
CSS
21 lines
192 B
CSS
|
img {
|
||
|
max-height: 70vh;
|
||
|
width: auto;
|
||
|
}
|
||
|
|
||
|
.centre {
|
||
|
margin: auto;
|
||
|
padding: 0;
|
||
|
width: 50%;
|
||
|
}
|
||
|
|
||
|
#button {
|
||
|
font-size: 2em;
|
||
|
}
|
||
|
|
||
|
#text-box {
|
||
|
width 100%;
|
||
|
height: 4em;
|
||
|
}
|
||
|
|