— 5 Kudos
Category: Life
a:hover { /* Chrome, Safari, Opera */ -webkit-animation: rainbow 0.7s infinite; /* Internet Explorer */ -ms-animation: rainbow 0.7s infinite; /* Standar Syntax */ animation: rainbow 0.7s infinite; } /* Chrome, Safari, Opera */ @-webkit-keyframes rainbow{ 0%{color: red;} 10%{color: orange;} 20%{color: yellow;} 30%{color: lime;} 40%{color: deepskyblue;} 50%{color: darkviolet;} 60%{color: deepskyblue... » Continue Reading
» View Blog Entry
— 8 Kudos
Category: Web, HTML, Tech
div.col h1:before { background-color: #; border-radius: 10%; font-size: 12px; margin-left: 5px; padding: 5px; content: url(https://pixels.crd.co/assets/images/gallery23/fb8555af.gif?v=b22a957b); } table.comments-table{ display: block; height: 250px!important; overflow-y: scroll; } nav{ font-size: 10px !important; font-family: 'Short Stack', cursive; text-transform:none; padding-left:3px; text-alig... » Continue Reading
» View Blog Entry
— 4 Comments— 2 Kudos
Category: SpaceHey
div.col h1:before { background-color: #; border-radius: 10%; font-size: 12px; margin-left: 5px; padding: 5px; content: url(https://pixels.crd.co/assets/images/gallery23/fb8555af.gif?v=b22a957b); } table.comments-table{ display: block; height: 250px!important; overflow-y: scroll; } nav{ font-size: 10px !important; font-family: 'Short Stack', cursive; text-transform:none; padding-left:3px; text-alig... » Continue Reading
» View Blog Entry