Profile box

Developer
Size
2,766 Kb
Views
6,072

How do I make an profile box?

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

Profile box Previews

Profile box - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Profile box</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <link href='https://fonts.googleapis.com/css?family=Lato:300,400,700,900' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="http://fontawesome.io/assets/font-awesome/css/font-awesome.css">
<box> <blur> <img class="blur-photo animate hide" src=""/> </blur> <wrapper> <photo class="animate"> <img class="photo" src="https://fbcdn-sphotos-b-a.akamaihd.net/hphotos-ak-prn1/64581_10151377976535266_1945955578_n.jpg"/> </photo> <h1>Dănuț Florian</h1> <tagline>Lorem ipsum dolor sit amet
consectetuer adipiscing</tagline> <tabs> <tab class="animate"><i class="fa fa-comment-o"></i> 23<p class="animate">comm</p></tab> <tab class="animate"><i class="fa fa-eye"></i> 841<p class="animate">comm</p></tab> <tab class="animate"><i class="fa fa-heart-o"></i> 49<p class="animate">comm</p></tab> </tabs> </wrapper>
</box> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Profile box - Script Codes CSS Codes

*{ padding: 0; margin: 0; font-family: 'Lato', sans-serif; box-sizing: border-box;
}
box{ margin: 20px; text-align: center; display: block; width: 300px; height: 400px; background: #405060; border-radius: 5px; box-shadow: 0 0 0 3px #2C3E50; position: relative; overflow: hidden;
}
box blur{ position: absolute; top: 0; left: 0; -webkit-filter: blur(20px); z-index: 1; opacity: .6;
}
box blur .blur-photo{ height: 400px; width: 300px;
}
box wrapper{ display: block; position: relative; z-index: 2; border-radius: 5px; overflow: hidden;
}
box photo{ display: block; position: relative; width: 150px; height: 150px; border-radius: 50%; overflow: hidden; border: 7px solid #2C3E50; margin: 40px auto; box-shadow: 0 0 0 0 white;
}
box photo:hover{ border: 0px solid; box-shadow: 0 0 0 4px white, 0 0 0 8px #2C3E50;
}
box photo img{ width: 100%;
}
box h1{ color: white; font-size: 24px; font-weight: 400; margin-bottom: 20px; text-shadow: 1px 1px rgba(0,0,0,.4);
}
box tagline{ display: block; margin: 0 20px 23px; color: #48C9B0;
}
box tabs{ display: block; text-align: left;
}
box tabs tab{ position: relative; display: block; width: 98px; height: 60px; background: rgba(255,255,255, .1); border-top: 4px solid; margin: 0; float: left; line-height: 56px; text-align: center; color: white; cursor: pointer; overflow: hidden; z-index: 3; text-shadow: 1px 1px rgba(0,0,0,.4);
}
box tabs tab:before{ content: ""; display: block; width: 100%; height: 0;
/* -webkit-transform:rotate(-50deg); -webkit-transform-origin: 0 0;*/ transition: all .3s; position: absolute; z-index: -1;
}
box tabs tab:first-child{ border-color: #DE4C68; border-bottom-left-radius: 5px;
}
box tabs tab:first-child:hover:before{ background: #DE4C68; height: 100%; -webkit-transform:rotate(0deg);
}
box tabs tab:nth-child(2){ border-color: #36A8AA; margin: 0px 3px;
}
box tabs tab:nth-child(2):hover:before{ background: #36A8AA; height: 100%;
}
box tabs tab:nth-child(3){ border-color: #F6B257; border-bottom-right-radius: 5px;
}
box tabs tab:nth-child(3):hover:before{ background: #F6B257; height: 100%;
}
box tabs tab:hover{ background: rgba(255,255,255,.2);
}
.animate{ -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -ms-transition: all .3s; transition: all .3s; backface-visibility:hidden; -webkit-backface-visibility:hidden; /* Chrome and Safari */ -moz-backface-visibility:hidden; /* Firefox */ -ms-backface-visibility:hidden; /* Internet Explorer */
}
.hide{ opacity: 0;
}

Profile box - Script Codes JS Codes

$(function(){ $("blur img").prop("src", $("photo img").prop("src")).removeClass("hide");
})
Profile box - Script Codes
Profile box - Script Codes
Home Page Home
Developer Daniesy
Username daniesy
Uploaded January 10, 2023
Rating 3
Size 2,766 Kb
Views 6,072
Do you need developer help for Profile box?

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 blog posts 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!