Skip to content

Commit 0bc24b8

Browse files
added background image
1 parent d845dde commit 0bc24b8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/src/components/HomepageFeatures/styles.module.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
align-items: center;
44
padding: 2rem 0;
55
width: 100%;
6+
background-image: url('https://app.bitbybit.dev/assets/homepage/lg/where-code-meets-design-lg.webp');
7+
background-position: center; /* Center the image */
8+
background-repeat: no-repeat; /* Do not repeat the image */
9+
background-size: cover; /* Resize the background image to cover the entire container */
610
}
711

812
.featureSvg {

0 commit comments

Comments
 (0)