-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
83 lines (69 loc) · 1.29 KB
/
index.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
@font-face {
font-family: myCustom;
src: url("IndieFlower.ttf");
}
* {
margin: 0;
}
body {
max-width: 1200px;
font-size: 0.875em;
line-height: 1.6em;
background-color: #fff;
background-image: url("pattern-backgr.jpg");
background-size: cover;
background-repeat: repeat;
color: #333;
font-family: Tahoma;
margin: 40px;
}
header {
background-image: url("plant.jpg");
background-position: center center;
background-size: cover;
height: 350px;
}
header h1 {
padding-top: 100px;
padding-left: 10px;
text-align: left;
font-family: myCustom;
}
header h2 {
padding-top: 10px;
padding-left: 10px;
text-align: left;
font-family: myCustom;
}
h3 {
text-align: center;
color:#37563d;
padding-top: 10px;
}
.summary {
text-align: center;
font-style: italic
}
.preamble {
}
.main supporting {
}
.design-selection {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
background-color: #eae8e6;
}
.zen-resources, .design-archives {
margin-top: 10px;
justify-content: flex-start;
background-color: #eae8e6;
display: flex;
align-items: flex-end;
background-image: url(plants.jpg);
}
footer {
margin-bottom: 10px;
text-align: center;
}