Skip to content

IdemudiaMahie/social-links-profile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend Mentor - Social links profile solution

This is a solution to the Social links profile 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:

  • See hover and focus states for all interactive elements on the page

Screenshot

  • The above links to a mobile view solution for the project.

  • The above links to a desktop view solution for the project.

My process

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox
  • Mobile-first workflow
  • CSS Variables
  • CSS Transition

What I learned

  • I got to practice transition in CSS
button:focus,
button:hover {
    background-color: var(--Green);
    color: var(--Off-Black);
    cursor: pointer;
    font-weight: 800;
    transition: all .9s .3s;
}
  • I got to practice using true type font.
@font-face {
    font-family: mahieInterFont;
    src: url(./assets/fonts/Inter-VariableFont_slnt\,wght.ttf);
}

Continued development

  • I worked on this project to help re-explain certain areas of css to a friend. It was an interesting project allbeit very simple for me.

Useful resources

Author

Acknowledgments

  • My deepest appreciation goes to Mr. Dave Gray whose tutorial videos has helped build my foundation in web development.
  • I am also grateful to GMT Software whose coding bootcamp has given me environment and community of like-minded individuals to grow.
  • I am also grateful to Miracle for making me work on this project with her.

Date of Completion : April 10th, 2024.

About

HTML and CSS Only Development

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published