19 lines
502 B
HTML
19 lines
502 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en" >
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<title>input :not(:placeholder-shown)</title>
|
||
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css">
|
||
|
<link rel="stylesheet" href="./style.css">
|
||
|
</head>
|
||
|
<body>
|
||
|
<!-- partial:index.partial.html -->
|
||
|
<label for="inp" class="inp">
|
||
|
<input type="text" id="inp" placeholder=" ">
|
||
|
<span class="label">Label</span>
|
||
|
<span class="border"></span>
|
||
|
</label>
|
||
|
<!-- partial -->
|
||
|
|
||
|
</body>
|
||
|
</html>
|