mirror of
https://github.com/karma-riuk/crab-webapp.git
synced 2025-07-05 06:08:13 +02:00
moved the style to its own file
This commit is contained in:
14
public/css/style.css
Normal file
14
public/css/style.css
Normal file
@ -0,0 +1,14 @@
|
||||
body {
|
||||
font-family: sans-serif;
|
||||
max-width: 600px;
|
||||
margin: 2em auto;
|
||||
}
|
||||
|
||||
fieldset {
|
||||
margin-bottom: 1.5em;
|
||||
padding: 1em;
|
||||
}
|
||||
|
||||
button {
|
||||
padding: 0.5em 1em;
|
||||
}
|
Reference in New Issue
Block a user