-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
114 lines (95 loc) · 1.89 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
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
107
108
109
110
111
112
113
114
body {
font-family: 'Open Sans', sans-serif;
font-weight: 300; /* if you want the light version */
font-size: 20px;
/* background-color: rgb(180, 242, 184); */
background-color: whitesmoke;
line-height: 1.5;
}
.container {
text-align: center;
}
.top-blue {
/* background-color: rgb(201, 244, 203); */
background-color: #62A8FD;
/* font-family: 'Times New Roman', serif; */
color: #131314;
/* border-radius: 0px; */
/* box-shadow: 0 0 15px rgba(126, 124, 124, 0.5); */
/* margin: 70px; */
/* padding: 70px; */
width: 100vw;
height: 70%;
margin-left: 0cm;
}
h1 {
font-family: 'Open Sans', sans-serif;
font-weight: 800; /* if you want the light version */
}
.title:hover{
/* font-size: 50px; */
}
h2 {
font-family: 'Open Sans', sans-serif;
font-weight: 300; /* if you want the light version */
font-size: 25px;
color: #fdd008;
margin: 10px;
}
.description-centered {
margin: 20px 40px;
}
.h2-spacing {
margin: 20px 40px;
}
/* .logos-widen {} */
#profile {
width: 24vw;
height: 50vh;
border-radius: 100px
}
/* HEADER */
.navbar-lewagon {
display: flex;
/* align-items: center;
justify-content: space-between; */
justify-content: space-between;
align-items: flex-end;
}
.navbar-lewagon .navbar-collapse {
flex-grow: 0;
}
.navbar>.container, .navbar>.container-fluid {
display: flex;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: justify;
justify-content: flex-end;
}
/* FOOTER */
.footer {
background: #F4F4F4;
display: flex;
align-items: center;
justify-content: space-between;
height: 100px;
padding: 0px 50px;
color: rgba(0,0,0,0.3);
}
.footer-links {
display: flex;
align-items: center;
}
.footer-links a {
color: black;
opacity: 0.15;
text-decoration: none;
font-size: 24px;
padding: 0px 10px;
}
.footer-links a:hover {
opacity: 1;
}
.footer .fa-heart {
color: #D23333;
}