-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
83 lines (70 loc) · 1.14 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
body{
background-color: #e2e8ed;
font-family: sans-serif;
}
.navbar{
display: flex;
justify-content: space-around;
}
.link{
margin-right: 110px;
margin-top: 10px;
font-size: small;
font-weight: bold;
}
a{
margin: 10px;
text-decoration-line: none;
color: black;
}
.get_started{
height: 40px;
width: 120px;
background-color: transparent;
color: #75a1d9;
border-color: #75a1d9;
border: 2px solid;
border-radius: 3px;
}
.center{
padding: 7%;
text-align: center;
font-size: 28px;
}
h6{
color: darkgrey;
font-size: small;
margin-bottom: 0;
margin-top: 50px;
}
h1{
margin-top: 16px;
margin-bottom: 10px
}
h5{
margin-top: 20px;
font-size: 18px;
line-height: 25px;
color: darkgrey;
}
.create{
margin-left: 20%;
margin-right: 20%;
}
.inputbar{
height: 40px;
width: 262px;
border: transparent;
}
.subscribe{
height: 44px;
width: 144px;
background-color: orangered;
border: transparent;
color: beige;
}
p{
color: darkgrey;
font-size: small;
margin-top: 15px;
}