mirror of
https://github.com/anatolykopyl/registration.git
synced 2026-03-26 12:55:25 +00:00
Moved public files to separate folder and added .env
This commit is contained in:
14
public/style.css
Normal file
14
public/style.css
Normal file
@@ -0,0 +1,14 @@
|
||||
* {
|
||||
text-align: center;
|
||||
font-family: 'Courier New', Courier, monospace;
|
||||
}
|
||||
|
||||
span.input_row {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
form {
|
||||
width: 30%;
|
||||
margin: auto;
|
||||
}
|
||||
Reference in New Issue
Block a user