Larisa
@LarisaKampeAll solutions
- Submitted 2 months ago
Article preview component
- HTML
- CSS
- JS
I need a bit of help with share button in mobile preview. Since it is toggle on/off in mobile screen size it is positioned below the 'share-box' but when I set position and put the z-1 it is on top but on same position (because of flex I believe) so one of the link is below it and it is not usable 😅.
And if anyone knows a good JS course? I watched a few and when I do watch and follow along it is very logical and easy but this little bit of code took me long enough to understand that I need to really master the basics and learn to recognize the steps myself.
Thank you!
- Submitted 3 months ago
Four card practice 5
- HTML
- CSS
I tried to do it using tailwind but it was confusing to me a bit, too many things to have in mind advanced, or is it just me? So if someone has a suggestion for tailwind it would be awesome. Or maybe you think it is a bit too early or maybe I should make some more projects using regular css/sass? Thanks!
- Submitted 3 months ago
Recipe page
- HTML
- CSS
I did a bit of research about and elements and I think I figured it out but any feedback on this topic is more than welcoming. :D
- Submitted 3 months ago
Social links profile
- HTML
- CSS
So just a qq. I've made the social links as an unordered list. I guess that is ok too but do you think maybe it is better to write them as separate div elements, or even make them as buttons inside list elements?