Answers for "css span next to each other"

CSS
1

css 2 <p> next to each other

p {
  float: left;
  width: 30%;
  margin: 0 1%;
}
Posted by: Guest on May-24-2020
0

span next to each other

.box { position: relative; width: 250px; float: left; }
.one { border: 1px solid #ccc; background: #ebebeb; }
.two { border: 5px dotted #bbb; background: #acacac; }
Posted by: Guest on September-14-2020

Code answers related to "css span next to each other"

Browse Popular Code Answers by Language