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-tap-highlight-color: rgba(0, 0, 0, 0);}
/* timeline from https://mdbootstrap.com/docs/standard/extended/timeline/ */
.timeline-with-icons {
border-left: 1px solid hsl(0, 0%, 90%);
position: relative;
list-style: none;
margin-top:1.3rem;
}
margin-top:1.3rem;}
.timeline-with-icons .timeline-item {
position: relative;
}
position: relative;}
.timeline-with-icons .timeline-item:after {
position: absolute;
display: block;
top: 0;
}
top: 0;}
.timeline-with-icons .timeline-icon {
position: absolute;
@ -69,8 +65,7 @@ html {
width: 31px;
display: flex;
align-items: center;
justify-content: center;
}
justify-content: center;}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
display: block; }
@ -83,7 +78,11 @@ body {
line-height: 1.5;
color: #212529;
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) {
outline: 0 !important; }

Binary file not shown.

After

Width:  |  Height:  |  Size: 150 KiB