Please leave some feedback if you can.
Project is complete besides the button not being in the exact positon. Don't wanna waste to much time stuck on one issue for to long.
Please leave some feedback if you can.
Project is complete besides the button not being in the exact positon. Don't wanna waste to much time stuck on one issue for to long.
Your code looks pretty good, however, I have some tips for you. The first is that I recommend using shorthands in your CSS to make it less extensive, like in the styling you used in your h1: font-family: "Big Shoulders Display", cursive; font-weight: 700; font-size: 2.5rem; font-weight: 700;
, could have used the font
shorthand, which houses all these settings. Another thing is that I realized that your page has more than one h1
, according to w3schools, you can only have one h1
per page. Also, your @medias
were quite dispersed in the code, I recommend that you organize them in a single area, not leaving them scattered throughout the code. The result turned out really nice, good coding!
(Google Translate)