Social Media Icons In Web Development
Social media icons created using HTML and CSS, with animations and hover effects. Code available on our Instagram page: https://www.instagram.com/webstreet_code/
Follow us on: https://www.instagram.com/webstreet_code/
Code
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=
, initial-scale=1.0">
<title>Social Media Icons</title>
<style>
body{
display: flex;
justify-content: center;
padding-top: 50px;
margin: 0;
background: #1d1f21;
color: #fff;
}
.logo-container{
display: flex;
gap: 40px;
perspective: 1000px;
}
.logo{...