-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
108 lines (87 loc) · 1.4 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
* {
margin: 0;
padding: 0;
}
body {
background-color: rgb(41, 142, 142);
color: azure;
font-family: 'Poppins', sans-serif;
}
nav {
display: flex;
justify-content: space-around;
align-items: center;
height: 90px;
background: rgb(27, 87, 87);
}
nav ul {
display: flex;
justify-content: center;
}
nav ul li {
list-style: none;
margin: 0 23px;
}
nav ul li a {
text-decoration: none;
color: white;
}
nav ul li a:hover {
color: rgb(8, 211, 211);
font-size: 1.01rem;
}
.left {
font-family: 'Bebas Neue', sans-serif;
}
.firstSection {
display: flex;
justify-content: space-around;
align-items: center;
margin: 10px 0;
}
.firstSection>div {
width: 31%;
}
.leftSection {
font-size: 3rem;
}
.rightSection img {
width: 100%;
margin: 50px 0;
}
.rightSection img {
width: 80%;
margin: 50px 0;
border-radius: 50%;
}
.Naam {
color: rgb(44, 252, 252);
}
.secondSection {
max-width: 80vw;
margin: auto;
}
.secondSection h1 {
font-size: 2rem;
padding-bottom: 10px;
}
.thirdSection {
max-width: 80vw;
margin: auto;
}
.thirdSection h1 {
font-size: 2rem;
padding-bottom: 10px;
}
#element {
color: rgb(42, 251, 251);
}
main hr {
border: 0;
background-color: #5aa9a9;
height: 1.3px;
margin: 40px 90px;
}
.thirdSection>div>ul>li>ul{
margin-left: 10%;
}