Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #fountainTextG{
- width:650px;
- margin:auto;
- }
- .fountainTextG{
- margin: 0 auto;
- padding-left: 10px;
- padding-bottom: 10px;
- color:rgb(0,0,0);
- font-size:60px;
- text-decoration:none;
- font-weight:normal;
- font-style:normal;
- font-family: 'Orbitron', sans-serif;
- float:left;
- animation-name:bounce_fountainTextG;
- -o-animation-name:bounce_fountainTextG;
- -ms-animation-name:bounce_fountainTextG;
- -webkit-animation-name:bounce_fountainTextG;
- -moz-animation-name:bounce_fountainTextG;
- animation-duration:3.19s;
- -o-animation-duration:3.19s;
- -ms-animation-duration:3.19s;
- -webkit-animation-duration:3.19s;
- -moz-animation-duration:3.19s;
- animation-iteration-count:infinite;
- -o-animation-iteration-count:infinite;
- -ms-animation-iteration-count:infinite;
- -webkit-animation-iteration-count:infinite;
- -moz-animation-iteration-count:infinite;
- animation-direction:normal;
- -o-animation-direction:normal;
- -ms-animation-direction:normal;
- -webkit-animation-direction:normal;
- -moz-animation-direction:normal;
- transform:scale(.5);
- -o-transform:scale(.5);
- -ms-transform:scale(.5);
- -webkit-transform:scale(.5);
- -moz-transform:scale(.5);
- }
- #fountainTextG_1{
- animation-delay:1.14s;
- -o-animation-delay:1.14s;
- -ms-animation-delay:1.14s;
- -webkit-animation-delay:1.14s;
- -moz-animation-delay:1.14s;
- }
- #fountainTextG_2{
- animation-delay:1.37s;
- -o-animation-delay:1.37s;
- -ms-animation-delay:1.37s;
- -webkit-animation-delay:1.37s;
- -moz-animation-delay:1.37s;
- }
- #fountainTextG_3{
- animation-delay:1.59s;
- -o-animation-delay:1.59s;
- -ms-animation-delay:1.59s;
- -webkit-animation-delay:1.59s;
- -moz-animation-delay:1.59s;
- }
- #fountainTextG_4{
- animation-delay:1.82s;
- -o-animation-delay:1.82s;
- -ms-animation-delay:1.82s;
- -webkit-animation-delay:1.82s;
- -moz-animation-delay:1.82s;
- }
- #fountainTextG_5{
- animation-delay:2.05s;
- -o-animation-delay:2.05s;
- -ms-animation-delay:2.05s;
- -webkit-animation-delay:2.05s;
- -moz-animation-delay:2.05s;
- }
- #fountainTextG_6{
- animation-delay:2.28s;
- -o-animation-delay:2.28s;
- -ms-animation-delay:2.28s;
- -webkit-animation-delay:2.28s;
- -moz-animation-delay:2.28s;
- }
- #fountainTextG_7{
- animation-delay:2.5s;
- -o-animation-delay:2.5s;
- -ms-animation-delay:2.5s;
- -webkit-animation-delay:2.5s;
- -moz-animation-delay:2.5s;
- }
- #fountainTextG_8{
- animation-delay:2.73s;
- -o-animation-delay:2.73s;
- -ms-animation-delay:2.73s;
- -webkit-animation-delay:2.73s;
- -moz-animation-delay:2.73s;
- }
- @keyframes bounce_fountainTextG{
- 0%{
- transform:scale(1);
- color:rgba(255,255,255,0.98);
- }
- 100%{
- transform:scale(.5);
- color:rgb(255,255,255);
- }
- }
- @-o-keyframes bounce_fountainTextG{
- 0%{
- -o-transform:scale(1);
- color:rgba(255,255,255,0.98);
- }
- 100%{
- -o-transform:scale(.5);
- color:rgb(255,255,255);
- }
- }
- @-ms-keyframes bounce_fountainTextG{
- 0%{
- -ms-transform:scale(1);
- color:rgba(255,255,255,0.98);
- }
- 100%{
- -ms-transform:scale(.5);
- color:rgb(255,255,255);
- }
- }
- @-webkit-keyframes bounce_fountainTextG{
- 0%{
- -webkit-transform:scale(1);
- color:rgba(255,255,255,0.98);
- }
- 100%{
- -webkit-transform:scale(.5);
- color:rgb(255,255,255);
- }
- }
- @-moz-keyframes bounce_fountainTextG{
- 0%{
- -moz-transform:scale(1);
- color:rgba(255,255,255,0.98);
- }
- 100%{
- -moz-transform:scale(.5);
- color:rgb(255,255,255);
- }
- }
- @media screen and (max-width: 768px) {
- .ls{ display: none;
- }
- .l{ border-radius: 10px; }
- .content{
- background-image: url(«img/1.jpg»);
- height: 500px;
- }
- .navbar-nav{
- float: none;
- text-align: center;
- background-color: black;
- }
- .navbar-nav li {
- float: none;
- display: inline-block;
- background-color: black;
- }
- .clas{
- position: relative;
- text-align: center;
- border-width: 5px;
- border-style: solid;
- border-color: red;
- padding-left: 30px;
- text-align: center;
- height: 30px;
- }
- .center{
- width: 400px;
- margin: 0 auto;
- padding: 10px;
- text-align: left;
- }
- .navbar-inverse{
- background-color: black;
- border-width: 1px;
- border-style: solid;
- border-color: #CCC;
- }
- @thumbnail-padding: 1px;
- @thumbnail-border: #c9c9c9;
- .img{
- width: 200px;
- height: 200px;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement