Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <title>home</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <meta name="description" content="" />
- <meta name="keywords" content="" />
- <style type="text/css">
- .message {
- padding: 10px 10px 10px 10px;
- /*min-width: 90%;
- min-height: 100px;
- */
- width: 100%;
- height: 100%;
- background: pink;
- border-radius: 10px;
- }
- .message-user-info {
- padding: 10px 10px 10px 10px;
- min-height: 100px;
- min-width: 100px;
- background: lightgreen;
- border-radius: 10px;
- float: left;
- }
- .message-container {
- padding: 10px 10px 10px 10px;
- min-height: 100px;
- min-width: 300px;
- background: black;
- border-radius: 10px;
- margin-left: 140px;
- }
- .message-title {
- padding: 10px 10px 10px 10px;
- min-height: 100px;
- background: cyan;
- border-radius: 10px;
- }
- .message-body {
- padding: 10px 10px 10px 10px;
- min-height: 100px;
- background: white;
- border-radius: 10px;
- }
- .message-info {
- padding: 10px 10px 10px 10px;
- min-height: 100px;
- background: brown;
- border-radius: 10px;
- width: 100%;
- }
- </style>
- </head>
- <body>
- <div id="container">
- <div class='message'>
- <div class='message-user-info'>
- Posts: 49230
- </div>
- <div class='message-container'>
- <div class='message-title'>
- title
- </div>
- <!-- <hr/> -->
- <div class='message-body'>
- content
- </div>
- </div>
- <div class='message-info'>
- message-info
- </div>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement