css 2 <p> next to each other

CSS
p {
  float: left;
  width: 30%;
  margin: 0 1%;
}
Source

Also in CSS: