-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstylesheet.css
120 lines (89 loc) · 1.72 KB
/
stylesheet.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
109
110
111
112
113
114
115
116
117
118
119
120
body{
background-color:hsl(277, 64%, 7%);
width: auto;
font-family: 'Lexend Deca', sans-serif;
}
.box{
margin-right: 120px;
margin-left: 120px;
margin-top: 150px;
height:450px;
background-color: hsl(244, 38%, 16%);
}
.img{
opacity: 0.5;
float:right;
height: inherit;
width: 100%;
}
.content{
color: white;
font-size: 40px;
font-weight: 400;
/* font-family: 'Lexend Deca', sans-serif; */
align-content: center;
display: block;
padding-top: 70px;
padding-left: 70px;
}
.passage{
font-size: 15px;
color: hsla(0, 0%, 100%, 0.75);
letter-spacing: 2px;
clear: left;
padding-right: 70px;
font-family: 'Inter', sans-serif;
font-weight: 400;
padding-top: 30px;
padding-left: 70px;
}
.rating{
color: white;
font-size: 12px;
margin-top:60px;
}
/* .rate{
display: inline;
width: 100%;
padding-left:70px;
text-align: center;
} */
.rate{
color: white;
font-size: 25px;
padding-right: 65px;
}
.name{
color: hsla(0, 0%, 100%, 0.75);
font-size: 8px;
letter-spacing: 1px;
font-weight:500;
padding-right: 65px;
}
.left-container{
width: 50%;
background-color: red;
height: inherit;
display: inline-block;
float: left;
}
.right-container{
width: 50%;
height: inherit;
background-color: hsl(277, 64%, 61%);
display: inline-block;
float: right;
}
.image1{
opacity: 0.3;
width: 100%;
height: inherit;
}
.para{
width:50%;
justify-content:center;
}
#stats{
margin-top: 50px;
margin-left: 65px;
}