.input{
width:200px;
height:30px;
border:1px solid grey;
}
.input:empty::before{
color:lightgrey;
content:attr(placeholder);
}
.input{
width:200px;
height:30px;
border:1px solid grey;
}
.input:empty::before{
color:lightgrey;
content:attr(placeholder);
}