added tests to Navbar and Dice

This commit is contained in:
Wenszel
2023-12-13 11:18:11 +01:00
parent dd026fbc37
commit caf6bc7d91
7 changed files with 182 additions and 33 deletions
@@ -0,0 +1,11 @@
.container {
margin-left: 20px;
margin-right: 20px;
width: 50px;
height: 50px;
}
.container > img {
width: 100%;
height: 100%;
cursor: pointer;
}