diff --git a/project/assets/css/style.css b/project/assets/css/style.css index e69de29..9586eeb 100644 --- a/project/assets/css/style.css +++ b/project/assets/css/style.css @@ -0,0 +1,9 @@ +* { + margin: 0; + padding: 0; + box-sizing: border-box; +} + +body { + background-color: lightgreen +} \ No newline at end of file