Share Widget UI

Developer
Size
2,815 Kb
Views
38,456

How do I make an share widget ui?

Simple widget UI with cool arrow like Google+. What is a share widget ui? How do you make a share widget ui? This script and codes were developed by Manoz on 14 June 2022, Tuesday.

Share Widget UI Previews

Share Widget UI - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Share Widget UI</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div id="container"> <div class="box"> <div class="sidebar"> <div class="profil-pic"><img src="https://pbs.twimg.com/profile_images/415533307250479104/hYhLNdmB.jpeg" alt="" /></div> <div class="sep"></div> <div class="twitter"><a href="#"><img src="http://www.bullseyemedia.co.uk/wp-content/uploads/2012/07/66805786d5.png" width="80" alt="" /></a></div> <div class="facebook"><a href="#"><img src="http://manoz.fr/fb-button.png" alt="" /></a></div> </div> <!-- /.sidebar --> <div class="inner-box"> <p>Bacon ipsum dolor sit amet short loin turkey prosciutto chicken tenderloin fatback ball tip ham hock kielbasa sirloin <a href="">chuck</a>.<br><br> Cow ball tip turkey pancetta brisket. Meatball bacon tenderloin frankfurter rump capicola boudin pork loin beef ball tip leberkas t-bone ribeye ham hock biltong. <br><br> Salami ball tip tenderloin, <a href="">pig</a> meatloaf fatback pastrami beef t-bone turkey ham swine strip steak.<br><br> Jerky turducken salami, fatback shankle cow strip steak ham. Kielbasa strip steak flank, jerky pig ball tip swine boudin fatback ribeye pork meatloaf. Short loin frankfurter turkey pork loin fatback drumstick kielbasa strip steak corned beef.</p> </div> </div> <!-- /.box --> <h1>Simple widget UI with cool arrow like Google+</h1>
</div> <!-- /#container -->
</body>
</html>

Share Widget UI - Script Codes CSS Codes

/* Cleaned with http://csslisible.com */
#container {	width: 600px;	height: 542px;	background: url(http://manoz.fr/bg-widget-ui.png) no-repeat;
}
.box {	position: relative;	top: 62px;	left: 42px;	width: 516px;	height: 416px;	border: 1px solid #c4c4c4;	-webkit-border-radius: 7px;	border-radius: 7px;	background: pink;	background: #eee;	background: -moz-linear-gradient(top,#eeeeee 0,#ccc 100%);	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#eeeeee),color-stop(100%,#ccc));	background: -webkit-linear-gradient(top,#eeeeee 0,#ccc 100%);	background: -o-linear-gradient(top,#eeeeee 0,#ccc 100%);	background: -ms-linear-gradient(top,#eeeeee 0,#ccc 100%);	background: linear-gradient(to bottom,#eeeeee 0,#ccc 100%);	-webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.4), inset 3px 3px 0 0 rgba(255,255,255,.4);	box-shadow: 0 0 4px 0 rgba(0,0,0,.4), inset 3px 3px 0 0 rgba(255,255,255,.4);	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
}
.inner-box {	width: 343px;	height: 355px;	margin: 31px 0 30px 144px;	border: 1px solid #9e9e9e;	-webkit-border-radius: 3px;	border-radius: 3px;	background: #dedede;	background: -moz-linear-gradient(top,#dedede 0,#b2b2b3 100%);	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#dedede),color-stop(100%,#b2b2b3));	background: -webkit-linear-gradient(top,#dedede 0,#b2b2b3 100%);	background: -o-linear-gradient(top,#dedede 0,#b2b2b3 100%);	background: -ms-linear-gradient(top,#dedede 0,#b2b2b3 100%);	background: linear-gradient(to bottom,#dedede 0,#b2b2b3 100%);	-webkit-box-shadow: -2px -2px 0 0 rgba(255,255,255,0.6), inset 2px 2px 6px 0 rgba(0,0,0,.58);	box-shadow: -2px -2px 0 0 rgba(255,255,255,0.6), inset 2px 2px 6px 0 rgba(0,0,0,.58);	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedede', endColorstr='#b2b2b3',GradientType=0 );
}
.inner-box:before {	content: url(http://manoz.fr/arrow.png);	position: absolute;	top: 75px;	left: 115px;
}
.sidebar {	position: absolute;	top: 29px;	left: 14px;	width: 103px;	height: 358px;
}
.profil-pic {	width: 72px;	height: 72px;	margin: 0 auto 0 auto;	border: 1px solid #9e9e9e;	-webkit-border-radius: 3px;	border-radius: 3px;	background: #c2bdb9;	-webkit-box-shadow: 1px 1px 1px 0 rgba(0,0,0,.47), inset 1px 1px 0 0 rgba(255,255,255,.34);	box-shadow: 1px 1px 1px 0 rgba(0,0,0,.47), inset 1px 1px 0 0 rgba(255,255,255,.34);
}
.profil-pic img {	width: 71px;	padding: 1px;
}
.sep {	width: 80px;	height: 1px;	margin: 14px auto 0 auto;	background: #afafaf;	-webkit-box-shadow: 0 -1px 0 0 rgba(255,255,255,0.3);	box-shadow: 0 -1px 0 0 rgba(255,255,255,0.3);
}
.twitter {	margin-top: 14px;
}
p {	padding: 10px;	text-shadow: 0 1px 0 rgba(255,255,255,.62);	font-family: Arial,Helvetica,sans serif;	font-size: 13px;	color: #7f7e7e;
}
p a {	color: #377fc8;
}
h1 {	margin-top: 75px;	text-align: center;	text-shadow: 1px 1px 0 rgba(0,0,0,.66);	font-family: Arial,Helvetica,sans serif;	font-size: 19px;	color: #fff;
}
Share Widget UI - Script Codes
Share Widget UI - Script Codes
Home Page Home
Developer Manoz
Username Manoz
Uploaded June 14, 2022
Rating 3
Size 2,815 Kb
Views 38,456
Do you need developer help for Share Widget UI?

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!

Manoz (Manoz) 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!