-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
108 lines (96 loc) · 1.93 KB
/
index.css
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
.social a {
padding: 0 .5em;
}
.backgroundimg{
background-size: cover;
background-position: center;
background-repeat: no-repeat;
background-color: ;
height: 910px;
width: 100%;
}
.img3c{
margin:20px;
text-align:center;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
background-color:#246ee5 ;
height: 100%;
width: 100%;
}
.bouton-image:before {
content: "";
width: 16px;
height: 16px;
display: inline-block;
margin-right: 5px;
vertical-align: text-top;
background-color: transparent;
background-position : center center;
background-repeat:no-repeat;
}
.monBouton:before{
background-image : url(B1.jpg);
}
.sonBouton:before{
background-image : url(R1.png);
}
.tonBouton:before{
background-image : url(T1.png);
}
.fonBouton{
background-image : url(g.png);
margin-left: 42px;
}
.container.unorder.img-responsive{
background: #111;
height: 500px;
}
.unorder ul {
list-style: none;
margin: 0;
padding: 0;
position: relative;
}
.unorder li {
position: absolute;
margin-left: 0px;
margin-top: 3%;
}
.unorder img{
border: 1px solid #000;
border-radius: 3px;
box-shadow: 0 0 5px 0 hsla(0,0%,0%, .3);
margin-top: 30%;
}
.unorder li:nth-child(4) {
animation: xfade 16s 0s infinite;
}
.unorder li:nth-child(3) {
animation: xfade 16s 4s infinite;
}
.unorder li:nth-child(2) {
animation: xfade 16s 8s infinite;
}
.unorder li:nth-child(1) {
animation: xfade 16s 12s infinite;
}
@keyframes xfade{
17% {
opacity:1;
}
25% {
opacity:0;
}
92% {
opacity:0;
}
}
@media only screen and (max-width: 500px) {
}
}
.container.nj{
height: 60px;
width: 20px;
}