SMsudipBD.Com
Published:
Comments:
0
Download Links
Blogger About Me Widget Code |
:root {
--red:#ff0000;
--white:#ffffff;
--black:#000000;
--ddd:#dddddd;
--blue:#0000ff;
}
#profile-wrapper {
background: var(--ddd);
width: 100%;
max-width: 300px;
margin: 0px auto;
padding: 10px;
border-radius: 3px;
}
#profile-wrapper h2 {
font-size: 15px;
text-align: left;
color: var(--white);
margin-block-start: 0px;
margin-block-end: 0px;
padding: 5px;
border-bottom: 2px solid var(--black);
}
#profile-wrapper h2::before {
position: absolute;
content: "About Me";
background: var(--black);
width: 70px;
height: 17px;
margin: -5px 0px 0px -5px;
padding: 5px;
}
#profile-wrapper h2::after {
content: "";
position: absolute;
border-top: 27px solid transparent;
border-left: 50px solid var(--black);
border-right: 30px solid transparent;
margin: -5px 0px 0px 10px;
}
.profile-box {
border-top: 20px solid transparent;
border-left: 115px solid transparent;
border-right: 115px solid transparent;
border-bottom: 100px solid var(--black);
}
.profile-image {
background: var(--white);
width: 60px;
height: 60px;
margin: 0px auto;
border-left: 5px solid var(--black);
border-right: 5px solid var(--black);
border-top: 5px solid var(--black);
}
.profile-image img {
width: 60px;
height: 60px;
}
.profile-box span a {
position: absolute;
background: var(--ddd);
padding: 3px 5px;
color: var(--blue);
text-decoration: none;
font-size: 15px;
font-weight: bold;
margin:5px 0px 0px -10px;
border-radius: 10px 0px;
}
#profile-wrapper p {
display: grid;
position: absolute;
color: var(--black);
text-align: center;
font-size: 14px;
letter-spacing: 1px;
line-height: 20px;
font-weight: bold;
margin-block-start: 0px;
margin-block-end: 0px;
background: var(--ddd);
padding: 5px;
width: 290px;
height: 50px;
margin: 40px 0px 0px -115px;
border: 1px solid var(--black);
align-items: center;
}
#profile-wrapper p:before {
position: absolute;
content: "";
border-top: 0px solid transparent;
border-bottom: 12px solid var(--ddd);
border-left: 20px solid transparent;
border-right: 20px solid transparent;
margin: -70px 0px 0px 130px;
}
.profile-link-left {
display: grid;
width: 30px;
height: 30px;
background: var(--black);
margin: 10px 0px -50px -80px;
border-radius: 5px 0px;
align-items: center;
}
.profile-link-right {
display: grid;
width: 30px;
height: 30px;
background: var(--black);
margin: -50px 0px 10px 120px;
border-radius: 0px 5px;
align-items: center;
}
.profile-link-left a,.profile-link-right a {
color: var(--white);
text-decoration: none;
font-size: 15px;
font-weight: bold;
text-align: center;
}
<div id='profile-wrapper'>
<h2>About Me</h2>
<div class='profile-box'>
<div class='profile-link-left'>
<a href='https://facebook.com/smsudipbd' title='Facebook'>F</a>
</div>
<div class='profile-image'>
<img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhOBYq7SUpqM1LXcACUY5Y-5UH5i_E9isMyYh8fUlvAVc-Vr-dBWHjWz65w0g699yRuihrqIgtP-g7zlZ_zPCsiqh6hNY4spOpKzwVKwc-UOR-P48YJ2EhVZetgSeF_O1UWJ1htZDl5KSOkri7E1QF70PfoumCNZpTMSuFL-EKOb0nz/s220/sudip.png' alt=''></img>
</div>
<div class='profile-link-right'>
<a href='https://twitter.com/smsudipbd' title='Twitter'>T</a>
</div>
<span><a href='' title='Profile'>SMsudipBD</a></span>
<p>I am Web Developer.<br/>+8801761106753</p>
</div>
</div>
Share
We noticed you're using an ad-blocker. Our content is free because of ads. Please support us by whitelisting our site.
Post a Comment