Main Content
This is the main content area. You can add your page-specific content here.
Layout in Mesop is very similar to using HTML and CSS for styling, so you can use your expertise in HTML / CSS to layout Mesop apps. Note that there are some limitations and differences. You will need to use me.box as a replacement for HTML tags such as divs, span, header, aside, etc. The me.box component behaves most close to a div. Mesop also relies on inline styles. It also does not support all css styles yet, so you will need to check the me.Style API for what is supported. Here is an example of a layout in HTML/CSS. First the CSS: ```css ``` Next the HTML: ```html
This is the main content area. You can add your page-specific content here.