webstatus/src/WebStatus.css

11 lines
134 B
CSS
Raw Permalink Normal View History

2020-03-06 13:36:35 +00:00
.webstatus {
width: 100%;
height: 100%;
text-align: center;
border: 1px solid red;
}
img.webstatusimage {
width: 100%;
}