diff --git a/public/css/new_example.css b/public/css/new_example.css new file mode 100644 index 0000000..363b1de --- /dev/null +++ b/public/css/new_example.css @@ -0,0 +1,16 @@ +body{ + background-color: #0e5583 ; + color: #8effff; + +} + +.name{ + text-transform: uppercase; + width: 80%; + margin: 0 auto; +} +.text{ + width: 80%; + margin: 0 auto; + text-align: center; +} \ No newline at end of file