Profile Chat Rebound

Developer
Size
2,869 Kb
Views
34,408

How do I make an profile chat rebound?

A Dribbble rebound.. What is a profile chat rebound? How do you make a profile chat rebound? This script and codes were developed by Mahesh Bhagat on 27 August 2022, Saturday.

Profile Chat Rebound Previews

Profile Chat Rebound - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Profile Chat Rebound</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="wrapper"> <div class="cover-pic"></div> <div class="profile-name">@waynespiegel</div> <a href="http://www.twitter.com/waynespiegel" target="_blank"> <div class="profile-pic"></div> </a> <div class="followers"> <div class="digits">152</div> Followers </div> <div class="tweets"> <div class="digits">2845</div> Tweets </div> <div class="selected btn fontawesome-comments"></div> <div class="mid btn fontawesome-camera-retro"></div> <div class="btn fontawesome-user"></div> <div class="message-wrapper"> <div class="wayne-icon"></div> <div class="tweet"> <article> <p>Looking for a summer internship outside of Canada. Hit me up!</p> <div class="time">5 hours</div> </article> </div> </div> <div class="message-wrapper"> <div class="agency-icon"></div> <div class="tweet"> <article> <p>Hey Wayne! We love your work and would like you to join our team in Amsterdam.</p> <div class="time">15 mins</div> </article> </div> </div> <div class="input-wrapper"> <input class="message-box" type="text"> <input class="send" type="submit" value="Tweet"> </div>
</div>
</body>
</html>

Profile Chat Rebound - Script Codes CSS Codes

@import url(http://weloveiconfonts.com/api/?family=fontawesome);
[class*="fontawesome-"]:before { font-family: 'fontawesome', sans-serif;
}
html { color: #222; font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 10px; -webkit-font-smoothing: antialiased; font-style, font-weight, letter-spacing, line-height, word-spacing: normal;
}
body { width: 100%; height: 100%; background: url(http://goo.gl/ybVH8);
}
.wrapper { margin: 50px auto; width: 360px; height: 550px; background: #eee; border: 1px solid #bbb; border-radius: 8px; overflow: hidden; box-shadow: 0 0 8px #bbb;
}
.cover-pic { width: 360px; height: 200px; background: url(http://goo.gl/DxpsJ) 0 -10px; background-size: 100%;
}
.profile-name { position: relative;; top: -165px; color: #fff; font-size: 1.3rem; font-weight: 500; text-align: center; text-shadow: 0 0 5px #000;
}
.profile-pic { position: relative; z-index: 1; top: -136px; margin: 0 auto; width: 100px; height:100px; background: url(http://goo.gl/X52VP); border: 5px solid #fff; border-radius: 100%; overflow: hidden; box-shadow: inset 0 0 20px 0 #222; cursor: pointer;
}
.profile-pic:before { content: ""; position: absolute; width: 100px; height: 100px; background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 55%); background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 55%); background: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 55%); background: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 55%); background: linear-gradient(-45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 55%); -webkit-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; -o-border-radius: 100%; border-radius: 100%;
}
.profile-pic:hover {background-position: 100px 0;}
.followers, .tweets { position: relative; float: left; top: -185px; width: 130px; height: 60px; background: rgba(0, 0, 15, 0.75); border-top: 1px solid #222; border-bottom: 1px solid #222; color: #fff; font-size: 1.1rem; font-weight: 200; letter-spacing: 0.1rem; text-align: center; text-shadow: 0 0 2px #000;
}
.followers {padding: 0 50px 0 0;}
.tweets {padding: 0 0 0 50px;}
.digits { margin: 12px 0 4px; font-size: 2rem; font-weight: 200; text-shadow: 0 0 2px #000;
}
.btn { position: relative; float: left; top: -185px; width: 120px; height: 52px; background: #fff; cursor: pointer; font-size: 2rem; line-height: 5.1rem; text-align: center;
}
.selected { background: #222; color: #fff;
}
.mid { margin: 0 1px; width: 118px;
}
.message-wrapper { position: relative; top: -160px; margin: 20px; width: 320px;
}
.wayne-icon { float: left; width: 40px; height: 40px; border: 3px solid #ddd; border-radius: 100%; background: url(http://goo.gl/gJyo9); background-size: 100%;
}
.agency-icon { float: left; width: 40px; height: 40px; border: 3px solid #ddd; border-radius: 100%; background: url(http://goo.gl/yadtc); background-size: 100%;
}
.tweet { float: left; margin: 0 0 10px 10px; padding: 10px; width: 240px; background: #fff; border: 1px solid #ccc; border-radius: 5px;
}
.tweet p { margin: 0 0 10px; font-size: 1.1rem; line-height: 1.5rem;
}
.time { color: #aaa;
}
.input-wrapper { position: relative; top: -102px; margin: 10px; width: 340px;
}
.message-box { padding: 12px; width: 226px; border: 1px solid #ccc; border-radius: 5px; outline: 0; font-size: 1.1rem;
}
.send { margin: 0 0 0 5px; padding: 12px; width: 80px; background: #4099ff; border: 1px solid #4077ff; border-radius: 5px; cursor: pointer; color: #fff; font-weight: 200; letter-spacing: 0.1rem; text-align: center;
}
Profile Chat Rebound - Script Codes
Profile Chat Rebound - Script Codes
Home Page Home
Developer Mahesh Bhagat
Username mymahesh11
Uploaded August 27, 2022
Rating 3
Size 2,869 Kb
Views 34,408
Do you need developer help for Profile Chat Rebound?

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!

Mahesh Bhagat (mymahesh11) Script Codes
Create amazing Facebook ads 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!