-
Notifications
You must be signed in to change notification settings - Fork 471
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Project-business-site av Emelie Nyberg Kedert #365
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi Emelie, what a cool page you've created! The styling is very on point with the theme and your code is well structured.
HTML
- Nice usage of semantic elements, such as
header
andfooter
⭐
CSS
- Your CSS maintains a consistent color scheme and typography, which gives your site a cohesive look and feel. The use of a background image with a gradient overlay looks so nice! I really like that you're reusing the orange color in all areas.
Clean Code
- Your CSS is well-organized, making it easy to follow and maintain.
- I really like that you reused the class name for the labels ⭐
- Make sure files and folders also uses kebab-case style when naming them.
Keep up the stellar work! 😉
With more time, I would focus on enhancing the user experience by adding more interactive elements and further refining the design. I would also explore the possibility of adding a validation to my password element saying "min 8 characters". One thing I couldn't achieve was using flexbox in mobile size to ensure that the list items in the <footer> were arranged with two items per row. In other words, I wanted it to look like this: | ||
|
||
Product Contact us | ||
Legal Language | ||
|
||
and not: | ||
|
||
Product Contact us Legal | ||
Language | ||
|
||
Maybe you have a suggestion how to solve this? :-D |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm, maybe you could play around with the `column-gap? property? 👀
I love this website Emelie!! The video gives such a nice vibe to it all! |
No description provided.