We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1edb41 commit 763bec2Copy full SHA for 763bec2
css/css.css
@@ -178,9 +178,11 @@
178
z-index:-2;
179
}
180
.cd-fixed-bg.cd-bg-1 {
181
- display: flex;
182
- align-items: center;
183
- justify-content: center;
+ background-color: white;
+ background-image: url(../images/warm_apple.png);
+ background-size: auto;
184
+ background-repeat: no-repeat;
185
+ background-position: center;
186
187
.cd-fixed-bg.cd-bg-2 {
188
background-image: url("../images/background-2.JPG");
index.html
@@ -35,7 +35,6 @@ <h1 class="site-logo"><a href="welcome"><img src="images/2uu_bite_logo.png"></a>
35
</header>
36
37
<div class="cd-fixed-bg cd-bg-1">
38
- <img src="images/warm_apple.png"/>
39
</div>
40
41
<div class="cd-fixed-bg cd-bg-2 relative">
0 commit comments