add background image

This commit is contained in:
Vicky Steeves 2022-05-22 12:21:33 -04:00
parent de1f935831
commit 46e717a80c
2 changed files with 11 additions and 12 deletions

View File

@ -39,25 +39,21 @@ html {
-webkit-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);} -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
/* timeline from https://mdbootstrap.com/docs/standard/extended/timeline/ */ /* timeline from https://mdbootstrap.com/docs/standard/extended/timeline/ */
.timeline-with-icons { .timeline-with-icons {
border-left: 1px solid hsl(0, 0%, 90%); border-left: 1px solid hsl(0, 0%, 90%);
position: relative; position: relative;
list-style: none; list-style: none;
margin-top:1.3rem; margin-top:1.3rem;}
}
.timeline-with-icons .timeline-item { .timeline-with-icons .timeline-item {
position: relative; position: relative;}
}
.timeline-with-icons .timeline-item:after { .timeline-with-icons .timeline-item:after {
position: absolute; position: absolute;
display: block; display: block;
top: 0; top: 0;}
}
.timeline-with-icons .timeline-icon { .timeline-with-icons .timeline-icon {
position: absolute; position: absolute;
@ -69,8 +65,7 @@ html {
width: 31px; width: 31px;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;}
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section { article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
display: block; } display: block; }
@ -83,7 +78,11 @@ body {
line-height: 1.5; line-height: 1.5;
color: #212529; color: #212529;
text-align: left; text-align: left;
background-color: #fff; } background-image: url("../imgs/background.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
[tabindex="-1"]:focus:not(:focus-visible) { [tabindex="-1"]:focus:not(:focus-visible) {
outline: 0 !important; } outline: 0 !important; }

Binary file not shown.

After

Width:  |  Height:  |  Size: 150 KiB