halovii
@haloviiAll solutions
- Submitted 5 days ago
Responsive 3-column card component using HTML/CSS
- HTML
- CSS
Any help is welcome! I'd love to improve so please fire away!
- Submitted 26 days ago
Responsive product preview component HTML/CSS
- HTML
- CSS
Is there a reason why the main component is not vertically centered? and how do I fix it?
- Submitted 27 days ago
Responsive order summary component
- HTML
- CSS
How is the readability, formatting, use of semantics and overall accuracy of my code to the designs provided? What could I do to improve?
- Submitted 30 days ago
Interactive NFT card
- HTML
- CSS
I'd like to know if there are any improvements regarding the HTML semantics and overall formatting of my code (the readability, and such) . Also any tips on mastering layout and display properties? I really struggle with flex and other layout options in CSS, so what helped you learn this part of CSS?
- Submitted about 1 month ago
Simple Recipe Page HTML/CSS
- HTML
- CSS
- Is there a more efficient way to center and adjust the contents of the table?
I used padding: 10px 70px; to adjust the amount of space between each line and each column and tried text-align: center; margin-left: auto; margin-right: auto; to align my table to the center, none of these did anything to alter the alignment. However I’m wondering if there’s a more simple way to achieve a centered and evenly spaced table? any help is appreciated!
- Regarding the horizontal rules between some of the sections, the hr element wasn’t showing anything so i added a margin: 10px; to the element and it seemed to fix the issue, why does this happen?
- Submitted about 1 month ago
Basic social links card using CSS flexbox
- HTML
- CSS
when uploading to github how do I maintain my CSS styles and images used in the HTML file? Some of my styling options have reverted back to default when I uploaded everything