changed style
This commit is contained in:
parent
1656aaa6f1
commit
c386071017
19
index.html
19
index.html
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user