-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathabout_styles.css
More file actions
96 lines (83 loc) · 1.32 KB
/
about_styles.css
File metadata and controls
96 lines (83 loc) · 1.32 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
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
body {
background-image: url('imgs/martian_sitting.png');
/*background-position: left-top;*/
text-decoration: none;
margin: 0 0;
}
header {
height: 100px;
text-decoration: none;
}
h1 {
font-family: 'Orbitron';
color: white;
font-size: 60px;
display: inline;
position: absolute;
top: -20px;
left: 15px;
}
a {
text-decoration: none;
}
ul {
float: right;
margin: 25px 100px;
}
li {
display: inline;
font-family: 'Audiowide';
color: white;
font-size: 25px;
padding: 0 20px;
}
/*body {
max-width: 960px;
margin: 0 auto;
}
.backgroundImage{
background-size: cover;
}*/
span {
color: purple;
}
article {
display: inline-block;
text-align: center;
font-family: 'U', monospace;
margin-right: 50px;
color: white;
margin-right: 10px;
position: relative;
left: -40px;
}
.contentWrapper{
max-width: 1200px;
margin: 0 auto;
}
.contentWrapper1, .contentWrapper2, .contentWrapper3, .contentWrapper4 {
width: 400px;
height: 400px;
background-color: rgba(48,48,48,0.5);
margin: 0 auto;
border: 3px solid transparent;
}
.colin, .hawa, .andrew, .jonny {
margin: 10px 80px;
width: 25%;
margin-left: 50px;
}
/*
.colin, .hawa {
width: 25%;
float: left;
margin-left: 80px;
}
.andrew, .jonny {
width: 25%;
float: left;
margin-left: 80px;
}*/
/*.colin {
width: 50%;
}