-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathintro.css
78 lines (72 loc) · 1.2 KB
/
intro.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
.header-container {
background-color: #1C788C;
margin-bottom:70px;
}
.header {
display: flex;
}
.kids {
margin-top: 10px;
margin-left: 20px;
margin-bottom: 70px;
margin-right: 40px;
width:100%;
}
.lead-my-3 {
padding-top: 20px;
padding-bottom: 40px;
}
.btn {
margin-top: 30px;
padding-top: 20px;
padding-bottom: 20px;
padding-left: 30px;
padding-right: 30px;
font-size: 30px;
}
.header-text-container {
margin-right: 40px;
text-align: right;
margin-bottom: 20px;
margin-left: 20px;
}
.row-featurette{
display: flex;
margin-top: 10px;
margin-bottom: 10px;
padding-left: 20px;
padding-right: 20px;
}
.data{
margin-left: 50px;
margin-top: 10px;
margin-bottom: 10px;
}
.board-logo{
width: 300px;
height: 300px;
border-radius: 150px;
}
.butn{
width: 100px;
align-items: center;
}
.col{
vertical-align: middle;
align-items: center;
text-align: center;
font-family: Karla;
}
.logo{
margin-top: 70px;
width:100%;
}
.footer-container{
padding-left: 50px;
padding-right: 50px;
background-color: #1C788C;
}
.footer-logo{
height: 100px;
width: 100px;
}