CSS Google Now

Developer
Size
3,196 Kb
Views
32,384

How do I make an css google now?

Google Now is coming to Chrome sometime in the future. Can't wait...Make sure you focus on the input field. That's about it right now.. What is a css google now? How do you make a css google now? This script and codes were developed by Jack on 16 September 2022, Friday.

CSS Google Now Previews

CSS Google Now - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>CSS Google Now</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css"> <style> /* NOTE: The styles were added inline because Prefixfree needs access to your styles and they must be inlined if they are on local disk! */ @import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,700,500italic,900,700italic,900italic);
* { font-family: 'Roboto', sans-serif; line-height:1.2; vertical-align:middle; }
body { background:#222; margin:0; }
html, body{width:100%;}
main { display:block; position:relative; width:100%; margin:0 auto; padding:0 0 0; background:#d5d5d5; border-radius:.25rem; overflow:hidden; transform-origin:center 3rem; transition:transform .3s;
}
main { position:absolute; z-index:0; top:0; left:0; right:0; height:120%; transition:transform .5s, opacity .3s; background: url(http://www.prestonise.com/images/nyc.jpg) no-repeat center center; background-size:cover;
}
input, .card { position:relative; z-index:2;
}
.card { padding:1.5rem; box-shadow:0 1px 2px #aaa; background:white; margin:4rem 2rem 2rem 1rem; border-radius:3px; user-select:none; animation:fly-in-from-right .5s 1s ease both; transform-origin:top right;
}
.card:nth-child(even){ animation-name:fly-in-from-left; animation-delay:1.1s; transform-origin:top left;
}
@keyframes fly-in-from-left { from { transform:translateY(15rem) rotate(15deg); opacity:0; }
}
@keyframes fly-in-from-right { from { transform:translateY(15rem) rotate(-15deg); opacity:0; }
}
h1 { font-size:2rem; font-weight:200;
} strong { font-weight:300; color:#539D00; }
h2 { font-size:.9rem; line-height:2.5; color:gray; font-weight:400;
} </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body> <main>
<section class="card"> <h1><strong>32 minutes</strong> to Consol Energy Center</h1> <h2>McKnight Road</h2>
</section>
<section class="card"> <h1>View nearby events</h1> <h2>Justin Bieber - Nicki Minaj - other crappy singers...</h2>
</section>
<section class="card"> <h1>View nearby events</h1> <h2>Justin Bieber - Nicki Minaj - other crappy singers...</h2>
</section>
<section class="card"> <h1>View nearby events</h1> <h2>Justin Bieber - Nicki Minaj - other crappy singers...</h2>
</section>
</main> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
</body>
</html>

CSS Google Now - Script Codes CSS Codes

@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,700,500italic,900,700italic,900italic);
* { font-family: 'Roboto', sans-serif; line-height:1.2; vertical-align:middle; }
body { background:#222; margin:0; }
html, body{width:100%;}
main { display:block; position:relative; width:100%; margin:0 auto; padding:0 0 0; background:#d5d5d5; border-radius:.25rem; overflow:hidden; transform-origin:center 3rem; transition:transform .3s;
}
main { position:absolute; z-index:0; top:0; left:0; right:0; height:120%; transition:transform .5s, opacity .3s; background: url(http://www.prestonise.com/images/nyc.jpg) no-repeat center center; background-size:cover;
}
input, .card { position:relative; z-index:2;
}
.card { padding:1.5rem; box-shadow:0 1px 2px #aaa; background:white; margin:4rem 2rem 2rem 1rem; border-radius:3px; user-select:none; animation:fly-in-from-right .5s 1s ease both; transform-origin:top right;
}
.card:nth-child(even){ animation-name:fly-in-from-left; animation-delay:1.1s; transform-origin:top left;
}
@keyframes fly-in-from-left { from { transform:translateY(15rem) rotate(15deg); opacity:0; }
}
@keyframes fly-in-from-right { from { transform:translateY(15rem) rotate(-15deg); opacity:0; }
}
h1 { font-size:2rem; font-weight:200;
} strong { font-weight:300; color:#539D00; }
h2 { font-size:.9rem; line-height:2.5; color:gray; font-weight:400;
}
CSS Google Now - Script Codes
CSS Google Now - Script Codes
Home Page Home
Developer Jack
Username jackmoran
Uploaded September 16, 2022
Rating 3
Size 3,196 Kb
Views 32,384
Do you need developer help for CSS Google Now?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Jack (jackmoran) Script Codes
Create amazing marketing copy with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!