summaryrefslogtreecommitdiff
path: root/house.css
diff options
context:
space:
mode:
Diffstat (limited to 'house.css')
-rw-r--r--house.css33
1 files changed, 25 insertions, 8 deletions
diff --git a/house.css b/house.css
index 5354fa1..42a40f8 100644
--- a/house.css
+++ b/house.css
@@ -6,13 +6,6 @@ h1, h2, h3, h4, h5, h6, p, li {
font-family: 'Courier New', Courier, monospace;
}
-.j li {
- font-family: 'Courier New', Courier, monospace;
- font-size: 0.75rem;
- line-height: 1.5;
- padding-bottom: 5px;
-}
-
.m {
text-decoration: line-through;
color: red;
@@ -43,6 +36,7 @@ a:active {
shape-outside: square(50%);
display: block;
margin-bottom: 5px;
+ margin-right: 5px;
border: 2px solid blue;
}
@@ -59,7 +53,7 @@ a:active {
overflow: scroll;
text-align: justify;
margin-right: 5px;
- margin-top: 20px;
+ margin-top: 5px;
padding: 0px;
}
@@ -83,4 +77,27 @@ a:active {
body {
margin: 20px;
+ margin-bottom: 0px;
+ margin-top: 0px;
+}
+
+.top {
+ display: flex;
+ justify-content: space-between;
+}
+
+.top h1 {
+ flex: 0 0 auto;
+ display: inline-block;
+ position: relative;
}
+
+.logo a {
+ color: black;
+ text-decoration: none;
+}
+
+.logo:hover {
+ font-style: italic;
+ text-decoration: underline;
+} \ No newline at end of file