Social Network Messages

Developer
Size
3,195 Kb
Views
44,528

How do I make an social network messages?

Boom. . What is a social network messages? How do you make a social network messages? This script and codes were developed by Ty Strong on 12 June 2022, Sunday.

Social Network Messages Previews

Social Network Messages - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Social Network Messages</title> <link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet"> <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! */ @import url(http://fonts.googleapis.com/css?family=Lato:400,700);
body { position: relative; background: #fff; margin:0; padding:0; font-weight: 400;	font-family: 'Lato', Calibri, Arial, sans-serif; overflow: hidden;
}
header { position: absolute; text-align: center; width:100%; height: 230px; background:#5abe4d; color: #fff;
}
header h1 { padding: 20px 0 0; font-size: 60px; line-height: 0; text-shadow: 1px 2px 0 #333;
}
header p { font-size: 20px; line-height: 0; text-shadow: 1px 1px 0 #333;
}
header i { float: right; margin: 0 10px 0 0px; font-size: 16px; transition: color 200ms;
}
i:hover { color: #999;
}
h3 { margin: 25px 0 0; color: #833;
}
.far { margin: 0 30px 0 0 !important;
}
.account p { font-size: 16px; text-shadow: none;
}
.avatar { float: left; width: 68px; height: 68px; border: 2px solid #fff; border-radius: 50%; overflow: hidden; margin: 4px 20px 0 4px; box-shadow: 0 0 3px 0px rgba(0,0,0,0.2);
}
.line { width: 300px; height: 1px; background: #fff; margin: 0 auto; box-shadow: 0 0 1px #333;
}
.container { width: 70%; height: 200%; margin: auto;
}
.content { position: absolute; margin: 300px auto; width: 70%; height: 500px; background: transparent;
}
.account { line-height: 0; color: #333; text-align: left; position: absolute; left: 20px; top: 190px; width: 300px; height: 80px; border-radius: 40px; background: #eee; box-shadow: 0 0 30px 0px rgba(0,0,0,0.4);
}
.statusme { border-radius: 50px; float: left; width: 600px; height: 80px; border-radius: 40px; background: #999; margin: 0 0 30px; box-shadow: 0 3px 0 0 #777;
}
.statusyou { padding: 0 0 0 30px; color: #ddd; border-radius: 50px; float: right; width: 570px; height: 80px; border-radius: 40px; background: #181818; margin: 0 0 30px; box-shadow: 0 3px 0 0 #000;
}
.swag { float: right; margin: 4px 4px 0 0;
}
.swag2 { float: right; margin: 4px 4px 0 0; opacity: 0.1;
} </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body> <header> <h1>Best Social Network</h1> <div class="line"></div> <p>Of all time.</p> <div class="account"> <img src="http://www.croop.cl/UI/twitter/images/carl.jpg" alt="avatar" class="avatar"> <h2>Jack Sparrow</h2> <p>Web Designer</p> <i class="icon-facebook far"></i> <i class="icon-github"></i> <i class="icon-rss"></i> </div>
</header>
<div class="container">
<div class="content"> <div class="statusme"> <img src="http://www.croop.cl/UI/twitter/images/carl.jpg" alt="avatar" class="avatar"> <h1>I'm a pretty cool guy, eh?</h1> </div> <div class="statusyou"> <img src="http://s.cdpn.io/27480/biggie.jpg" alt="avatar" class="avatar swag"> <h1>Nah. You don't even swag doe.</h1> </div> <div class="statusme"> <img src="http://www.croop.cl/UI/twitter/images/carl.jpg" alt="avatar" class="avatar"> <h1>do u evn lift? ill 420 noscope u.</h1> </div> <div class="statusyou"> <img src="http://s.cdpn.io/27480/biggie.jpg" alt="avatar" class="avatar swag2"> <h3>Lukas Bulga has disconnected.</h3> </div>
</div>
</div>
</body>
</html>

Social Network Messages - Script Codes CSS Codes

@import url(http://fonts.googleapis.com/css?family=Lato:400,700);
body { position: relative; background: #fff; margin:0; padding:0; font-weight: 400;	font-family: 'Lato', Calibri, Arial, sans-serif; overflow: hidden;
}
header { position: absolute; text-align: center; width:100%; height: 230px; background:#5abe4d; color: #fff;
}
header h1 { padding: 20px 0 0; font-size: 60px; line-height: 0; text-shadow: 1px 2px 0 #333;
}
header p { font-size: 20px; line-height: 0; text-shadow: 1px 1px 0 #333;
}
header i { float: right; margin: 0 10px 0 0px; font-size: 16px; transition: color 200ms;
}
i:hover { color: #999;
}
h3 { margin: 25px 0 0; color: #833;
}
.far { margin: 0 30px 0 0 !important;
}
.account p { font-size: 16px; text-shadow: none;
}
.avatar { float: left; width: 68px; height: 68px; border: 2px solid #fff; border-radius: 50%; overflow: hidden; margin: 4px 20px 0 4px; box-shadow: 0 0 3px 0px rgba(0,0,0,0.2);
}
.line { width: 300px; height: 1px; background: #fff; margin: 0 auto; box-shadow: 0 0 1px #333;
}
.container { width: 70%; height: 200%; margin: auto;
}
.content { position: absolute; margin: 300px auto; width: 70%; height: 500px; background: transparent;
}
.account { line-height: 0; color: #333; text-align: left; position: absolute; left: 20px; top: 190px; width: 300px; height: 80px; border-radius: 40px; background: #eee; box-shadow: 0 0 30px 0px rgba(0,0,0,0.4);
}
.statusme { border-radius: 50px; float: left; width: 600px; height: 80px; border-radius: 40px; background: #999; margin: 0 0 30px; box-shadow: 0 3px 0 0 #777;
}
.statusyou { padding: 0 0 0 30px; color: #ddd; border-radius: 50px; float: right; width: 570px; height: 80px; border-radius: 40px; background: #181818; margin: 0 0 30px; box-shadow: 0 3px 0 0 #000;
}
.swag { float: right; margin: 4px 4px 0 0;
}
.swag2 { float: right; margin: 4px 4px 0 0; opacity: 0.1;
}
Social Network Messages - Script Codes
Social Network Messages - Script Codes
Home Page Home
Developer Ty Strong
Username tystrong
Uploaded June 12, 2022
Rating 3
Size 3,195 Kb
Views 44,528
Do you need developer help for Social Network Messages?

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!

Ty Strong (tystrong) Script Codes
Create amazing video scripts 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!