diff --git a/index.css b/index.css new file mode 100644 index 0000000..8938658 --- /dev/null +++ b/index.css @@ -0,0 +1,10 @@ +*{ + margin: 0; +} +.test-main{ + background-color:aquamarine; + border-radius: 7px; + h1{ + text-align: center; + } +} \ No newline at end of file