(function() { var html5 = ("abbr,article,aside,audio,canvas,datalist,details," + "figure,footer,header,hgroup,mark,menu,meter,nav,output," + "progress,section,time,video").split(','); for (var i = 0; i html5.length; i++) { document.createElement(html5[i]); } try...
Sunday, December 2, 2018
Saturday, November 24, 2018
test

* {
font-family: 'Roboto', sans-serif;
box-sizing: border-box;
}
#myInput {
background-image: url('https://www.onlylearns.com/wp-content/uploads/2018/11/searchicon.png');
background-position: 12px 12px;
background-repeat: no-repeat;
width: 90%;
font-size:...
Friday, October 26, 2018
test

.speech {border: 1px solid #DDD; width: 300px; padding: 0; margin: 0}
.speech input {border: 0; width: 240px; display: inline-block; height: 30px;}
.speech img {float: right; width: 40px }
function startDictation() {
if (window.hasOwnProperty('webkitSpeechRecognition'))...
Thursday, October 25, 2018
Search tool

* {
box-sizing: border-box;
}
#myInput:focus {
box-shadow: 0 1px 8px 0 rgba(0,0,0,0.16), 0 0 5px 1px rgba(0,0,0,0.08);
}
#myInput {
border-radius: 40px;
background-image: url(https://www.w3schools.com/css/searchicon.png);
background-position:...
Saturday, September 29, 2018
Wt20

jQuery Show Hide Elements Using Select Box
.title{font-size: 20px;
padding:0 4px;
font-family: 'Rajdhani', sans-serif;
overflow: hidden;
display: inline-block;
vertical-align: -4px;
margin: 0 5px;
color:...