forked from tanmayy-mishra/dapp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathStyle.css
45 lines (40 loc) · 875 Bytes
/
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
body {
background-color: rgba(15, 23, 42, 1);
/* background-color: red; /* For browsers that do not support gradients
background-image: linear-gradient(to left, #16020a, #2a2727ad); */
}
.alignC{
text-align: center;
} /* To align Items in Center */
.head{
margin-top: 5%;
font-size: large;
color: #909be2;
}
.mainhead{
margin-top: 2%;
font-size: 34px;
color: #38bdf8;
text-shadow:1px 1px #ffffff;
}
.boxT{
color: #38bdf8;
margin-top: 3%;
border-radius: 12px;
}
.button {
margin: 2%;
background-color: #17759e; /* Green */
border: none;
border-radius: 27px;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
}
.button:hover {
background-color: #4CAF50; /* Green */
color: white;
}