.mbrzrmxe { Vertical-align:top Online
: It aligns the top of the element (and its descendants) with the top of the entire line box or the top of the table cell. How to Use It in Your Code
This rule applies the vertical-align property with the value top : .mBRzrMxE { vertical-align:top
To apply this style, you must link the CSS to your HTML and assign the class to an element: CSS vertical-align property - W3Schools : It aligns the top of the element
: The period indicates it is a class selector , meaning it will affect any HTML element that includes class="mBRzrMxE" . or table-cell elements.
: This property only works on inline , inline-block , or table-cell elements. |
: It aligns the top of the element (and its descendants) with the top of the entire line box or the top of the table cell. How to Use It in Your Code
This rule applies the vertical-align property with the value top :
To apply this style, you must link the CSS to your HTML and assign the class to an element: CSS vertical-align property - W3Schools
: The period indicates it is a class selector , meaning it will affect any HTML element that includes class="mBRzrMxE" .
: This property only works on inline , inline-block , or table-cell elements. |