-
Notifications
You must be signed in to change notification settings - Fork 0
/
styl.css
106 lines (86 loc) · 1.73 KB
/
styl.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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
.brand .h1-seo {
font-size: 4.5em;
text-transform: capitalize;
font-weight: bold;
font-family: 'Libre Baskerville', serif;
color: #fff;
}
.brand .n-logo {
max-width: 160px;
margin-bottom: 40px;
}
.n-logo{
background-color: white;
border-radius:80%;
}
h3{
font-size: 2em;
margin-bottom: 30px;
line-height: 1.4em;
font-weight: bold;
font-family: 'Libre Baskerville', serif;
}
.btn-text{
padding: 2px 5px;
font-weight: 700;
align-items: center;
margin: 0;
font-size: 1.5em;
display: flex;
}
.section-title{
text-align: center;
font-family: 'Libre Baskerville', serif;
margin: 80px;
font-weight: bold;
}
.service-section{
display: flex;
flex-direction: row;
justify-content: space-around;
align-items: flex-end;
}
.section-item{
display: flex;
flex-direction: column;
list-style: none;
align-items: center;
margin: 40px;
}
.section-text{
font-family: 'Libre Baskerville', serif;
font-weight: 50%;
align-items: center;
}
.section-services{
display: flex;
flex-direction: column;
}
.btn-section-services{
margin: auto;
}
.title{
display: flex;
justify-content: center;
justify-content: space-around;
margin-top: 100px;
font-size: -webkit-xxx-large;
}
.blogs-section{
font-family: 'Lobster', cursive;
font-size: 25px;
text-align: center;
}
.background{
background: linear-gradient(0deg, rgba(118, 117, 111, 0.5), rgba(118, 117, 111, 0.2)), url('../img/cup-tea.jpg');
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.victory-section{
font-family: 'Milonga', cursive;
font-size: 16px;
}
.description{
font-weight:bold;
}