11 lines
117 B
CSS
11 lines
117 B
CSS
.img {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.view12 {
|
|
display: none;
|
|
font-size: larger;
|
|
background-color: aqua;
|
|
}
|