como fazer placeholder que vira label
CSS
<div class="label-float">
<input type="text" placeholder=" " />
<label>Telefone</label>
</div>
<br/>
<div class="label-float">
<input type="text" placeholder=" " required/>
<label>Nome de Usuário</label>
</div>.label-float {
position: relative;
padding-top: 13px;
}
.label-float input {
border: 1px solid lightgrey;
border-radius: 5px;
outline: none;
min-width: 250px;
padding: 15px 20px;
font-size: 16px;
transition: all .1s linear;
-webkit-transition: all .1s linear;
-moz-transition: all .1s linear;
-webkit-appearance: none;
}
.label-float input:focus {
border: 2px solid #3951b2;
}
.label-float input::placeholder {
color: transparent;
}
.label-float label {
pointer-events: none;
position: absolute;
top: calc(50% - 8px);
left: 15px;
transition: all .1s linear;
-webkit-transition: all .1s linear;
-moz-transition: all .1s linear;
background-color: white;
padding: 5px;
box-sizing: border-box;
}
.label-float input:required:invalid+label {
color: red;
}
.label-float input:focus:required:invalid {
border: 2px solid red;
}
.label-float input:required:invalid+label:before {
content: '*';
}
.label-float input:focus+label,
.label-float input:not(:placeholder-shown)+label {
font-size: 13px;
top: 0;
color: #3951b2;
}
Also in CSS:
- Title
- css hide element
- Category
- CSS
- Title
- select first 5 child css
- Category
- CSS
- Title
- ::-ms-clear
- Category
- CSS
- Title
- how to use attribute selectors in css
- Category
- CSS
- Title
- css text shadow not showing in mac chrome
- Category
- CSS
- Title
- link css with path
- Category
- CSS
- Title
- z-index max value
- Category
- CSS
- Title
- css text bold
- Category
- CSS
- Title
- on click css
- Category
- CSS
- Title
- como fazer listrada css
- Category
- CSS
- Title
- how to give a div placeholder text
- Category
- CSS
- Title
- align ionic icons and text css
- Category
- CSS
- Title
- how to align elements horizontally in css
- Category
- CSS
- Title
- margin css
- Category
- CSS
- Title
- opacity transition in css
- Category
- CSS
- Title
- focus um elemento altera outro css
- Category
- CSS
- Title
- css border shorthand
- Category
- CSS
- Title
- javascript modify css
- Category
- CSS
- Title
- css rotate
- Category
- CSS
- Title
- github-pages main.css cancel
- Category
- CSS
- Title
- css gradient text
- Category
- CSS
- Title
- how to apply bg image in inline css
- Category
- CSS
- Title
- media querycss
- Category
- CSS
- Title
- how to add image with url in css
- Category
- CSS
- Title
- transition prefixes css
- Category
- CSS
- Title
- css transition delay
- Category
- CSS
- Title
- css flex vertical align
- Category
- CSS
- Title
- scale textarea
- Category
- CSS
- Title
- dark mode css
- Category
- CSS
- Title
- textview android text align center
- Category
- CSS
- Title
- css text outline
- Category
- CSS
- Title
- html dim entire screen
- Category
- CSS
- Title
- get element with href css
- Category
- CSS
- Title
- remove scrollbar css
- Category
- CSS
- Title
- css last child with class
- Category
- CSS
- Title
- full page background image
- Category
- CSS
- Title
- rotate 3d
- Category
- CSS
- Title
- responsive images css
- Category
- CSS
- Title
- scss @mixin base
- Category
- CSS
- Title
- line spacing css
- Category
- CSS
- Title
- text underline hover css
- Category
- CSS
- Title
- How do you change the font colour in CSS?
- Category
- CSS
- Title
- link html css
- Category
- CSS
- Title
- css box model
- Category
- CSS
- Title
- css center
- Category
- CSS
- Title
- background gradient vertical css
- Category
- CSS
- Title
- font-weight css
- Category
- CSS
- Title
- ms-clear event
- Category
- CSS
- Title
- restrict a paragraph height css
- Category
- CSS
- Title
- add font to css
- Category
- CSS
- Title
- css select all elements except last css
- Category
- CSS
- Title
- loading screen svg and css animation
- Category
- CSS
- Title
- css vertical align middle
- Category
- CSS
- Title
- css background video
- Category
- CSS
- Title
- vuetify background color
- Category
- CSS
- Title
- stop text from wrapping
- Category
- CSS
- Title
- css background image size
- Category
- CSS
- Title
- fixed footer in css
- Category
- CSS
- Title
- adding shadow to a div
- Category
- CSS
- Title
- update npm
- Category
- CSS
- Title
- hover transition css
- Category
- CSS
- Title
- orientation css max and min width media query
- Category
- CSS
- Title
- transparent button css
- Category
- CSS
- Title
- css italics
- Category
- CSS
- Title
- css text overflow
- Category
- CSS
- Title
- adjecent sibling selectors
- Category
- CSS
- Title
- sketchup make
- Category
- CSS
- Title
- move table css
- Category
- CSS
- Title
- on hover chang only border color of a button css
- Category
- CSS
- Title
- toggle css class in javascript
- Category
- CSS
- Title
- flex wrap css
- Category
- CSS
- Title
- React include css
- Category
- CSS
- Title
- how to make a relative div not take up space
- Category
- CSS
- Title
- how to link locally installed fonts to css
- Category
- CSS
- Title
- show central part of rectangle image css
- Category
- CSS
- Title
- skeleton css cdn
- Category
- CSS
- Title
- css gradient
- Category
- CSS
- Title
- repeat autofill css grid minmax
- Category
- CSS
- Title
- learn css animation
- Category
- CSS
- Title
- css anchor fill parent
- Category
- CSS
- Title
- w3 link fontawesome
- Category
- CSS
- Title
- change css jquery
- Category
- CSS
- Title
- ancho maximo css
- Category
- CSS
- Title
- html font size
- Category
- CSS
- Title
- center ul
- Category
- CSS
- Title
- choose grid position html
- Category
- CSS
- Title
- animation css
- Category
- CSS
- Title
- flow direction in css
- Category
- CSS
- Title
- will change css
- Category
- CSS
- Title
- underline text css
- Category
- CSS
- Title
- dotted line css
- Category
- CSS
- Title
- bootsrap buttons
- Category
- CSS
- Title
- svg to css converter
- Category
- CSS
- Title
- what is rem in css
- Category
- CSS
- Title
- wrapper html
- Category
- CSS
- Title
- how to add an image in css
- Category
- CSS
- Title
- css transition transform
- Category
- CSS
- Title
- como fazer elementos que scroll diferente
- Category
- CSS
- Title
- HOW TO REDUCE BACKGROUND IMAGE SIZE IN CSS
- Category
- CSS
- Title
- css transition visibility
- Category
- CSS