summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorDustin Walker <dustin.walker@email.wsu.edu>2022-02-06 20:54:06 -0500
committerDustin Walker <dustin.walker@email.wsu.edu>2022-02-06 20:54:06 -0500
commitad67fca331fab98276b6723639ba229758c8919f (patch)
tree30678d03c069dcb20fa40f92668b8e4cb9d99f24 /style.css
parent4f2308ca76c26c2be9d3934a79e6bc2b5d3b1306 (diff)
beginning of recipes
Diffstat (limited to 'style.css')
-rw-r--r--style.css18
1 files changed, 11 insertions, 7 deletions
diff --git a/style.css b/style.css
index f216881..3626a3e 100644
--- a/style.css
+++ b/style.css
@@ -21,6 +21,10 @@ p, h1, h2, h3, h4 {
color: #dedede;
}
+h1 {
+ text-align: center;
+}
+
li {
color: #dedede;
text-align: left;
@@ -36,14 +40,14 @@ footer {
}
.column {
- box-sizing: border-box;
- float: left;
- width: 50%;
- padding: 10px;
+ box-sizing: border-box;
+ float: left;
+ width: 50%;
+ padding: 10px;
}
.row:after {
- content: "";
- display: table;
- clear: both;
+ content: "";
+ display: table;
+ clear: both;
}