webstatus/src/WebStatus.css

11 lines
134 B
CSS

.webstatus {
width: 100%;
height: 100%;
text-align: center;
border: 1px solid red;
}
img.webstatusimage {
width: 100%;
}