andruhovski

CSS-Demo

Feb 9th, 2018
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.44 KB | None | 0 0
  1. <html lang="en">
  2.     <head>
  3.         <meta charset="utf-8" />
  4.         <title>Demo</title>
  5.         <style>        
  6.             div {
  7.                 width: 300px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; border: 1px solid black;
  8.             }                
  9.         </style>
  10.     </head>
  11.     <body>
  12.         <h1>Demo</h1>
  13.         <div>Demo text. Demo text.Demo text.Demo text.Demo text. </div>        
  14.     </body>
  15. </html>
Add Comment
Please, Sign In to add comment