-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
40 lines (39 loc) · 806 Bytes
/
style.css
File metadata and controls
40 lines (39 loc) · 806 Bytes
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
/* comoon */
ul {
list-style: none;
}
a {
text-decoration: none;
}
/* header */
.hero {
background-image: url(./images/austin-distel-wawEfYdpkag-unsplash\ \(2\)/austin-distel-wawEfYdpkag-unsplash.png);
background-size: cover;
background-position:center;
}
.event {
box-shadow: 0px 3px 6px #00000029;
}
.event img {
width: 100%;
}
.bottun {
width:310px ;
height: 52px;
box-shadow: 0px 3px 6px #00000029;
margin: 60px 0;
color: black;
}
.fin {
background-image:url(./images/tim-bogdanov-4uojMEdcwI8-unsplash/tim-bogdanov-4uojMEdcwI8-unsplash.png);
background-size: cover;
background-position: center;
color: white;
}
.contact {
width: 210px;
height:54px ;
border: 1px solid white;
color: white;
border-radius: 5px;
}