example: prepare text wrapping

This commit is contained in:
Kazhnuz 2018-10-03 14:57:59 +02:00
parent e37caebad8
commit b2409e1639
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,7 @@
</head> </head>
<body style="max-width:800px;padding:20px;margin:auto;"> <body style="max-width:800px;padding:20px;margin:auto;">
<article class="text-wrapper">
<h1> <h1>
Titre de niveau 1 Titre de niveau 1
</h1> </h1>
@ -136,5 +137,6 @@ In id suscipit elit.
<p> <p>
[1] : Sed et odio volutpat, convallis est et, interdum sapien. [1] : Sed et odio volutpat, convallis est et, interdum sapien.
</p> </p>
</article>
</body> </body>
</html> </html>