-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathglobal.css
90 lines (77 loc) · 1.22 KB
/
global.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
#container {
background: red;
margin: 0 auto;
width:1200px;
}
header {
background: gray;
height: 500px;
text-align: center;
color: white;
padding: 60px;
}
header h1 {
font-size: 80px;
font-weight: normal;
text-transform: uppercase;
border-top: 1px solid white;
border-bottom: 1px solid white;
padding-bottom: 40px;
padding-top: 40px;
}
header h2 {
font-size: 50px;
font-weight: normal;
text-transform: lowercase;
font-style: italic;
}
#description {
background: #F2D096;
padding: 40px;
}
#description #head {
text-align: center;
padding-bottom: 60px;
}
#description h3 {
font-size: 40px;
margin: 0;
margin-bottom: 20px;
}
#description p {
font-size: 20px;
margin: 0;
}
#description #portfolio {
text-align: center;
}
#description li {
display: inline-block;
}
#description img {
width: 230px;
}
#staff_info {
background: #4CC5EF;
text-align: center;
padding: 40px
}
#staff_info h4 {
color: white;
text-transform: uppercase;
font-size: 60px;
font-weight: normal;
margin: 0;
margin-bottom: 40px
}
#staff_info .faces {
background: #4CC5EF;
text-align: center;
float: left;
width: 280px;
margin: 0;
}
footer {
background: #3E3E3E;
clear: both;
}