make footer roughly uniform

master
Kevin Kondratuk 5 years ago
parent 62b001e19f
commit 6641fbbaa2

@ -13,7 +13,7 @@ This is how you can use this repository to make updates to the styles or templat
### Checkout ### Checkout
Clone the git repo: Clone the git repo:
```bash ```bash
git clone <this repository> git clone https://github.com/lubuntu-team/lists-html.git
``` ```
### Install Dependencies ### Install Dependencies

@ -19,6 +19,21 @@ body div {
padding: 0; padding: 0;
} }
form center {
text-align: left;
}
address {
background-color: #0074B9;
color: #BBBBBB;
padding: .5rem;
}
address a {
color: #FFFFFF;
font-style: normal;
}
div.header { div.header {
background-color: #0074B9; background-color: #0074B9;
color: #FFFFFF; color: #FFFFFF;

Loading…
Cancel
Save