aboutsummaryrefslogtreecommitdiff
path: root/src/css/styles.css
diff options
context:
space:
mode:
authorMark Powers <mark@marks.kitchen>2020-12-24 12:48:58 -0600
committerMark Powers <mark@marks.kitchen>2020-12-24 12:48:58 -0600
commit572671a916335fbbe8766b37b683b8a585c49abd (patch)
tree317feb8a26a87d62977895d860c522498773a976 /src/css/styles.css
parentee5600aac9548075634f51113f9b5ed078f82e12 (diff)
Add background changer and css
Diffstat (limited to 'src/css/styles.css')
-rw-r--r--src/css/styles.css12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/css/styles.css b/src/css/styles.css
index ab634ec..3a555cb 100644
--- a/src/css/styles.css
+++ b/src/css/styles.css
@@ -11,11 +11,16 @@
body {
- width: 80%;
+ width: 60%;
+ min-width: 500px;
margin: auto;
/* margin: 0px; */
background-color: var(--background);
font-family: Arial, Helvetica, sans-serif;
+ height: 100%;
+ background-position: center;
+ background-repeat: no-repeat;
+ background-size: cover;
}
h1, h2 {
@@ -119,12 +124,17 @@ p {
border-top: 1px solid var(--light-text);
border-bottom: 1px solid var(--light-text);
background-color: var(--background-accent);
+ display: flex;
+ flex-wrap: wrap;
+ justify-content: space-evenly;
}
+
.titlebar a{
margin: auto;
max-width: 10%;
min-width: 100px;
+ flex-grow: 1;
}
.btn {