@Haitham95Submitted about 4 years ago
as a beginner, i really struggled with css, i didnt fully done the solution
as a beginner, i really struggled with css, i didnt fully done the solution
Hello Haitham,
I'm also a beginner and used to struggle a lot with CSS, still do depends on how complex the project is. Great effort though! It helps to look into dev tools like Fontawesome for icons like the share button. ColorZilla is a has a Color Picker tool on Chrome that helps select accurate colors from pages.
In this challenge I used CSS flex box for the share container, then when the share button is clicked, the share container appears (hidden by default). If you haven't started learning javascript, you can consider the checkbox for this purpose. Do more digging on these tools and it will definitely pay off.
Happy Coding!
CJ