Refactor navigation and form elements for improved usability and localization
This commit is contained in:
@@ -1,11 +1,5 @@
|
||||
body {
|
||||
font-family: Arial, sans-serif;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
height: 100vh;
|
||||
margin: 0;
|
||||
background-color: #f4f4f9;
|
||||
}
|
||||
|
||||
.container {
|
||||
@@ -22,8 +16,7 @@ h1 {
|
||||
|
||||
#responseMessage {
|
||||
text-align: center;
|
||||
color: green;
|
||||
}
|
||||
color: green;}
|
||||
|
||||
.menu {
|
||||
position: relative;
|
||||
@@ -62,4 +55,4 @@ h1 {
|
||||
|
||||
.menu.show .menu-content {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user