-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpixar_error_style.css
153 lines (130 loc) · 2.16 KB
/
pixar_error_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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
@font-face {
src: url(brandon-grotesque-black.otf);
font-family: "Brandon";
}
body {
font-size: 16px;
line-height: 1.6em;
font-weight: 400;
font-style: normal;
font-size: 22px;
letter-spacing: 0em;
line-height: 1.7em;
text-transform: none;
color: rgba(29, 29, 29, 0.7);
margin: 0;
}
.Header-inner-inner {
padding: 33px 118px;
}
.Head-branding {
padding: 1px 24px;
width: 200px;
}
.top-right {
padding: 1px 24px;
font-family: sans-serif;
font-weight: bold;
color: #1d1d1d;
font-style: normal;
font-size: 15px;
letter-spacing: 0.14em;
text-transform: uppercase;
float: right;
max-width: 900px;
}
.top-left {
float: left;
width: 30%;
}
nav ul li {
display: inline-block;
margin: 0 0.93em;
padding: 0.618em 0;
transition: color 0.5s;
}
nav ul li a {
color: #1d1d1d;
text-decoration: none;
transition: color 0.17s;
}
nav ul li a:hover {
color: #d1d1d1;
}
nav {
display: inline-block;
}
.Site-inner {
padding: 80px 142px;
box-sizing: border-box;
}
figure img {
width: 30%;
float: left;
}
.Message {
float: right;
padding-top: 10%;
/* padding-right: 10%; */
text-align: center;
max-width: 900px;
height: 300px;
}
.Message h1 {
font-family: "Josefin Sans", monospace;
font-weight: 1000;
font-size: 51px;
letter-spacing: 0.29em;
margin: 0.67em;
color: rgb(29, 29, 29);
}
.Message p {
font-family: sans-serif;
font-size: 22 px;
line-height: 1.7em;
}
.clr {
clear: both;
}
.icons-container {
text-align: center;
margin-top: 100px;
}
.social-media a {
color: #222;
}
.social-media li {
list-style: none;
display: inline-block;
margin: 0 7px;
}
.icons-container {
width: 200px;
margin: 100px auto 50px auto;
}
.icons-container li {
transition: color 0.5s;
}
.icons-container :hover {
color: #d1d1d1;
}
footer .links {
text-align: center;
font-family: "Lato";
text-transform: uppercase;
color: #1d1d1d;
line-height: 5px;
}
footer .links a {
color: #1d1d1d;
font-size: 14px;
letter-spacing: 0.29em;
}
footer .copyright {
color: #1d1d1d;
font-family: "Lato";
text-transform: uppercase;
text-align: center;
letter-spacing: 0.29em;
font-size: 14px;
}