-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
64 lines (53 loc) · 983 Bytes
/
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
/*Fonts*/
.abril-fatface-regular {
font-family: "Abril Fatface", serif;
font-weight: 400;
font-style: normal;
}
.montserrat-body {
font-family: "Montserrat", sans-serif;
font-optical-sizing: auto;
font-weight: 292;
font-style: normal;
}
/*Normal CSS stuff*/
.titles{
width: 93%;
margin-bottom: 50px;
margin-top: 30px;
margin-left: 7%;
}
.carousel-caption {
font-family: "Montserrati";
color: black;
}
.projects {
width: 100%;
display: flex;
justify-content: center;
}
p{
font-family: Montserrat;
}
h4 {
font-family: Montserrat;
font-weight: 600;
font-size: 200%;
margin-bottom: 35px;
background-colour: grey;
}
svg {
width: 30px;
height: 30px;
margin: 10px;
}
.logos {
display: flex;
width: 100%
justify-content: center;
margin: 30px;
}
.contact-form{
width: 70%;
margin: 10px;
}