New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mjml-column

Package Overview
Dependencies
Maintainers
1
Versions
132
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mjml-column

``` html

  • 2.0.0-beta.5
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
435K
decreased by-19.53%
Maintainers
1
Weekly downloads
 
Created
Source

MJ-COLUMN



<mj-section>

  <mj-column>
    <!-- You content -->
  </mj-column>

  <mj-column>
    <!-- Your content -->
  </mj-column>

</mj-section>


Columns enable you to horizontally organize the content within your sections. They must be located under mj-section tags in order to be considered by the engine. To be responsive, columns are expressed in terms of percentage.

Every single column has to contain something because they are responsive containers, and will be vertically stacked on a mobile view.

Columns are meant to be used as a container for your content. They must not be used as offset. Any mj-element included in a column will have a width equivalent to 100% of this column's width.

sexy

attributeunitdescriptiondefault attributes
widthpercent/pxcolumn width(100 / number of columns in section)%
vertical-alignstringmiddle/top/bottomtop
background-colorstringbackground color for a columnn/a

FAQs

Package last updated on 06 Apr 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc