HI your work so great, but to make it closser to design i thought that you can improve little things like your h1, fontSize and padding.
and i was relize that the message of hanling error on your form didt work properly,
I hope you keep trying, things are looking great so far!
What specific areas of your project would you like help with?
I would like to pay attention to the toggle.js script. When I toggle between elements on a screen smaller than 1400px, I can toggle only once, and to toggle again, I need to restart the server. With the screens bigger than 1400px, I dont have this issues, the toggling is working fine.
Also my HTML structure is something that I want to be carefully reviewed. I'm pretty sure that my HTML is not the best one, but I didnt have any other idea how to structure it.
hi your work's so cool
but maybe u can improve to make it more aproaching the design,
your border-radius on ur image in desktop mode can improve with
border-radius: 1rem 0 0 1rem; (the value is just an example).
nice for you but maybe you regret to manage the footer, i think u make the display container with flex, and you can fixing this with flex-direction. try with coloumn or reverse-coloumn
Hi nice to see ur project,
i think your last element (photo & name) in the bottom not inside of class totalmain?
maybe you can try the last element with absolute display
hi this is a cool project
I see that the mobile one isn't as pretty as the wide one, I mean maybe you can add some margins and again regarding the words "Please provide a valid email" it's not visible when on mobile.
Lovely design, in desktop and mobile. but maybe you can make the button more responsive..
i mean if we click it for the first time its appear the share box and we just click for the second time the box disapear again.
maybe you can do it by "toggle"
var shareIcon = document.querySelector('#share-icon');
var socialIcons = document.querySelector('#share-holder')
const autorHolder = document.querySelector('.autor-holder')
How can a i get the " Ready To Build Your Community? " to get on top of the bottom box, with the dark color.
I tried using margin, but the dark background always came on top.
Am i writing to much CSS? i'm using the @midia in order to make the page resize for the mobile, but is there an easier way to make it instead of rewriting the same section diffirently to each size.