Skip to content

NoonPanirSabzi/social-links-profile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Social links profile

Table of contents

Overview

Screenshot and live site URL

Desktop Tablet Mobile
desktop Tablet Mobile

Live Site URL

My process

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox
  • Mobile-first workflow
  • CSS media queries

What I learned

Small tricks:

  1. If you want to use an HTML a (link) element and style it the way you like, first you need to unset all its default styles like this:
.link {
  all: unset;
  /* Now you can write any styles you want here */
}
  1. When you want to create a perfect circle from a block element, set its border-radius to 50%:
.profile__picture {
  border-radius: 50%;
  overflow: hidden; /* Ensures that anything inside the box doesn’t overflow from the edges, making the effect work properly */
}

Useful resources

Author

Inspired by

About

responsive social links profile, including a button component

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published