Skip to content

thibault-barrat/chat-app-css-illustration

Repository files navigation

Frontend Mentor - Chat app CSS illustration solution

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.

Table of contents

Overview

The challenge

Users should be able to:

  • View the optimal layout for the component depending on their device's screen size
  • Bonus: See the chat interface animate on the initial load

Screenshot

Links

My process

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox
  • SASS preprocessor
  • BEM methodology

Note: These are just examples. Delete this note and replace the list above with your own choices

What I learned

To realize this project, I learned how to use CSS animations with keyframes :

@keyframes message-load {
    0%, 80%, 100% { 
      transform: scale(0);
    } 40% { 
      transform: scale(1.0);
    }
  }

Useful resources

Author

About

This is a solution to the Chat app CSS illustration challenge on Frontend Mentor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published