@erntTt94
Posted
Hello! Your project is really well done, but i have some suggestions how to improve your code... 1.Instead of writing only <divs> you can change it with <section> or <article> , they are like divs, but with more specific names... 2.Instead of pixels you can change them to be em or rem, they are more responsive than pixels... 3.Also a little plus will be when hover over a button a cursor to be pointer insted of a text.. i mean cursor: pointer... Otherwise your great, keep it that way... I really hope my feedback is helpful to you..