Profile pictures

Developer
Size
3,985 Kb
Views
8,096

How do I make an profile pictures?

Hot or not?. What is a profile pictures? How do you make a profile pictures? This script and codes were developed by Daniesy on 10 January 2023, Tuesday.

Profile pictures Previews

Profile pictures - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Profile pictures</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <style> /* NOTE: The styles were added inline because Prefixfree needs access to your styles and they must be inlined if they are on local disk! */ @font-face { font-family: 'mfg_labs_iconsetregular'; src: url('https://mfglabs.github.io/mfglabs-iconset/css/font/mfglabsiconset-webfont.eot'); src: url('https://mfglabs.github.io/mfglabs-iconset/css/font/mfglabsiconset-webfont.eot?#iefix') format('embedded-opentype'), url('https://mfglabs.github.io/mfglabs-iconset/css/font/mfglabsiconset-webfont.woff') format('woff'), url('https://mfglabs.github.io/mfglabs-iconset/css/font/mfglabsiconset-webfont.ttf') format('truetype'), url('https://mfglabs.github.io/mfglabs-iconset/css/font/mfglabsiconset-webfont.svg#mfg_labs_iconsetregular') format('svg'); font-weight: normal; font-style: normal;
}
body{ background: url(http://media.idownloadblog.com/wp-content/uploads/2013/10/Light-Green.png); background-size: 100%; font-family: 'Open Sans', sans-serif; text-align: center;
}
.image{ position: relative; width: 192px; height: 192px; display: inline-block; border-radius: 50%; margin: 20px 0; box-shadow: 0 0 0 8px transparent, 0 0 0 11px rgba(0,0,0,.2); background-size: 100% !important; z-index: 2; transform: scale3d(.5,.5,1); transition: .3s all; backface-visibility: hidden; -webkit-filter: grayscale(.6); cursor: pointer;
}
.image:nth-child(2n){ top: 20px;
}
.image:after, .image:before{ content: "\2665"; position: absolute; top:0; bottom: 0; left: 0; right:0; color: #E74C3C; background-size: 0 50% !important; display: block; font-family: 'mfg_labs_iconsetregular'; font-style: normal; speak: none; font-weight: normal; font-size: 5em; line-height: 2.5em; opacity: 1; -webkit-font-smoothing: antialiased; z-index: 2; transform: rotate3d(0,0, 1, 90deg); transition: .5s all cubic-bezier(0.680, -0.550, 0.265, 1.550); backface-visibility: hidden;
}
.image:before{ transform: scale3d(2,2,1); z-index: 1; opacity: .1
}
.image:after{ transform: scale3d(0,0,1);
}
.image:hover:before{ transform: scale3d(1,1,1); opacity: .3;
}
.image:hover:after{ transform: scale3d(1,1,1); opacity: .3;
}
.image .info{ position: relative; width: 192px; transform-origin: 50% 50% 100px; transform: rotate3d(0,0, -1, 90deg) translate3d(0,100px,0) scale3d(.1,.1,1); opacity: 0; transition: .5s all cubic-bezier(0.680, -0.550, 0.265, 1.550); backface-visibility: hidden; padding: 20px; z-index: 1; text-align: center; border-radius: 5px; visibility: hidden; color: white;
}
.image:nth-child(2n+1) .info{ transform: rotate3d(0,0, 1, 90deg) translate3d(0,100px,0) scale3d(.1,.1,1);
}
.image .info h1{ font-weight: 700; font-size: 20px;
}
.image .info h2{ font-weight: 300; font-size: 16px;
}
.image .info h2 b{ font-weigth: 400;
}
.image:hover{ transform: scale3d(1,1,1); -webkit-filter: grayscale(0); box-shadow: 0 0 0 8px rgba(255,255,255, 0.8), 0 0 0 11px rgba(0,0,0,.2); z-index: 100;
}
.image:hover .info{ transform: rotate3d(0,0, 0, 90deg) translate3d(-20px, 201px,0) scale3d(1,1,1); opacity: 1; visibility: visible;
}
.title{ font-size: 2.5em; margin-top: 0; transition: .5s all;
}
.title span{ transform: rotateZ(-90deg); display: inline-block; color: white; transition: .3s all; backface-visibility: hidden;
}
.title span:hover{ transform: rotateZ(0deg);
}
.image:hover ~ .title{ margin-top: 140px; color: white; padding: 30px 0 0; font-size: 3em; border-top: 10px solid rgba(255,255,255,.4);
}
.image:hover ~ .title span{ color: #E74C3C;
} </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body> <link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
<div class="image" style="background: url(https://cdn.elegantthemes.com/preview/Vertex/wp-content/uploads/2013/06/test6.jpg)"> <div class="info"> <h1>Jessica Doe</h1> <h2><b>Job:</b> Marketing expert</h2> </div>
</div>
<div class="image" style="background: url(https://cdn.elegantthemes.com/preview/Vertex/wp-content/uploads/2013/06/test2.jpg)"> <div class="info"> <h1>Maria Poppins</h1> <h2><b>Job:</b> Model</h2> </div>
</div>
<div class="image" style="background: url(https://cdn.elegantthemes.com/preview/Vertex/wp-content/uploads/2013/06/test3.jpg)"> <div class="info"> <h1>Rebeca Fox</h1> <h2><b>Job:</b> Model</h2> </div>
</div>
<h1 class="title"><span>M</span>Profiles</h1> <script src="js/index.js"></script>
</body>
</html>

Profile pictures - Script Codes CSS Codes

@font-face { font-family: 'mfg_labs_iconsetregular'; src: url('https://mfglabs.github.io/mfglabs-iconset/css/font/mfglabsiconset-webfont.eot'); src: url('https://mfglabs.github.io/mfglabs-iconset/css/font/mfglabsiconset-webfont.eot?#iefix') format('embedded-opentype'), url('https://mfglabs.github.io/mfglabs-iconset/css/font/mfglabsiconset-webfont.woff') format('woff'), url('https://mfglabs.github.io/mfglabs-iconset/css/font/mfglabsiconset-webfont.ttf') format('truetype'), url('https://mfglabs.github.io/mfglabs-iconset/css/font/mfglabsiconset-webfont.svg#mfg_labs_iconsetregular') format('svg'); font-weight: normal; font-style: normal;
}
body{ background: url(http://media.idownloadblog.com/wp-content/uploads/2013/10/Light-Green.png); background-size: 100%; font-family: 'Open Sans', sans-serif; text-align: center;
}
.image{ position: relative; width: 192px; height: 192px; display: inline-block; border-radius: 50%; margin: 20px 0; box-shadow: 0 0 0 8px transparent, 0 0 0 11px rgba(0,0,0,.2); background-size: 100% !important; z-index: 2; transform: scale3d(.5,.5,1); transition: .3s all; backface-visibility: hidden; -webkit-filter: grayscale(.6); cursor: pointer;
}
.image:nth-child(2n){ top: 20px;
}
.image:after, .image:before{ content: "\2665"; position: absolute; top:0; bottom: 0; left: 0; right:0; color: #E74C3C; background-size: 0 50% !important; display: block; font-family: 'mfg_labs_iconsetregular'; font-style: normal; speak: none; font-weight: normal; font-size: 5em; line-height: 2.5em; opacity: 1; -webkit-font-smoothing: antialiased; z-index: 2; transform: rotate3d(0,0, 1, 90deg); transition: .5s all cubic-bezier(0.680, -0.550, 0.265, 1.550); backface-visibility: hidden;
}
.image:before{ transform: scale3d(2,2,1); z-index: 1; opacity: .1
}
.image:after{ transform: scale3d(0,0,1);
}
.image:hover:before{ transform: scale3d(1,1,1); opacity: .3;
}
.image:hover:after{ transform: scale3d(1,1,1); opacity: .3;
}
.image .info{ position: relative; width: 192px; transform-origin: 50% 50% 100px; transform: rotate3d(0,0, -1, 90deg) translate3d(0,100px,0) scale3d(.1,.1,1); opacity: 0; transition: .5s all cubic-bezier(0.680, -0.550, 0.265, 1.550); backface-visibility: hidden; padding: 20px; z-index: 1; text-align: center; border-radius: 5px; visibility: hidden; color: white;
}
.image:nth-child(2n+1) .info{ transform: rotate3d(0,0, 1, 90deg) translate3d(0,100px,0) scale3d(.1,.1,1);
}
.image .info h1{ font-weight: 700; font-size: 20px;
}
.image .info h2{ font-weight: 300; font-size: 16px;
}
.image .info h2 b{ font-weigth: 400;
}
.image:hover{ transform: scale3d(1,1,1); -webkit-filter: grayscale(0); box-shadow: 0 0 0 8px rgba(255,255,255, 0.8), 0 0 0 11px rgba(0,0,0,.2); z-index: 100;
}
.image:hover .info{ transform: rotate3d(0,0, 0, 90deg) translate3d(-20px, 201px,0) scale3d(1,1,1); opacity: 1; visibility: visible;
}
.title{ font-size: 2.5em; margin-top: 0; transition: .5s all;
}
.title span{ transform: rotateZ(-90deg); display: inline-block; color: white; transition: .3s all; backface-visibility: hidden;
}
.title span:hover{ transform: rotateZ(0deg);
}
.image:hover ~ .title{ margin-top: 140px; color: white; padding: 30px 0 0; font-size: 3em; border-top: 10px solid rgba(255,255,255,.4);
}
.image:hover ~ .title span{ color: #E74C3C;
}

Profile pictures - Script Codes JS Codes

/*Pure CSS*/
Profile pictures - Script Codes
Profile pictures - Script Codes
Home Page Home
Developer Daniesy
Username daniesy
Uploaded January 10, 2023
Rating 3
Size 3,985 Kb
Views 8,096
Do you need developer help for Profile pictures?

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!

Daniesy (daniesy) Script Codes
Create amazing sales emails 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!