Spaces:
Runtime error
Runtime error
Update KBTrain.html
Browse files- KBTrain.html +10 -0
KBTrain.html
CHANGED
|
@@ -68,6 +68,16 @@
|
|
| 68 |
background-color: #3e8e41;
|
| 69 |
}
|
| 70 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 71 |
.logoClass
|
| 72 |
{
|
| 73 |
width: 50px;
|
|
|
|
| 68 |
background-color: #3e8e41;
|
| 69 |
}
|
| 70 |
|
| 71 |
+
input[type=url] {
|
| 72 |
+
border: 4px;
|
| 73 |
+
border-color: #0f3cc9;
|
| 74 |
+
width:500px;
|
| 75 |
+
box-shadow: 3px 5px 10px rgba(200,0,0,0.1);
|
| 76 |
+
display: block;
|
| 77 |
+
font-size: 16px;
|
| 78 |
+
margin-bottom: 20px;
|
| 79 |
+
}
|
| 80 |
+
|
| 81 |
.logoClass
|
| 82 |
{
|
| 83 |
width: 50px;
|