<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="reset.css">
<title>Document</title>
<style>
#myinput::placeholder,
#myinput::-webkit-input-placeholder {
color: darkred;
background-color: pink;
}
</style>
</head>
<body>
<input type="text" placeholder="123" name="myinput" id="myinput">
</body>
</html>
上一篇

2021-07-25
下一篇

2021-07-17