24 lines
302 B
CSS
24 lines
302 B
CSS
|
|
||
|
.FrogFace {
|
||
|
user-select: none;
|
||
|
padding: 2px;
|
||
|
border: solid, 5px 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;
|
||
|
} */
|
||
|
|
||
|
|