This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet"> | |
<style> | |
.pzro{ padding:0;} | |
.twPc-div { | |
background: #fff none repeat scroll 0 0; | |
border: 1px solid #e1e8ed; | |
border-radius: 6px; | |
/* max-width: 340px; // orginal twitter width: 290px;*/ | |
} | |
.twPc-bg { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<link rel="stylesheet" href="https://daneden.github.io/animate.css/animate.min.css"> | |
<style> | |
.wow:first-child { | |
visibility: hidden; | |
} | |
#container { | |
width: 980px; | |
margin: 0 auto; | |
} | |
section { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<style> | |
.alert { | |
padding: 8px 35px 8px 14px; | |
margin-bottom: 20px; | |
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); | |
background-color: #fcf8e3; | |
border: 1px solid #fbeed5; | |
-webkit-border-radius: 4px; | |
-moz-border-radius: 4px; | |
border-radius: 4px; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<style> | |
body, html { | |
height: 100%; | |
margin: 0; | |
font: 400 15px/1.8 "Lato", sans-serif; | |
color: #fff; | |
} | |
.bg_img-1, .bg_img-2, .bg_img-3 { | |
position: relative; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<style> | |
@-webkit-keyframes grow-width { | |
from { | |
width: 0; | |
} | |
} | |
@keyframes grow-width { | |
from { | |
width: 0; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<style> | |
.no-js #loader { display: none; } | |
.js #loader { display: block; position: absolute; left: 100px; top: 0; } | |
.se-pre-con { | |
position: fixed; | |
left: 0px; | |
top: 0px; | |
width: 100%; | |
height: 100%; | |
z-index: 9999; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<style> | |
body{background: #087585;} | |
.plcehldr input {width: 200px;border: none;background: #f8f8f8;height: 33px; color: blue;position: absolute;top: 0;left: 0;margin: auto;right: 0; bottom: 0; | |
border-radius: 2px; padding-left: 6px; } | |
.plcehldr img{width: 18px;position: absolute; right: 0;top: 8px; cursor:pointer;} | |
.plcehldr input::-webkit-input-placeholder { /* Chrome/Opera/Safari */ | |
color: #087585 ; |
NewerOlder