Skip to content

Commit d4ea4de

Browse files
committed
Read more and footnote
Read more box adjusted. Footnote, background colour added to make it easier to read.
1 parent be75701 commit d4ea4de

1 file changed

Lines changed: 6 additions & 26 deletions

File tree

Wireframe/style.css

Lines changed: 6 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ As well as useful links to learn more */
2525
}
2626

2727
body {
28-
background: #fff;
28+
background: #f5f4f4;
2929
color: #000;
3030
line-height: 1.5;
3131
}
@@ -103,36 +103,15 @@ body {
103103
margin-bottom: 0.5rem;
104104
}
105105

106-
/* Buttons */
107-
button {
108-
margin-top: 0.75rem;
109-
padding: 0.4rem 0.8rem;
110-
border: 2px solid #000;
111-
background: #fff;
112-
cursor: pointer;
113-
}
114-
115-
button:hover {
116-
background: #000;
117-
color: #fff;
118-
}
119-
120106

121107
/* Footer */
122108
.footer {
123109
position: fixed;
124110
bottom: 0;
125111
width: 100%;
126-
z-index: 1000;
127-
}
128-
129-
.footer {
130-
margin-top: 1rem;
131-
padding: 1rem;
132-
text-align: center;
133-
border-top: 1px solid white 000;
134-
font-size: 0.9rem;
135-
color: #161515;
112+
z-index: 1000; text-align: center;
113+
border-top: 1px solid rgb(14, 13, 13) 000;
114+
background-color: #f8ea1e;
136115
}
137116

138117
/* Responsive */
@@ -147,5 +126,6 @@ button:hover {
147126
}
148127

149128
a {
150-
outline: 3px solid black !important;
129+
outline: 1px solid black !important;
130+
padding: 3px !important;
151131
}

0 commit comments

Comments
 (0)