-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
113 lines (90 loc) · 1.72 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
* {
margin: 0;
padding: 0;
font-family: sans-serif;
}
.nav-btn{
color: white;
font-size: 1.5rem;
font-weight: 650;
background-color: #217BF4;
border-radius: 0.5rem;
border: 1px solid #217BF4;
padding: 0.25rem 1rem;
}
.header-view{
width: 100%;
height: 100vh;
background-color: #e2eefe;
}
.header-content{
margin-top: 5rem;
}
.community-btn{
color: #217BF4;
border-radius: 0.5rem;
border: 1px solid #e2eefe;
}
.bored{
font-size: 3rem;
font-weight: 700;
}
.bored-2{
font-size: 1.5rem;
font-weight: 500;
}
.general-btn{
font-size: 2rem;
font-weight: 500;
color: #ffffff;
border-radius: 0.5rem;
border: 1px solid #217BF4;
margin: 1.5rem 0;
padding:0.25rem 1rem;
color: #217BF4;
}
.general-btn:hover{
background-color: #217BF4;
color: #e2eefe;
}
.two-content{
display: flex !important;
flex-direction: row !important;
}
.head-text{
font-size: 3rem;
font-weight: 700;
}
.sub-text{
font-size: 1.25rem;
}
.items-content-1{
font-size: 1.25rem;
margin-bottom: 0.25rem;
margin-left:1.5rem ;
}
.items-content-2{
margin-left: 1.5rem;
}
.main-content-2{
/* background-color: #e2eefe; */
}
.read{
border: 0.25px solid rgb(208, 208, 208);
padding: 1rem 1rem;
border-radius: 0.75rem;
box-shadow: 10px 10px 10px 10px rgb(211, 211, 211);
cursor: pointer;
}
.read:hover{
margin: 0rem 1rem;
}
.footer{
background-color: black;
}
.name{
background-color: black;
color: white;
text-align: center;
font-size: 2.5rem;
}