carousel plus lisible
This commit is contained in:
@ -146,13 +146,13 @@ select,
|
|||||||
line-height: 1.1;
|
line-height: 1.1;
|
||||||
text-decoration: overline;
|
text-decoration: overline;
|
||||||
text-decoration-line: overline;
|
text-decoration-line: overline;
|
||||||
text-shadow: 3px 3px 7px rgb(0, 0, 0);
|
text-shadow: 3px 3px 7px rgb(255, 200, 255);
|
||||||
-webkit-text-shadow: inset 0 3px 5px rgb(0, 0, 0);
|
-webkit-text-shadow: inset 0 3px 5px rgb(255, 200, 255);
|
||||||
color: black;
|
color: black;
|
||||||
margin:0.5em;
|
margin:0.5em;
|
||||||
padding:.5em;
|
padding:.5em;
|
||||||
animation: mymove 3s infinite;
|
animation: mymove 3s infinite;
|
||||||
background-color: rgba(256,256,256,.6);
|
background-color: rgba(255,255,255,.6);
|
||||||
}
|
}
|
||||||
|
|
||||||
.carousel-caption-s {
|
.carousel-caption-s {
|
||||||
@ -163,7 +163,6 @@ select,
|
|||||||
padding-top: 20px;
|
padding-top: 20px;
|
||||||
padding-bottom: 20px;
|
padding-bottom: 20px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
text-shadow: 0 4px 8px rgba(0, 0, 0, .6);
|
|
||||||
min-height: 16em;
|
min-height: 16em;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user