#Great job so far implementing the desktop version of your portfolio website. Your design and code look clean and match the template very well! ⭐ 🚀 🪐 According to our morning session, the team suggests the following ♻️changes ♻️:
1️⃣
- The main HTML5 tag is used to define the main or most prominent content of the DOM, this helps the positioning of your web page.
2️⃣
- Add this code so that it does not make any decoration when the mobile version is clicked
a,
a:hover,
a:focus,
a:active {
text-decoration: none;
}
- Change the background image in the mobile version that is in the bottom part of the footer
3️⃣
-
the image background in the mobile version is different from figma.
the image background is covering the nav tag
-
In the figma mobile version it does not appear to have a margin on the sides, you can fix that to dont have any margin.
#Great job so far implementing the desktop version of your portfolio website. Your design and code look clean and match the template very well! ⭐ 🚀 🪐 According to our morning session, the team suggests the following ♻️changes ♻️:
1️⃣
2️⃣
a,a:hover,a:focus,a:active {text-decoration: none;}3️⃣
the image background in the mobile version is different from figma.
the image background is covering the nav tag
In the figma mobile version it does not appear to have a margin on the sides, you can fix that to dont have any margin.