This is a solution to the Chat app CSS illustration challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.
Users should be able to:
- View the optimal layout for the component depending on their device's screen size
- Semantic HTML5 markup
- Flexbox
- Mobile-first workflow
This was the hardest challenge i have taken so far, but thanks to it, i strenghtened my css skills and i learned new concepts like overflow, i used different units that i haven't used before such as VH and VW. Despite the solution wasn't really similar, i'm satisfied with it.
some meaningful code snippets:
html{
overflow-x: hidden;
}
I want to continue working on Css position, css grid, start my journey with javascript and of course learn other css elements.
- Overflow CSS - This helped me understand how overflow works
- Frontend Mentor - @dialejo24
- Github - @dialejo24