diff --git a/index.html b/index.html index 22a4a65..0fd79e0 100644 --- a/index.html +++ b/index.html @@ -18,6 +18,7 @@ + @@ -163,6 +164,12 @@

Explore popular digital products


+ +

Let your footwears say

diff --git a/res/banner/jewel.webp b/res/banner/jewel.webp new file mode 100644 index 0000000..9de7b30 Binary files /dev/null and b/res/banner/jewel.webp differ diff --git a/src/css/banner.css b/src/css/banner.css new file mode 100644 index 0000000..06471f2 --- /dev/null +++ b/src/css/banner.css @@ -0,0 +1,29 @@ +#banner { + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + text-align: center; + background-image: url('../../res/banner/jewel.webp'); + width: 100%; + height: 50vh; + background-size: cover; + background-position: center; +} + +#banner h4 { + color: #dff1ff; + font-size: 21px; + padding: 20px 0; +} + +#banner h2 { + color: #dff1ff; + font-size: 42px; + font-weight: 700; + padding: 10px 0; +} + +#banner h2 span { + color: #dba21c; +} \ No newline at end of file