Flow Text In 2 Columns With Custom Style - HTML CSS
Có thể bạn quan tâm
flow text in 2 columns with custom style - HTML CSS CSS Layout
HTML CSS examples for CSS Layout:2 Column
Description
flow text in 2 columns with custom style
Demo Code
ResultView the demo in separate window
<html> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> <style id="compiled-css" type="text/css"> img{float:right; width:150px; height:150px; background:#333; margin:10px; } div { -moz-column-count: 2; -moz-column-gap: 20px; -webkit-column-count: 2; -webkit-column-gap: 20px; } </style> </head> <body> <section> <div> Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially Lorem Ipsum is simply dummy text of the printing and typesetting industry. <img src="https://www.java2s.com/style/demo/InternetExplorer.png"> Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. </div> </section> </body> </html>- Previous
- Next
Related Tutorials
- Got trouble with div after floated 2 column
- Overlap an element in the middle of 2 different columns
- divide list items in 2 columns, fill the first before the second
- Make left column in 2 column layout take up 100% height
- Split text in 2 columns
Từ khóa » Html Flow Text Into Two Columns
-
Flow 2 Columns Of Text Automatically With CSS - Stack Overflow
-
CSS Multiple Columns - W3Schools
-
How To Create A Two Column Layout - W3Schools
-
Multi-Column Layout For Text Flow Using HTML. - Tutorialspoint
-
When And How To Use CSS Multi-Column Layout
-
CSS Multi-column Layout - CSS: Cascading Style Sheets | MDN
-
Using Multi-column Layouts - CSS: Cascading Style Sheets | MDN
-
Two Column Text Flow - CSS-Tricks
-
Columns - CSS-Tricks
-
Use Text Columns In Webflow
-
How To Use Float And Columns To Lay Out Content With CSS
-
Multi-column Layout In CSS
-
How To Auto Flow Text Into Two Columns, Linked To A Parent? - Reddit