carousel plus lisible

This commit is contained in:
2017-04-08 01:01:20 +02:00
parent 3135fdf558
commit 2d08770288

View File

@ -146,13 +146,13 @@ select,
line-height: 1.1;
text-decoration: overline;
text-decoration-line: overline;
text-shadow: 3px 3px 7px rgb(0, 0, 0);
-webkit-text-shadow: inset 0 3px 5px rgb(0, 0, 0);
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(256,256,256,.6);
background-color: rgba(255,255,255,.6);
}
.carousel-caption-s {
@ -163,7 +163,6 @@ select,
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
text-shadow: 0 4px 8px rgba(0, 0, 0, .6);
min-height: 16em;
overflow: auto;
}