Ataize Feitosa
@AtaizeAll solutions
- Submitted 25 days ago
Newsletter sign-up form with success message solution
- HTML
- CSS
- JS
I would like to know if the logic I used was good or if I could do it in a simpler way. Any suggestions for improvements will help me do better next time.
- Submitted about 1 month ago
Article preview component, HTML, CSS, JAVASCRIPT
- HTML
- CSS
- JS
In javascript I tried to capture the element with class name '.card__rodape-share' using 'document.getElementByClassName', but I was unable to add the EventList to it. I only managed it using 'querySelector'. I don't understand why, so if anyone can tell me I'd be grateful. Any suggestions for improving the code are welcome.
- Submitted about 1 month ago
Testimonials section with css grid
- HTML
- CSS
I would like to know if I was right using pseudo-classes or if another way would be better.
- Submitted about 2 months ago
A static webpage displaying a recipe for a simple omelette. HTML e CSS
- HTML
- CSS
- Submitted about 2 months ago
Blog preview card made with HTML and CSS.
- HTML
- CSS
I intend to continue improving and applying suggestions. For example, in this project I used BEM in the CSS class names and used rem in the fonts instead of pixels. In the next project I also intend to start with a CSS reset.
- Submitted 2 months ago
A responsive card component that previews a product.
- HTML
- CSS
Explore more advanced CSS techniques like CSS Grid for layout control in complex designs, which could give me even more flexibility compared to Flexbox alone.
- Submitted over 1 year ago
I used: Event Listeners, Class Addition and Removal and event.target
- HTML
- CSS
- JS