Search
 
SCRIPT & CODE EXAMPLE
 

CSS

display div in the same line css

<div class='parent'>
  <div class='child'>child 1</div>
  <div class='child'>child 2</div>
</div>

.parent {
  text-align: center;
}
.child {
  display: inline-block;
  vertical-align: middle;
}
Comment

css element same line

#element1 {display:inline-block;margin-right:10px;} 
#element2 {display:inline-block;} 
Comment

PREVIOUS NEXT
Code Example
Css :: how to move an image up in css 
Css :: css text outline 
Css :: flexbox stretch 
Css :: how to change what twine looks like 
Css :: electron drag window 
Css :: tailwindcss cli with custom config file name 
Css :: cmd hash file 
Css :: hr tag customize using css 
Css :: zypper download rpm 
Css :: how to make slideshow not go over navigation bar 
Css :: html5 video hide timeline 
Css :: sass compile minified 
Css :: How to make blinking/flashing text with CSS 3 
Css :: How to make a round corner in CSS 
Css :: css border properties 
Css :: a4 pagw size css 
Css :: onclick jquery add css 
Css :: checkbox border css 
Css :: autocomplete background color css 
Css :: how to change height font css 
Css :: form styling 
Css :: css attr(data-hover) 
Css :: prevent css animation reset 
Css :: why do we need hexadecimal number system 
Css :: change color accordion arrow bootstrap 5 
Css :: css everything under element 
Css :: wrap none css 
Css :: css font properties 
Css :: css position fixed center 
Css :: lower brightness of backgroung css 
ADD CONTENT
Topic
Content
Source link
Name
4+9 =