Search
 
SCRIPT & CODE EXAMPLE
 

CSS

css distance between text and input box

label {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  text-align: right;
  width: 400px;
  line-height: 26px;
  margin-bottom: 10px;
}

input {
  height: 20px;
  flex: 0 0 200px;
  margin-left: 10px;
}
Comment

PREVIOUS NEXT
Code Example
Css :: html button scale to fit text 
Css :: line break inside content css 
Css :: text underline 
Css :: elementor sticky keep within column 
Css :: how to remove underline from list item in html 
Css :: css grid auto resize on mobile 
Css :: center div inside div flex 
Css :: css button:focus border-radius square 
Css :: html5 video hide progress bar 
Css :: how to compile scss to css minify css 
Css :: change scrollbar color 
Css :: circle button html 
Css :: flexbox gap 
Css :: import css in another css file 
Css :: using float item got out of parent flow how to fix 
Css :: css border hover 
Css :: how to evenly space icons in a div css 
Css :: css make text not break line when overflow 
Css :: css main container align center 
Css :: css sticky navigatiojn 
Css :: css first element 
Css :: prevent css animation reset 
Css :: rotate image css 
Css :: what does clearfix for floats do in css 
Css :: avoid side scrolling css 
Css :: css make input unselectable 
Css :: change placeholder color 
Css :: button css 
Css :: css box shadow from all sides 
Css :: how to hide some grid items from grid in css 
ADD CONTENT
Topic
Content
Source link
Name
3+9 =