-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
60 lines (50 loc) · 1.29 KB
/
style.css
File metadata and controls
60 lines (50 loc) · 1.29 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
body{background-color: #221e1d;color: #ccc;font-family:"Source Code Pro",monospace; font-size:20px;line-height:1.5em;}
header,main,aside,footer{display:block;max-width:42em;margin:0 auto;}
header{text-align:center;}
header h1 a{display:block;margin:2em;}
{list-style:none;padding:0;}
a:link, a:visited{text-align:center;text-decoration:underline;color:#feb70f;}
a:active, a:hover{text-align:center;text-decoration:underline;color:#0096ff;}
footer{font-size:x-small;padding-top:4em;text-align:center}
strong {
display: inline-block;
width: 50px;
border: 1px solid #000;
text-align: center;
}
team{display:block;max-width:42em;margin:0 auto; text-align:center;}
/* Three columns side by side */
.column {
text-align:center;
float: left;
padding: 0 8px;
width: 31.4%;
margin-bottom: 50px;
}
/* Display the columns below each other instead of side by side on small screens */
@media screen and (max-width: 650px) {
.column {
width: 100%;
display: block;
}
}
/* Some left and right padding inside the container */
.container {
padding: 0 16px;
}
/* Clear floats */
.container::after, .row::after {
content: "";
clear: both;
display: table;
}
.title {
color: grey;
}
.content {
min-height: 350px;
margin: 0%;
}
img.medium {
height: 400px;
}