-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstudent.css
111 lines (104 loc) · 2.06 KB
/
student.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
.introduction{
display: flex;
padding: 25px;
padding-left: 0px;
gap: 50px;
background: transparent linear-gradient(114deg, #00144C 50%, #004D9A 100%) 0% 0% no-repeat padding-box;
padding-bottom: 12px;
font-size: 16px;
color: #ACE2FF;
line-height: 1.5;
font-weight: normal;
-webkit-font-smoothing: auto;
text-align: center;
}
#info{
text-align: center;
gap: 50px;
margin: auto;
padding: 30px 0px;
/* width: 96%; */
background-color: #fff;
}
#info h4{
font-weight: 1000;
font-size: 2pc;
text-rendering: optimizeLegibility;
margin-bottom: 12px;
line-height: 1.35;
}
#info p{
text-rendering: optimizeLegibility;
line-height: 1.5;
display: block;
margin-block-start: 1em;
margin-block-end: 1em;
margin-inline-start: 0px;
margin-inline-end: 0px;
margin-bottom: 30px !important;
font-weight: 700;
}
#circle-image{
margin: 25px;
display: flex;
text-align: center;
}
#circle-image b{
text-align: center;
margin: 70px 0px;
font-size: 50px;
}
#party-brand{
padding: 35px 0px;
text-align: center;
}
.party-image{
display: grid;
grid-template-columns: repeat(6,1fr);
gap: 20px;
margin: 25px;
}
.party-image img{
width: 150px;
height: 150px;
background: #fff;
border-radius: 16%;
}
.watch-create{
text-align: center;
padding-bottom: 100px;
}
.creator-imag{
display: flex;
justify-content: space-evenly;
margin: 30px;
/* size: 30px; */
}
.creator-imag img{
border-radius: 1pc;
width: 30%;
}
#stay-connected{
text-align: center;
margin: 35px 0px;
padding: 50px;
background: transparent linear-gradient(279deg, #00144C 0%, #0057AD 100%) 0% 0% no-repeat padding-box;
color: #fff;
height: 300px;
}
#stay-connected h1{
font-size: 3pc;
font-weight: 1000;
margin: 30px;
}
#connect-image{
display: flex;
margin: 15px;
text-align: center;
justify-content: center;
/* gap: 300px; */
}
#connect-image img{
width: 60px;
margin: 10px;
}