Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <title></title>
- <meta content="">
- <style type="text/css">
- span {
- display: inline-block;
- width : 200px;
- padding: 0px;
- margin : 0px;
- border : 1px solid gray;
- float : left;
- }
- span.c2 {
- width : 402px;
- }
- span.c3 {
- width : 604px;
- }
- div {
- width : 610px;
- }
- </style>
- </head>
- <body>
- <div>
- <span>Cell 1</span>
- <span>Cell 2</span>
- <span>Cell 3</span>
- </div>
- <div>
- <span class="c2">Cell 1 and 2</span>
- <span>Cell 3</span>
- </div>
- <div>
- <span class="c3">Cell 1,2 and 3</span>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement