46 lines
585 B
Plaintext
46 lines
585 B
Plaintext
.hello {
|
|
padding: 40px 15px;
|
|
text-align: center;
|
|
}
|
|
.controller_selection {
|
|
padding-top: 10px;
|
|
}
|
|
|
|
.huge_text {
|
|
font-size: 3em;
|
|
}
|
|
|
|
@media all and (orientation: portrait) {
|
|
#bucket_image {
|
|
width: 90%;
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
|
|
@media all and (orientation: landscape) {
|
|
#bucket_image {
|
|
width: 40%;
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
@media all and (orientation: portrait) {
|
|
#alarm_image {
|
|
width: 90%;
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
|
|
@media all and (orientation: landscape) {
|
|
#alarm_image {
|
|
width: 40%;
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
|
|
.clickable {
|
|
cursor:pointer;
|
|
}
|