nickalh
0
Q:

css margin top

.yourClass {
  margin-top: 25px;
}
2
.yourClass {
  margin-bottom: 25px;
}
3
p {
    margin: 25px 50px 75px 100px; /* Top, Right, Bottom, Left */
} 
23

p {
  margin-top: 100px;

  margin-bottom: 100px;

  margin-right: 150px;

  margin-left: 80px;
} 
3
subject {
  margin-top: /*the size of the margin */ (example: 100px)
  /* or */
  margin-bottom: /*the size of the margin */ (example: 100px)
}
0
margin: 25px 50px;
-1

New to Communities?

Join the community