Latest solutions
PERN stack audiphile website. with supabase auth and framer motion.
#express#node#postgres#react#framer-motionSubmitted over 1 year agoShortenIt landing page using React and framer motion.
#framer-motion#react#animationSubmitted almost 2 years agoMulti-step Form using React, Formik and Framer-motion!
#react#framer-motionSubmitted over 2 years agoSpace tourism multi-page site using React.js, firebase & framer motion
#firebase#framer-motion#react#react-routerSubmitted over 2 years ago
Latest comments
- @zitescody@mohsin316
Hey lewis! to apply the the purple background to the image you need to set the background image of that div to the image provided, then add "background-blend-mode: multiply;" or background-blend-mode: screen; to get the desired effect. also add a text align left to the first 2 paragrahs to get the final result for the desktop design.
Marked as helpful - @ganbnuray@mohsin316
rather than giving the .bg-div .img a border radius or top right and top left, put overflow:hidden in your main and it will give the same result and save a few lines of code. great work!