Thank you for visiting my profile. My name is Michelle, and I am passionate about designing and coding. In my free time I am mostly learning something pertaining to design or trying to improve my skills with code. Whenever I take a break from them, I always find myself returning back to coding.
I’m currently learning...I am currently learning Javascript.
Latest comments
- @Mohan823@MichelleMinor87
lol thats ok you did awesome with your design. Keep up the good work.
Marked as helpful - @adehsenior@MichelleMinor87
you could use the mix-blend mode with the content and after pseudo for the css you have to make the background a color though for instance if the background color of that image is violet then your mix blend mode could use overlay try Kevin Powell on youtube he explains all of this very well. You could also use a div make it a class, but don't put anything inside the div use z-index and position absolute with this one. Hope this helps
Marked as helpful - @traez@MichelleMinor87
This looks awesome keep up the great work!
- @NellyisDevv@MichelleMinor87
I think your project and code looks great. I noticed you used filter in your css for your image which is cool I have never heard nor tried that one. You should try the mix blend mode for the image its pretty cool as well as the picture tag and source media tag they helped me a lot in this project. I've recoded this project at least 5x and always run into a bump.
Marked as helpful - @KKTTAAII@MichelleMinor87
I'm not sure about the svg tag you can check css tricks about that part, but I used the picture tag with source media tag and that helped with the responsiveness of the image. You can also try width 100% height auto that helps sometimes as well! Hope this helps you did awesome keep it up!
- @afesta12@MichelleMinor87
This looks amazing! I learned about the picture tag recently and it helps with responsiveness as well so try that tag on your next challenge. I'm not sure about the flexbox and switching to grid neither. I think over time you will find what works for you honestly. I think that grid is great for certain projects as well as flexbox, but I guess they both should be fine.