-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
53 lines (47 loc) · 1.12 KB
/
style.css
File metadata and controls
53 lines (47 loc) · 1.12 KB
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
.footer, .tab {
display: flex;
justify-content: space-around;
background-color:black;
color:#95f442;
font-size:20px;
font-family: 'Poiret One', cursive;
font-weight: bold;
}
.header {
top: 0;
color: white;
color: #e0eff2;
font: italic bold 70px Georgia, Serif;
text-shadow: -4px 9px 0 grey, -14px 8px 0 #0a0e27;
padding: 10px;
text-align: center;
background-repeat: no-repeat;
background-position: center;
background-size: 100%;
background-image: url("https://images.unsplash.com/photo-1454165205744-3b78555e5572?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=863ffeea823f0ffb0885fe1a5e77e645&auto=format&fit=crop&w=750&q=80") ;
}
.general {
border:1px solid white;
display: flex;
}
.contact {
display: flex;
justify-content: center;
justify-content: space-around;
font-family: 'Poiret One', cursive;
font-weight: bold;
color: #f79f33;
}
.generalpics {
width: 50%;
height: 500px;
filter: grayscale(100%);
}
#facts {
text-align: justify;
font-size: 20px;
color: grey;
}
#signature {
align-items: flex-end;
}