-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
78 lines (78 loc) · 1.54 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
body {
margin: 0px;
padding-top: 70px;
}
.header{
height: 70px;
top: 0;
width: 100%;
position: fixed;
background-color: white;
border-bottom: 5px;
border-color: rgb(26, 25, 25);
border-bottom-style: solid;
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.logo{
padding-left: 30px;
}
.linkHeader{
text-decoration: none;
color: rgb(26, 25, 25);
font-family: 'Source Serif Pro', serif;
align-self: center;
justify-self: center;
}
.logButton{
border: 2px solid #5aa53f;
border-radius: 20px;
padding: 5px 20px;
}
.underHeader{
background-image: url("images/imgUndHeader.jpg");
height: 400px;
display: grid;
}
.messageUnderHeader{
font-size: 50px;
color: white;
align-self: center;
justify-self: center;
font-family: 'Source Serif Pro', serif;
border: 2px solid;
border-color: #cdcbcb3d;
padding: 15px;
}
.description_container{
background-image: url("images/backgroundImage2.jpg");
}
.description{
padding: 70px;
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 20px;
}
.aboutTitle{
color: #5aa53f;
font-size: 15px;
padding-bottom: 10px;
}
.descriptionTitle{
font-weight: bold;
font-size: 30px;
color: rgb(26, 25, 25);
padding-bottom: 10px;
}
.descriptionItem{
border: 2px solid;
border-color: #cdcbcb3d;
padding: 15px;
border-radius: 15px;
text-align: center;
}
li {
list-style-type: none;
padding:5px 15px;
color: rgb(26, 25, 25);
}