From 6641fbbaa2c980c8b11023aa60b5a35b29f3bb4a Mon Sep 17 00:00:00 2001 From: Kevin Kondratuk Date: Mon, 29 Jul 2019 22:25:33 -0500 Subject: [PATCH] make footer roughly uniform --- README.md | 2 +- lubuntu_style.css | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 737dc95..25ef797 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ This is how you can use this repository to make updates to the styles or templat ### Checkout Clone the git repo: ```bash -git clone +git clone https://github.com/lubuntu-team/lists-html.git ``` ### Install Dependencies diff --git a/lubuntu_style.css b/lubuntu_style.css index 97ade1f..32e681b 100644 --- a/lubuntu_style.css +++ b/lubuntu_style.css @@ -19,6 +19,21 @@ body div { padding: 0; } +form center { + text-align: left; +} + +address { + background-color: #0074B9; + color: #BBBBBB; + padding: .5rem; +} + +address a { + color: #FFFFFF; + font-style: normal; +} + div.header { background-color: #0074B9; color: #FFFFFF;