mirror of
https://github.com/StefBuwalda/WebTech.git
synced 2026-02-04 16:54:52 +00:00
alternate dash
This commit is contained in:
BIN
application/static/icons/2/google.png
Normal file
BIN
application/static/icons/2/google.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.2 KiB |
BIN
application/static/icons/2/netflix.png
Normal file
BIN
application/static/icons/2/netflix.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.7 KiB |
BIN
application/static/icons/2/spotify.png
Normal file
BIN
application/static/icons/2/spotify.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.0 KiB |
@@ -15,7 +15,7 @@ body {
|
||||
}
|
||||
|
||||
.grid-container > div {
|
||||
height: fit-content;
|
||||
height: 150px;
|
||||
width: 400px;
|
||||
padding-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
@@ -25,7 +25,7 @@ body {
|
||||
}
|
||||
|
||||
.fit-picture {
|
||||
width: 45px;
|
||||
width: 125px;
|
||||
margin-top: 5px;
|
||||
margin-bottom: 5px;
|
||||
border: 1px solid black;
|
||||
@@ -33,6 +33,12 @@ body {
|
||||
box-shadow: 0px 0px 5px black;
|
||||
}
|
||||
|
||||
.name {
|
||||
font-weight: bold;
|
||||
font-size: 50px;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
/* Login page */
|
||||
.form {
|
||||
display: block;
|
||||
|
||||
Reference in New Issue
Block a user