vnext
Paul Schneider 8 years ago
parent f31c6ee7b8
commit d2f491c8c2
1 changed files with 6 additions and 6 deletions

@ -148,19 +148,19 @@ select,
/* Carousel */
.carousel-caption-s p {
font-family: "jubilat";
font-weight: 600;
font-size: large;
line-height: 1.1;
text-decoration: overline;
text-decoration-line: overline;
text-shadow: 3px 3px 7px rgb(255, 200, 255);
-webkit-text-shadow: inset 0 3px 5px rgb(255, 200, 255);
color: black;
margin:0.5em;
padding:.5em;
animation: mymove 3s infinite;
background-color: rgba(255,255,255,.6);
font-family: "Arial";
font-weight: 800;
font-size: xx-large;
line-height: 1.1;
text-shadow: 3px 3px 7px rgb(0, 0, 0);
color: white;
}
.carousel-caption-s {

Loading…