From 544ab9b56b91e7429f7e618e708c3423825494d3 Mon Sep 17 00:00:00 2001 From: Adam Lewicki Date: Sun, 3 Feb 2019 18:52:28 +0000 Subject: [PATCH] Delete 'basic.css' --- basic.css | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 basic.css diff --git a/basic.css b/basic.css deleted file mode 100644 index 3416194..0000000 --- a/basic.css +++ /dev/null @@ -1,36 +0,0 @@ -form { - display: inline-block; //Or display: inline; -} - -input { - padding: 12px 20px; - margin: 8px 0; - border: 1px solid #ccc; - border-radius: 4px; - background-color: #E6E6FA; - color: black; -} - -div { - border-radius: 5px; - background-color: #F0F8FF; - padding: 20px; -} - - footer { - position: relative; - height: 30px; - width: 100%; - background-color: #E6E6FA; - } - - p.copyright { - position: absolute; - width: 100%; - color: black; - line-height: 5px; - font-size: 15px; - text-align: center; - bottom:0; - top:0; - }