Login Style
This commit is contained in:
@@ -41,6 +41,7 @@ nav button:hover {
|
||||
|
||||
main {
|
||||
background: transparent; /* NEU */
|
||||
position: relative;
|
||||
}
|
||||
|
||||
|
||||
@@ -72,3 +73,16 @@ nav button.active {
|
||||
cursor: pointer;
|
||||
box-shadow: 0 4px 10px rgba(0,0,0,0.08);
|
||||
}
|
||||
|
||||
|
||||
#login-modal {
|
||||
position: fixed;
|
||||
top: 10%;
|
||||
left: 10%;
|
||||
transform: translate(-10%, -10%)
|
||||
|
||||
background: white;
|
||||
padding: 20px;
|
||||
border-radius: 10px;
|
||||
box-shadow: 0 8px 20px rgba(0,0,0,0.25);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user