@TomekSwiteckiSubmitted over 2 years ago
ππ»Hi everyone!ππ»
It's my first attempt at Frontend Mentor challange.
It's also my first GitHub Repository.
Any feedback would be apreciated :D
Have a nice day!
ππ»Hi everyone!ππ»
It's my first attempt at Frontend Mentor challange.
It's also my first GitHub Repository.
Any feedback would be apreciated :D
Have a nice day!
In your HTML file you have left some styles. I recommend to move them to your css file. Also, you could consider using of some sematic HTML tag. For example, that last/bottom div with information about you and where to find this challenge is perfect candidate to be <footer></footer>. If you use Visual Studio Code, please consider using prettier. This plugin will format you code (indents, removing empty lines, or be consistent with single or double quotes), each time you save your file. An <img /> tag should always have an alt="" attribute, even empty one.