ACScruggs Posted February 5, 2020 Posted February 5, 2020 Site URL: https://www.tierratraveler.com/home I am a novice attempting custom css... I followed Thirty Eight Visuals tutorial on 'adding an overlapping logo to your footer in Brine' and my logo is not showing up on the page. Curious if anyone can provide some guidance. Many thanks! The code provided is as follows: .Footer { position: relative; } .Footer::before { background-image: url(https://static1.squarespace.com/static/5ced253de3cf090001e8017e/t/5d77a536f455f4647c54b991/1568122166263/Logo.png); background-size: contain; content: ''; height: 100px; pointer-events: none; position: absolute; left: 50%; top: 0; transform: translate(-50%, -50%); width: 100px; }
tuanphan Posted February 6, 2020 Posted February 6, 2020 Can you take screenshot of an example? "'adding an overlapping logo to your footer in Brine" Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.