Prepaid Recharge Plans | Recharge & Bill Payment Offer

Last Update: Fri, 04 Feb 2022 18:31:04

Online English Dictionary
Word meaning with PartsOfSpeech, Examples, Antonyms & Synonyms from various popular sources:
A Simple Knowledgebase

 • ADS

 • CSS

 • EXCEL

 • IMAGE-SERVER

 • SCRIPTS

 • SEO

 • WEB-PAGE-LANGUAGES

 • WEB-SERVER

 • WEBSITE-MONITORING-AND-BACKUP


CSS | W3.CSS | MARGIN

W3.CSS Margin

The w3-margin class adds 16px margin to all sides of an element.

  • w3-margin: Adds a 16px margin to all sides of an element.
  • w3-margin-top: Adds a 16px top margin to an element.
  • w3-margin-right: Adds a 16px right margin to an element.
  • w3-margin-bottom: Adds a 16px bottom margin to an element.
  • w3-margin-left: Adds a 16px left margin to an element.
  • w3-section:Adds a 16px top and bottom margin to an element.

  • View example (18)


Section

Many HTML elements do not have a default top or bottom margin. Such elements will display without a margin between them. The w3-section class can be used to separate elements. It adds 16px top and bottom margin to any HTML element. View example (19)