Sukrut k Pasumarthi
@sukrut57All comments
- @vitorGoncalvesOliveiraSubmitted about 1 month ago
- @0gsar1mSubmitted about 1 month agoWhat are you most proud of, and what would you do differently next time?
a
What challenges did you encounter, and how did you overcome them?a
What specific areas of your project would you like help with?a
- @ElofatishSubmitted about 2 months ago
- @Lukas3162000Submitted about 1 month agoWhat are you most proud of, and what would you do differently next time?
- First major learning
If you want to target the bullet points or simply the numbers in CSS, you can do that with pseudo-code as described here:
("li::marker")
.content ol li::marker { color: red; }
Super cool!! :D
- You can target the last child of a table with this pseudo-code:
"tr:last-child"
css tr:last-child { border-bottom: none; }
What specific areas of your project would you like help with?I couldn't reduce the border-bottoms of the table rows using right margin in the media query. So, I made them red instead. Does anyone have an idea how to fix this?
@sukrut57Posted about 1 month agothis looks great but also look into the mobile version. The view is slightly different compared to desktop version.
0 - @Mohammed-morsiwalaSubmitted about 1 month agoWhat are you most proud of, and what would you do differently next time?
Structured CSS with hands on flex box & more confident on HTML structure
What challenges did you encounter, and how did you overcome them?Still facing issues in deciding width Hight & make the design responsive
What specific areas of your project would you like help with?I want to understand min-with max-with with media query to make website responsive
@sukrut57Posted about 1 month agoIt looks great., you can try to add some more margin to the 1st child of the button to push them down closer to the end or use flex to align the items
0 - @kingtiranoSubmitted about 1 month agoWhat are you most proud of, and what would you do differently next time?
In tackling this challenge, I used HTML and CSS to create a visually appealing card component that displays an image and text. To achieve proper layout and alignment, I applied flexbox for centering the card on the page.
What challenges did you encounter, and how did you overcome them?Additionally, I encountered an issue where the background color of the paragraphs inside the card didn’t match the card itself, which I resolved by applying background-color: inherit; to ensure they inherited the card's background color.
What specific areas of your project would you like help with?Finished.