Skip to content

Stanmancer/clipboard-landing-page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend Mentor - Clipboard landing page solution

This is a solution to the Clipboard landing page 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 site depending on their device's screen size
  • See hover states for all interactive elements on the page

Screenshot

Links

My process

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox
  • CSS Grid

What I learned

  • I had trouble using linking images in CSS using url() because i forgot to wrap the file path in double quotes ("")
.selector {
  background-image: url("path/to/file.jpg");
}
  • learnt to use position: sticky
.attribution {
  position: sticky;
  bottom: 0;
}
  • using SVG files as <img>, inline <svg> element and as an <object> in HTML

Continued development

  • working with SVG files and creating fallbacks for them
  • breakpoints for responsiveness and view-port units

Useful resources

Author

Acknowledgments

Hats-off 🎩 to @SanDiego2049 for his help when my code was after my life mental health😅.

About

This is a solution to the Clipboard landing page challenge on Frontend Mentor

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published