Guest Posted February 16, 2021 Share Posted February 16, 2021 (edited) Site URL: https://www.altairdev.top/ I want to add a wavy border to my footer, the code I am trying to use is But whenever I use it the Footer just disappears #footer-sections { background: black; overflow: visible; background: hsl(204, 16%, 65%); background-size: 105% auto; background-image: url("https://auxetite-cdn.sirv.com/wavy-blurple-by-nouridio.svg") !important; background-color: black; content: ''; width: 100%; height: 25%; bottom: 0; left: 0; position: absolute; Edited February 16, 2021 by MareksNo added categories Link to comment
tuanphan Posted February 18, 2021 Share Posted February 18, 2021 Try new code, replace with your image url footer.sections {position: relative;} footer.sections:before { content: ""; display: block; background: black; overflow: visible; background: hsl(204, 16%, 65%); background-size: 105% auto; background-image: url(https://cdn.pixabay.com/photo/2020/12/10/10/17/jasper-national-park-5819878__340.jpg); background-color: transparent; content: ''; width: 100%; height: 25px; top: 0; left: 0; position: absolute; z-index: 999; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment