demoPOC commited on
Commit
ee216ab
·
1 Parent(s): 50e33c3

Update KBTrain.html

Browse files
Files changed (1) hide show
  1. 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;