From 109d4867b522d014e474e5d1cc2a59798342bd47 Mon Sep 17 00:00:00 2001 From: Aleksandra Date: Wed, 27 Apr 2016 20:01:04 -0400 Subject: [PATCH] add new css file --- public/css/new_example.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 public/css/new_example.css 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