Ataize Feitosa
@AtaizeAll solutions
Newsletter sign-up form with success message solution
Submitted 6 months agoI 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.
Article preview component, HTML, CSS, JAVASCRIPT
Submitted 6 months agoIn 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.
Testimonials section with css grid
Submitted 6 months agoI would like to know if I was right using pseudo-classes or if another way would be better.
Blog preview card made with HTML and CSS.
Submitted 7 months agoI 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.
A responsive card component that previews a product.
Submitted 7 months agoExplore more advanced CSS techniques like CSS Grid for layout control in complex designs, which could give me even more flexibility compared to Flexbox alone.