-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
90 lines (74 loc) · 1.2 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
#profile {
border-radius: 50%;
}
a:hover {
color: yellow;
}
h1 {
font-family: "Montserrat";
font-size: 40px;
line-height: 50px;
}
h2 {
font-family: "Montserrat";
font-size: 30px;
line-height:50px;
}
.card-h2 {
padding-top: 50px;
}
body {
font-family: "Montserrat";
text-align: center;
font-size: 30px;
background: url("https://media.giphy.com/media/l2Jho5fnv7sfNAAZq/source.gif") repeat;
background-size: 10%;
line-height: 150%;
}
.list-inline >li {
list-style: none;
display: inline-block;
padding: 0px 80px;
padding-left: 0px;
}
.button {
padding :20px;
margin: 5px;
width:200px;
background-color:white;
text-align: center;
display: inline-block;
border-radius: 5%;
}
.button a {
text-decoration: none;
font-weight: bold;
}
.button a:visited {
color:black;
}
.movie {
border-radius: 10%;
padding: 50px;
margin: 0 auto;
}
.container {
width: 850px;
padding: 50px;
text-align: center;
font-size: 20px;
margin: 0 auto ;
}
.carte {.
padding: 50px;
box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.1);
padding-right: 10px;
border-radius: 10px;
background-color:#E6E6E6;
}
.text-justify{
text-align:justify;
}
.text-center {
text-align: center;
}