Smart Tricks
Thursday, 24 January 2019
Welcome message on windows start.
welcome message on windows start
Play sound automatically on windows start .
play your welcome message on windows startup
Read more »
Wednesday, 23 January 2019
How to float div animate div move div on website through css
Learn to float div
Floating div animate div
through this simple css trick you can animate div or image on your website
<head>
Read more »
Tuesday, 22 January 2019
Create slideshow for your website in HTML
<head>
<style>
.w3-animate-fading{animation:fading 5s infinite}
@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}
</style>
</head>
<body>
Read more »
Monday, 21 January 2019
How to create a blog
Create your own lblog in simple steps
Amazing CSS trick
Animate div with simple css
<style>
.box {
width: 100%;
height: 100px;
border-radius: 5px;
box-shadow: 0 2px 30px rgba(black, .2);
background: lighten(#f0f4c3, 10%);
position: relative;
overflow: hidden;
transform: translate3d(0, 0, 0);
}
Read more »
Geo tag Assets on QGIS with a excel
Geo Tag your assets or any locations and save it as a shape file
Read more »
Newer Posts
Home
Subscribe to:
Posts (Atom)