Anderson Gomes
@andersongomes001All comments
- @vb8146649Submitted 3 months ago
- @elifseyhanSubmitted 3 months ago
- @mojtaba-mehrzadSubmitted 3 months ago
- @Cesare94Submitted 4 months agoWhat are you most proud of, and what would you do differently next time?
I made good use of the display grid and variable declarations in javascript. I need to improve on the css part.
What challenges did you encounter, and how did you overcome them?The function declaration part of javascript wasn't easy. I needed time to understand the mechanism. I have studied these aspects.
What specific areas of your project would you like help with?The use of functions and parameters.
@andersongomes001Posted 4 months agoHello friend, add border-radius: 4px and border-style: none; in buttons for test.
0 - @harishfuego33Submitted 12 months ago
- @KingseloSubmitted 4 months ago
- @omarkl95Submitted 4 months ago
- @EnrikeOmarFariasSubmitted 5 months ago@andersongomes001Posted 5 months ago
Add this part of CSS in the style.css
body { display: flex; align-items: center; justify-content: center; }
Marked as helpful0 - @MariekafSubmitted 5 months ago
- @MamdohSamerSubmitted 6 months agoWhat are you most proud of, and what would you do differently next time?
this project was easy
What challenges did you encounter, and how did you overcome them?nothing
What specific areas of your project would you like help with?this page can work as perfume website
@andersongomes001Posted 5 months agoCenter your div using height:100vh;
body { height:100vh; }
0 - @Al3sshuSubmitted 5 months agoWhat are you most proud of, and what would you do differently next time?
i have more creativity
What challenges did you encounter, and how did you overcome them?in the placement of the HTML and asking on youtube or google
What specific areas of your project would you like help with?in the css , container that was smaller
@andersongomes001Posted 5 months agoUse "<ol>" for numbered lists.
<ol> <li>Fee</li> <li>Fi</li> <li>Fo</li> <li>Fum</li> </ol>
0 - @rankobinuSubmitted 5 months ago@andersongomes001Posted 5 months ago
Create variables in CSS and set colors and fonts, it's easier.
:root { --color-green: hsl(75, 94%, 57%); --color-white: hsl(0, 0%, 100%); --color-grey-700: hsl(0, 0%, 20%); --color-grey-800: hsl(0, 0%, 12%); --color-grey-900: hsl(0, 0%, 8%); --font-inter: "Inter" } body { background-color: var(--color-grey-900); font-size: 14px; font-family: var(--font-inter); }
0 - @Smith11bSubmitted 5 months agoWhat are you most proud of, and what would you do differently next time?
First time I've ever used container queries and I really like them.
What challenges did you encounter, and how did you overcome them?Biggest challenge was figuring out how to shring the text when the card shrinks a bit on mobile
What specific areas of your project would you like help with?I think I did okay on this. I'm sure theres something I could be doing better.
- @ArshanashrafSubmitted 5 months ago@andersongomes001Posted 5 months ago
It is a great solution, in the next challenge it could separate the CSS to HTML.
0