-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconnect.css
74 lines (72 loc) · 1.39 KB
/
connect.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
@import url('https://fonts.googleapis.com/css2?family=Karla:wght@300;400&display=swap');
*{
padding: 0;
margin: 0;
box-sizing: border-box;
}
.container{
margin-top: 10%;
justify-content: center;
display: flex;
}
.container .card{
width: 70%;
display: flex;
justify-content: center;
font-family: 'Karla', sans-serif;
}
.header{
margin-left: 50px;
}
.header h2{
color: hsl(179, 62%, 43%);
font-weight: 700;
padding-top: 40px;
}
.header h3{
color: hsl(71, 73%, 54%);
font-weight: 700;
padding-top: 10px;
}
.header p{
color: #A0A0A0;
font-weight: 700;
padding-top: 10px;
padding-bottom: 40px;
}
.container-fluid .first{
background: hsl(179, 62%, 43%);
font-weight: 400;
padding-left: 50px;
padding-bottom: 40px;
}
.container-fluid .first h2{
padding-top: 50px;
font-weight: 700;
}
.container-fluid .first p span{
font-weight: 500;
font-size: xxx-large;
}
.container-fluid .first .btn{
background: hsl(71, 73%, 54%);
color: white;
display: flex;
justify-content: center;
align-items: center;
width: 90%;
font-weight: 400;
border: none;
}
.container-fluid .second{
background: #13cfca;
padding-left: 50px;
padding-top: 40px;
padding-bottom: 50px;
}
.container-fluid .second h2{
font-weight: 700;
}
.container-fluid .second p{
margin-bottom: 0rem;
}