alternate dash 2

This commit is contained in:
DaanoGames
2025-04-17 15:46:41 +02:00
parent 669d73b18a
commit b89e7d3430
5 changed files with 46 additions and 39 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

View File

@@ -5,27 +5,30 @@ body {
/* Dashboard page */
.grid-container {
display: grid;
grid-template-columns: auto auto auto;
display: flex;
grid-template-columns: auto auto auto auto auto;
gap: 20px;
background-color: lightslategray;
padding-top: 20px;
margin-left: 10%;
margin-right: 10%;
justify-content: center;
}
.grid-container > div {
height: fit-content;
width: 400px;
width: 200px;
padding-top: 5px;
padding-bottom: 5px;
border: 2px solid black;
border-radius: 10px;
box-shadow: 5px 5px 10px black;
font-weight: bold;
}
.fit-picture {
width: 45px;
width: 175px;
margin-top: 5px;
margin-bottom: 5px;
border: 1px solid black;
@@ -33,6 +36,14 @@ body {
box-shadow: 0px 0px 5px black;
}
.url {
font-weight: normal;
}
.name {
margin-left: 60px;
}
/* Login page */
.form {
display: block;