$(function(){
$("#Welcome").typed({
strings: ["PROGRAMMERS / NETWORKERS"],
typeSpeed: 60
});
});
html {
background-color: mintcream;
background-size: 100%;
}
/* Home */
.homeheader button {
background-color: #4CAF450;
top: 108px;
color: white;
left: -65px;
padding: 16px;
font-size: 16px;
border: none;
cursor: pointer;
outline: none;
}
...
...
</body>
</html>