-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
94 lines (78 loc) · 1.55 KB
/
index.css
File metadata and controls
94 lines (78 loc) · 1.55 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
@media screen and (max-width: 640px) {
.sub{
display:block;
}
}
h1{
margin-top: -0.25em;
}
.sub > i{
text-align:center;
vertical-align:middle;
}
a{
text-decoration: none;
color: #41403e;
background-image: unset;
}
a.hover:hover{
text-decoration: underline;
}
body{
background-image: url(./img/memphis.png);
}
.paper {
-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
border: 0;
}
.avatar {
max-height: 320px;
padding-left:280px
}
.blog-img {
height: 180px;
object-fit: cover;
object-position: center center;
width: 100%;
}
article .article-title {
font-size: 2rem;
}
a[popover-top]{
margin: 0;
}
.feature-grid {
position: relative;
}
.feature-grid:after {
clear: both;
content: '';
display: block;
}
.feature-grid .feature {
display: inline-block;
float: left;
margin-bottom: 3em;
width: 50%;
}
.feature-grid .feature .content {
width: 60%;
}
.feature-grid .feature .image {
width: 30%;
}
.feature-grid .feature .image img {
display: inline;
max-width: 100%;
}
.feature-grid .feature:nth-child(odd) .content, .feature-grid .feature:nth-child(odd) .image {
float: right;
margin-right: 5%;
text-align: right;
}
.feature-grid .feature:nth-child(even) .content, .feature-grid .feature:nth-child(even) .image {
float: left;
margin-left: 5%;
text-align: left;
}