-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_css.css
More file actions
73 lines (59 loc) · 1.23 KB
/
_css.css
File metadata and controls
73 lines (59 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
#tres{ position: relative; ;
float: right;
margin-top: 10px;
text-shadow: 0px 10px 5px #67C9FF;
padding-left: 23vh;
padding-right: 22vh;
overflow: auto;}
#treq{
font-size:10px;
margin-top: 1px;
padding-left: vh;
padding-right: vh;
overflow: auto;}
iframe{
margin-top: 5px;
border-color:#FFF65F;
font-style: inherit;
font-family: lucida console;
font-size: 50px;
left: 300px;
top: 1000px;
width: 100%;}
#dosc { position: all;
display: flex;
text-decoration: none;
font-style: inherit;
font-family: lucida console;
font-size: 25px;
left: 300px;
border: 0px;
height: 60px;}
p{ margin: 0.5em;
align-content: center;}
.slider {
width: 45%;
margin: auto;
overflow: hidden;}
.slider ul {
display: flex;
padding: 0;
width: 400%;
animation: cambio 50s infinite alternate linear;}
.slider li {
width: 100%;
list-style: none;}
.slider img {
width: 100%;}
@keyframes cambio {
0% {margin-left: 0;}
20% {margin-left: 0;}
25% {margin-left: -100%;}
45% {margin-left: -100%;}
50% {margin-left: -200%;}
70% {margin-left: -200%;}
75% {margin-left: -300%;}
100% {margin-left: -300%;}}
.papa{
margin-top: 0px;
}