-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
108 lines (99 loc) · 2.05 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
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');
*{
box-sizing: border-box;
}
li, a, button {
font-family: "Montserrat", sans-serif;
font-weight: bold;
/* font-weight: 500; */
font-size:25px;
color: rgb(252, 0, 130);
text-decoration: none;
}
header{
display:flex;
align-items: center;
text-align: center;
padding: 10px 10px;
background-color: rgba(155, 212, 226, 0.712);
}
.logo{
cursor: pointer;
margin: 7px;
}
.nav_links{
list-style: none;
}
.text-center{
text-align: center;
}
.nav_links li{
display: inline-block;
padding: 20px 20px ;
}
.nav_links li a:hover{
color: rgb(100, 164, 194);
}
.container{
padding: 50px;
margin: 40px;
border: seashell;
background-color: rgba(255, 255, 255, 0.432);
border-radius: 25px;
text-align: center;
justify-content: center;
}
.container p ,h2{
color: rgb(0, 0, 0);
font-weight: 700;
font-size: 50px;
align-items: center;
text-align: center;
background-position: center;
}
p{
color: rgb(231, 56, 56);
font-weight: 700;
font-size: 40px;
align-items: center;
text-align: center;
}
h2{
color: rgb(240, 30, 41);
align-items: center;
text-align: center;
}
button{
padding: 10px 20px;
align-items: center;
cursor: pointer;
display: flex;
margin-top: 160px;
margin: auto;
border: solid;
border-color:rgb(21, 49, 49);
border-radius: 10px;
color: rgb(224, 180, 188);
}
.donate{
text-align: center;
align-items: center;
}
button:hover{
color: rgb(248, 214, 221);
background-color: rgb(177, 51, 51);
}
.box{
padding: 20px 50px;
margin: 40px;
border: seashell;
background-color: rgba(255, 255, 255, 0.692);
border-radius: 15px;
text-align: center;
justify-content: center;
}
form{
align-items: center;
display: flex;
justify-content: center;
}