27 lines
320 B
CSS
27 lines
320 B
CSS
|
|
.FrogFace {
|
|
user-select: none;
|
|
padding: 2px;
|
|
border: solid, 15px rgb(19, 204, 19);
|
|
max-width: 650px;
|
|
|
|
|
|
}
|
|
.img{
|
|
max-width: 100%;
|
|
max-height: 100%;
|
|
|
|
|
|
}
|
|
.square {
|
|
height: 75px;
|
|
width: 75px;
|
|
}
|
|
/* #app{
|
|
display: grid;
|
|
padding: 2px;
|
|
border: solid, yellow, 2px;
|
|
} */
|
|
|
|
|