gibney.org
:
Technology
:
HTML and CSS
:
Max-Width example
(Entry Nr. 272, by user 1 |
edit
)
<style> .mw { border: 1px solid #ff0000; max-width: 40em; } </style> <div class=mw> This text is placed inside a div. The div has a red border and the attribute max-width: 60em. This text is placed inside a div. The div has a red border and the attribute max-width: 60em. This text is placed inside a div. The div has a red border and the attribute max-width: 60em. </div>
Create a new entry at this position