Search
 
SCRIPT & CODE EXAMPLE
 

CSS

margin for text in html

p {
  /*If you want to apply margin for all four sides with the same amount*/
  margin: 100px;
  /*Margin from top*/
  margin-top: 100px;
  /*Margin from bottom*/
  margin-bottom: 100px;
  /*Margin from right*/
  margin-right: 150px;
  /*Margin from left*/
  margin-left: 80px;
}
Comment

PREVIOUS NEXT
Code Example
Css :: dom ids have numbers 
Css :: loops scss 
Css :: texting getting out of box css 
Css :: bootstrap list 
Css :: css bg code 
Css :: scroll x css 
Css :: center li in ul css 
Css :: how to change height font css 
Css :: contenteditable new line 
Css :: vertical align span tailwindscss 
Css :: flex fill space 
Css :: css attr(data-hover) 
Css :: background fixed 
Css :: hard blink 
Css :: scale up and scale down animation in css 
Css :: css dashed double border 
Css :: sass class with another class 
Css :: css max-width none 
Css :: font gap css 
Css :: css div content horizontal scroll 
Css :: how to center text in css 
Css :: how to stilize title property css 
Css :: overflow x not hidden 
Css :: change link color in wordpress 
Css :: css after 
Css :: class contains css 
Css :: transform orgin css 
Css :: transition timing function css 
Css :: laravel enum column 
Css :: css profile picture round 
ADD CONTENT
Topic
Content
Source link
Name
4+6 =