mirror of
https://github.com/StefBuwalda/WebTech.git
synced 2025-10-30 11:19:58 +00:00
alternate dash 2
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user