Skip to content

Instantly share code, notes, and snippets.

View venugopalkathavate's full-sized avatar

Venugopal Kathavate venugopalkathavate

View GitHub Profile
<html>
<head>
<title></title>
<style type="text/css">
.container {
width: auto;
display: inline-block;
text-align: center;
margin: auto 20px;
}
<html>
<head>
<title>Fun With CSS3</title>
<style type="text/css">
body {
width: 105px;
margin: 10px auto;
}
body > div {
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Rveal Menu On Scroll</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css" charset="utf-8">
<style media="screen">
.animated {
-webkit-animation-duration: .5s;
animation-duration: .5s;
<html>
<head>
<title>
</title>
<style type="text/css">
* {
transition: all ease .5s;
}
.container {
@venugopalkathavate
venugopalkathavate / SassMeister-input-HTML.html
Created November 4, 2015 10:50
Generated by SassMeister.com.
<div class="make-row">
<div class="column-medium-4"><div class="one"></div></div>
<div class="column-medium-4"><div class="two"></div></div>
<div class="column-medium-4"><div class="three"></div></div>
</div>
@venugopalkathavate
venugopalkathavate / SassMeister-input.scss
Created November 4, 2015 09:36
Generated by SassMeister.com.
// ----
// Sass (v3.4.14)
// Compass (v1.0.3)
// ----
// Bootstrap
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
float: left;
}
.col-lg-12 {
@venugopalkathavate
venugopalkathavate / SassMeister-input.scss
Created November 3, 2015 04:20
Generated by SassMeister.com.
// ----
// Sass (v3.4.14)
// Compass (v1.0.3)
// ----
/*Test */
.container {
float: left;
}
<link rel="import" href="../paper-input/paper-input.html">
<link rel="import" href="../core-field/core-field.html">
<link rel="import" href="../core-icon/core-icon.html">
<link rel="import" href="../core-input/core-input.html">
<link rel="import" href="../core-icons/core-icons.html">
<polymer-element name="my-element" attributes="enteredText">
<template>
<style>