-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
93 lines (74 loc) · 1.47 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
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
*{
margin: 0;
padding: 0,
}
html {
scroll-behavior: smooth;
}
body{
margin: auto;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
text-align: justify;
}
img{
width: 100px;
}
#graphe_hf_sport{
height: 400px;
overflow:auto
}
#slider{
margin-top: 1em;
margin-bottom: 1em;
}
.noUi-connect {
background: #4e79a7 !important;;
}
.cd-section h1{
text-align: center;
padding-top: 40vh;
font-size: 3em;
color: white;
}
.cd-section p{
width: 80%;
font-size: 1.5em;
text-align: justify;
padding-top: 2em;
margin: auto;
}
.cd-section .citation{
font-size: 0.5em;
text-align: center;
}
.cd-section {
padding: 4em;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
min-height: 100vh;
box-shadow: 1px 1px 12px #555;
}
.cd-section--bg-fixed {
min-height: 100vh;
background-attachment: fixed;
}
/* backgrounds */
.cd-section:nth-child(1) {
background-image: url("img/running.jpg");
}
.cd-section:nth-child(3) {
background-image: url("img/athletics.jpg");
}
.cd-section:nth-child(5) {
background-image: url("img/football.jpg");
}
.cd-section:nth-child(7) {
background-image: url("img/800px-Mondial_Ping_-_Mixed_Doubles_-_Final_-_32.jpg");
}
.cd-section:nth-child(9) {
background-image: url("img/baseball.jpg");
}
.cd-section:nth-child(11){
background-image: url("img/flags.jpg");
}