fhelix09
@fhelix09All solutions
- Submitted 7 months ago
Recipe Page
- HTML
- CSS
I am really glad if someone able to lent me there knowledge on how I am able to split the Nutrition other than by making it inline-block.
- Submitted 7 months ago
Social Links Profile
- HTML
- CSS
In this project I use anchor element where I can also use a button.
I just wandering what is the best practices use button element and the anchor element as a button? In the real world challenge what how we should use the anchor element and Button element?
- Submitted 8 months ago
Blog Preview Card
- HTML
- CSS
I would like to know if there is a certain technique that I am able to do Learning text to adjust it automatically on the center. I am thinking of div and assigning width and height but I might also use padding.
- Submitted 8 months ago
QR Code Challenge
- HTML
- CSS
I would like to know if ever there is another way to center it, I use this codes to achieve my design
position:absolute; top:50%; left:50%; transform:translate(-50%, -50%);