From 2dedb34a9439ac3fe7b32110d5fc6699e8d98763 Mon Sep 17 00:00:00 2001 From: Jim Date: Thu, 19 Mar 2015 11:48:51 -0400 Subject: [PATCH] update css --- local.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/local.css b/local.css index d9948d67..570986b2 100644 --- a/local.css +++ b/local.css @@ -3,12 +3,17 @@ /* Add local styling here, instead of modifying style.css. */ u, .box { - border: 3px single #000; + text-decoration: none; + padding: 5% + border: 1px solid #000; background-color: #3c8; } .box2 { + text-decoration: none; + padding: 5% border: 3px double #000; + background-color: #8c3; } -- 2.11.0