-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinvest.css
60 lines (52 loc) · 988 Bytes
/
invest.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
body {
background-color: rgb(187, 235, 235);
font-family: 'Roboto', sans-serif;
font-size: 16px;
line-height: 1.5;
color: #333;
margin: 0;
padding: 0;
}
.navbar {
background-color: black;
margin: auto;
padding: auto;
size: 50;
display: flex;
justify-content: space-between;
}
.navbar2{
margin-top: 7px;
display: flex;
justify-content: space-between;
margin-right: 50px;
color: #fff;
}
span {
color: white;
}
h1 {
text-align: center;
font-size: 3.5em;
color: #333;
margin: 0;
padding: 0;
font-family: 'Times New Roman', Times, serif;
}
h3 {
text-align: center;
font-size: 1.5em;
color: #333;
margin: 0;
padding: 0;
font-family: 'Times New Roman', Times, serif;
}
button{
background-color: #387ed1;
color: #fff;
border: 1px solid rgba(0, 0, 0, 0) ;
border-radius: 3px;
display: inline-block;
padding: 10px 30px;
font-size: 1em;
}