mirror of
https://github.com/DerTyp7/shop-ejs-expressjs.git
synced 2025-10-29 12:32:11 +01:00
Initial commit
This commit is contained in:
22
static/auth.css
Normal file
22
static/auth.css
Normal file
@@ -0,0 +1,22 @@
|
||||
h1{
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
form{
|
||||
display:block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: 500px;
|
||||
}
|
||||
|
||||
form input{
|
||||
width: 80%;
|
||||
display:block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
height: 35px;
|
||||
border-radius: 5px;
|
||||
border: 2px solid rgb(0, 155, 194);
|
||||
background-color: rgb(255, 255, 255);
|
||||
margin-top: 20px;
|
||||
}
|
||||
3
static/style.css
Normal file
3
static/style.css
Normal file
@@ -0,0 +1,3 @@
|
||||
*{
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
}
|
||||
Reference in New Issue
Block a user