Material Profile UI Hover

Developer
Size
2,764 Kb
Views
6,072

How do I make an material profile ui hover?

What is a material profile ui hover? How do you make a material profile ui hover? This script and codes were developed by Srijon Sarker on 29 November 2022, Tuesday.

Material Profile UI Hover Previews

Material Profile UI Hover - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Material Profile UI Hover</title> <link rel='stylesheet prefetch' href='https://fonts.googleapis.com/css?family=Roboto:400,300,500,700,900'>
<link rel='stylesheet prefetch' href='https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css'> <link rel="stylesheet" href="css/style.css">
</head>
<body>	<div class="fresh-ui-wrap">	<div class="fresh-ui">	<div class="header">	<div class="photo">	<img src="https://raw.githubusercontent.com/khadkamhn/fresh-ui-hover-effect/master/img/profile.png">	</div>	<div class="social">	<div class="list">	<a href="#" data-title="Facebook"><i class="fa fa-facebook"></i></a>	<a href="#" data-title="Twitter"><i class="fa fa-twitter"></i></a>	<a href="#" data-title="Dribbble"><i class="fa fa-dribbble"></i></a>	<a href="#" data-title="Pinterest"><i class="fa fa-pinterest"></i></a>	<a href="#" data-title="Codepen"><i class="fa fa-codepen"></i></a>	</div>	</div>	</div>	<div class="content">	<div class="name">Jane Doe</div>	<div class="job-title">UI/UX Designer </div>	<p class="text">Cras rutrum non eros eu maximus. Nunc sit amet ex ultrices, placerat augue id.</p>	<div class="list clearfix">	<a href="#"><i class="fa fa-phone-square"></i> +123456789</a>	<a href="#"><i class="fa fa-envelope-square"></i> [email protected]</a>	<a href="#"><i class="fa fa-globe"></i> www.yoursite.com</a>	</div>	</div>	</div>	</div>
</body>
</html>

Material Profile UI Hover - Script Codes CSS Codes

body { margin: 0; color: #b55c80; font: 300 18px/18px Roboto; background: -webkit-linear-gradient(90deg, #DAD299 10%, #B0DAB9 90%); background: -moz-linear-gradient(90deg, #DAD299 10%, #B0DAB9 90%); background: -ms-linear-gradient(90deg, #DAD299 10%, #B0DAB9 90%); background: -o-linear-gradient(90deg, #DAD299 10%, #B0DAB9 90%); background: linear-gradient(90deg, #DAD299 10%, #B0DAB9 90%)
}
*,
:after,
:before { box-sizing: border-box
}
.clearfix:after,
.clearfix:before { content: ''; display: table
}
.clearfix:after { clear: both; display: block
}
.fresh-ui-wrap { width: 300px; height: 534px; margin: 4% auto; overflow: hidden; background: #fff; position: relative; box-shadow: 0 12px 15px 0 rgba(0, 0, 0, .24), 0 17px 50px 0 rgba(0, 0, 0, .19)
}
.fresh-ui { padding: 20px; height: 100%; border-top: 5px solid
}
.fresh-ui:hover .header .social .list { right: 15px
}
.fresh-ui:hover .header .social .list a { -webkit-transform: translateX(-15px); transform: translateX(-15px)
}
.fresh-ui .header { position: relative
}
.fresh-ui .header .photo img { width: 100%; display: block
}
.fresh-ui .header .social { top: 0; right: 0; bottom: 0; width: 150px; padding: 15px; overflow: hidden; position: absolute
}
.fresh-ui .header .social:after { top: 0; left: 150px; content: ''; width: 300px; height: 260px; position: absolute; background: rgba(0, 0, 0, .5); border-top-left-radius: 50%; border-bottom-left-radius: 50%; transition: all .35s ease-in-out 0s
}
.fresh-ui .header:hover .social:after { left: -150px
}
.fresh-ui .header:hover .social .list a:before { right: 40px
}
.fresh-ui .header .social .list { right: -10px; z-index: 999; position: absolute
}
.fresh-ui .header .social .list a { width: 30px; height: 30px; color: inherit; display: block; margin: 12px 0; background: #fff; line-height: 30px; border-radius: 50%; text-align: center; position: relative; -webkit-transform: translateX(30px); transform: translateX(30px); -webkit-transition: all .4s ease-in-out 0s; transition: all .4s ease-in-out 0s; box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}
.fresh-ui .header .social .list a:before { top: 0; color: #ddd; right: 200px; font-size: 14px; padding: 0 10px; min-width: 80px; position: absolute; border-radius: 2px; content: attr(data-title); background-color: rgba(0, 0, 0, .4); transition: all .4s ease-in-out 0s
}
.fresh-ui .header .social .list a:nth-child(1),
.fresh-ui .header .social .list a:nth-child(1):before { -webkit-transition-duration: .1s; transition-duration: .1s
}
.fresh-ui .header .social .list a:nth-child(2),
.fresh-ui .header .social .list a:nth-child(2):before { -webkit-transition-duration: .2s; transition-duration: .2s
}
.fresh-ui .header .social .list a:nth-child(3),
.fresh-ui .header .social .list a:nth-child(3):before { -webkit-transition-duration: .3s; transition-duration: .3s
}
.fresh-ui .header .social .list a:nth-child(4),
.fresh-ui .header .social .list a:nth-child(4):before { -webkit-transition-duration: .4s; transition-duration: .4s
}
.fresh-ui .header .social .list a:nth-child(5) { -webkit-transition-duration: .5s; transition-duration: .5s
}
.fresh-ui .content { padding-top: 10px
}
.fresh-ui .content .name { font-size: 28px; font-weight: 900; margin-bottom: 15px
}
.fresh-ui .content .text{ line-height:24px;
}
.fresh-ui .content .list a { float: left; clear: both; color: inherit; font-size: 16px; line-height: 20px; display: inline-block; text-decoration: none
}
Material Profile UI Hover - Script Codes
Material Profile UI Hover - Script Codes
Home Page Home
Developer Srijon Sarker
Username Creative_Srijon
Uploaded November 29, 2022
Rating 3
Size 2,764 Kb
Views 6,072
Do you need developer help for Material Profile UI Hover?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Srijon Sarker (Creative_Srijon) Script Codes
Create amazing love letters with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!