X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=local.css;h=0142379000b983a1e9d4af5fbc841ec5d1584429;hp=0e0ab89c2566e558c31c901fb275af4f0210fd90;hb=6aeee2346afa241a8fc2f40a7a828d8e0607a7b7;hpb=4dcbb7eb026bb9256065cc52c125f3d0388356d4 diff --git a/local.css b/local.css index 0e0ab89c..01423790 100644 --- a/local.css +++ b/local.css @@ -2,6 +2,25 @@ /* Add local styling here, instead of modifying style.css. */ +u, .box { + /* text-decoration: none; */ + padding: 20% + border: 4px solid #000; + background-color: #3c8; +} + +.box2 { + /* text-decoration: none; */ + padding: 20% + border: 3px double #000; + background-color: #8c3; +} + + +.ul { + text-decoration: underline; +} + a { text-decoration: none; color: #005a9c;