This is an example of a simple column preview with text in them, designed using CSS and HTML. The form is divided into six sections based on their positions and sizes. There are six rows of columns with 5 different sizes which are; One Third, One Half, One Fourth, One Sixth, and Two Thirds. The body of the form is given the style set of font-family as 'Raleway', sans-serif, padding as 10px, and background color as linear-gradient (135deg, #b04, #f80) fixed. The columns have the styles of padding as 10px 0, background-color as rgba(255, 0, 0, 0.25), text-align as center, border as 1px solid rgba(255,255,255,0.25), background-color as rgba(255,255,255,0.2), and color as rgba(255,255,255,0.9). A section is given the styles of max width as 740px, margin as 0 auto, and display as flex. Source: https://codepen.io/madebyanna/pen/rVRWXw