Javatpoint Logo
Javatpoint Logo

How to Set the Margins of a Paragraph Element using CSS?

CSS margins serve to create space around components outside of any specified borders. CSS offers full control over the margins. There are properties for defining the edge of a component on each side (right, top, base, and left).

CSS contains attributes for specifying the edge of a component on each side.

  • margin-top
  • margin-bottom
  • margin-right
  • margin-left

The following values can be assigned to all margin properties:

  • inherit: This denotes that the margin should be passed down from the parent element.
  • length: It defines a margin in pixels and centimetres, among other units.
  • auto: The margin is calculated automatically by the browser.
  • %: It defines a margin in percentage of the width of the contained element.

Instance 1: The HTML div is used to style the paragraph in the given example. The paragraph's margins are as follows: right margin 50px, top margin 50px , left margin 100px, bottom margin 100px, background-color #FFE6F7. The border width will be 4px and will be solid #367E18.

HTML Code:

Output:

How to Set the Margins of a Paragraph Element using CSS

Instance 2: Throughout the given example, the margin is the same, the width is 300px, and the paragraph is in the middle because it has margin: auto. The border width is 80px and the colour is purple.

HTML Code:

Output:

How to Set the Margins of a Paragraph Element using CSS





Youtube For Videos Join Our Youtube Channel: Join Now

Feedback


Help Others, Please Share

facebook twitter pinterest

Learn Latest Tutorials


Preparation


Trending Technologies


B.Tech / MCA