-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
76 lines (72 loc) · 1.25 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
.background-color{
background-color: #adc5d3
}
.menu-item {
font-size: 20px;
color: #144054
}
.menu-item:hover{
color: #4C99C6;
}
.hero-section{
background-color: #4C99C6
}
.welcome-message {
font-size: 25px;
color: #144054;
margin-top: 2rem !important;
}
.right-image{
display: flex;
align-content: center;
justify-content: center;
}
.show-more-btn{
background-color: #144054;
color:#407d99;
border-radius: 50px;
}
.btn-more{
justify-content: end;
display: flex;
align-items: end;
padding-right: 2rem;
}
.about-us{
font-size: 12px;
color: #144054;
margin-right: 1rem;
font-family: Inter;
}
.about-us:hover{
text-decoration: underline;
}
.menu-section{
font-size: 20px;
color: #144054;
margin-left: 1rem;
font-family: Inter;
}
.menu-section:hover{
text-decoration: underline;
}
.about-text{
font-size: 25px;
color: #144054;
}
.about-text:hover {
color:#4C99C6;
}
.contact-us{
font-size: 8px;
color: #144054;
}
.contact-us:hover{
text-decoration: underline;
}
.contactus-text{
font-size: 15px;
color:#4C99C6; }
.contactus-text:hover {
color:#144054;
}