Social media icon Neumorphism design with HTML and CSS || Soft UI Design in 2020
Watch Video - https://youtu.be/aMOSF9B9Q3A
In this video, we will explain about CSS Neumorphism Social Icon Button Design in HTML & CSS or Neumorphism Soft UI Button Design.
Icon copy from Font Awesome.
in CSS social icon color code :
.fa-facebook-f {
color: #3b5998;
}
.fa-twitter {
color: #00acee;
}
.fa-whatsapp {
color: #25d366;
}
.fa-instagram {
background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
}
.fa-linkedin-in {
color: #0e76a8;
}
.fa-github {
color: #211f1f;
}
Comments
Post a Comment