-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
executable file
·61 lines (52 loc) · 1.28 KB
/
style.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
body {
padding-top: 70px;
background: url('http://www.associationcausefreudienne-vlb.com/wp-content/uploads/2016/07/fond-gris-sombre.jpg');
background-repeat: no-repeat;
background-size: cover;
margin-left: 1%;
margin-right: 1%;
}
.fond {
background: url('https://media.giphy.com/media/TvssierxunVyo/giphy.gif');
background-size: cover;
background-repeat: no-repeat;
opacity: 0.9;
}
.ecriture {
color: white;
}
.Tchat {
margin-top: 5%;
margin-left: 5%;
margin-bottom: 5%;
}
.fond1 {
background-image: url('http://www.gamershell.com/static/streaming/18302/18302_medium.jpg');
background-repeat: no-repeat;
background-size: cover;
padding-top: 2%;
}
.list-group-item-success {
font-style: italic;
text-align: center;
margin-left: 3%;
background-color: #00800099;
color: white;
}
.codeTry {
background: url('https://www.cssdebutant.com/include/images/code.png');
background-repeat: no-repeat;
background-position: 5% 7%;
}
.codeTry2 {
background: url('https://www.cssdebutant.com/include/images/code.png');
background-repeat: no-repeat;
background-position: 96% 99%;
}
.list-group-item-dark {
background-color:#000000b3;
color: white;
}
strong.toto {
color: green;
}