changed style

This commit is contained in:
Enju Aihara 2022-07-12 17:31:43 +02:00
parent 1656aaa6f1
commit c386071017

View file

@ -25,6 +25,25 @@
.info {
margin-top: 25px;
}
input[type="text"], input[type="submit"] {
padding: 5px;
border-radius: 5px;
color: white;
background: #445;
font-size: 16px;
}
input[type="text"]:hover {
border-color: #f08;
}
input[type="submit"] {
cursor: pointer;
}
input[type="submit"]:hover {
border-color: #f08;
}
</style>
</head>
<body>