startit/team/oppgaver/uke4/style.css

27 lines
320 B
CSS
Raw Permalink Normal View History

2024-08-28 14:12:05 +02:00
.FrogFace {
2024-08-28 14:31:18 +02:00
user-select: none;
2024-08-28 14:12:05 +02:00
padding: 2px;
2024-08-28 14:31:18 +02:00
border: solid, 15px rgb(19, 204, 19);
2024-08-28 14:12:05 +02:00
max-width: 650px;
2024-08-28 14:31:18 +02:00
2024-08-28 14:12:05 +02:00
}
2024-08-28 14:31:18 +02:00
.img{
2024-08-28 14:12:05 +02:00
max-width: 100%;
max-height: 100%;
2024-08-28 14:31:18 +02:00
2024-08-28 14:12:05 +02:00
}
.square {
height: 75px;
width: 75px;
}
/* #app{
display: grid;
padding: 2px;
border: solid, yellow, 2px;
} */