forked from Tiemoue/Movie-Trailer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkhurram_nfr.css
137 lines (118 loc) · 2.41 KB
/
khurram_nfr.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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&display=swap");
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
html{
font-size: 62.5%;
}
.whoIsWatching{
width: 100vw;
min-height: 100vh;
background-color: #000000;
}
.logo-section{
width: 95vw;
margin: auto;
height: 5rem;
background-color: #000000;
display: flex;
justify-content: flex-start;
align-items: center;
}
.logo-section a img{
width: 30em;
height: 5rem;
cursor: pointer;
}
.main-div {
width: 100vw;
height: 80vh;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
color: #ffffff;
}
.main-div h1 {
font-size: 6.5rem;
letter-spacing: 0.2rem;
font-size: 600;
}
.memberDiv {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
}
.memberDiv .btn,
.addIcon {
height: 10vw;
min-height: 8.4rem;
max-height: 20rem;
width: 10vw;
min-width: 8.4px;
max-width: 20rem;
border-radius: 0.4rem;
border: none;
outline: none;
margin-top: 4rem;
margin-right: 3.5rem;
position: relative;
cursor: pointer;
background-repeat: no-repeat;
background-size: cover;
}
.memberDiv .btn:nth-child(1) {
background-image: url("C:/Users/MyPC/Desktop/khurram_netflixrating/user1.png");
}
.memberDiv .btn:nth-child(2) {
background-image: url("C:/Users/MyPC/Desktop/khurram_netflixrating/user2.png");
}
.memberDiv .btn:nth-child(3) {
background-image: url("C:/Users/MyPC/Desktop/khurram_netflixrating/user3.png");
}
.memberDiv .btn:hover {
box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.9);
}
.memberDiv .btn span,
.addIcon span {
width: inherit;
/* background-color: red; */
position: absolute;
bottom: -3.5rem;
left: 0;
text-transform: capitalize;
color: rgb(153, 153, 153);
font-size: 2rem;
}
.fa-plus-circle {
font-size: 7vw;
color: grey;
opacity: 0.8;
}
.addIcon {
background-color: transparent;
}
.addIcon:hover {
background-color: #fff;
}
.addicon:hover > .fa-plus-circle {
opacity: 1;
}
.manageProfile {
border: 1px solid grey;
color: grey;
text-transform: uppercase;
padding: 0.8rem 2.6rem;
letter-spacing: 0.5rem;
font-size: 2.5rem;
margin-top: 12rem;
background-color: transparent;
cursor: pointer;
}
.manageProfile:hover {
border: 1px solid #fff;
color: #fff;
}