-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path1inout.css
More file actions
41 lines (39 loc) · 783 Bytes
/
1inout.css
File metadata and controls
41 lines (39 loc) · 783 Bytes
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
<style>
#sig{
border-bottom:1px solid: gray;
margin: 0;
padding: 10px;
}
#columns{
column-width:350px;
column-gap:15px;
}
#columns figure{
display: inline-block;
border:1px solid rgba(0,0,0,0.2);
margin:0;
margin-bottom: 15px;
padding:10px;
box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}
#columns figure img{
width:100%;
}
#columns figure figcaption{
border-top:1px solid rgba(0,0,0,0.2);
padding:10px;
margin-top:11px;
}
.foot {
position: fixed;
left: 0;
right: 0;
bottom: 0;
height: 2rem;
padding: 15px 30px;
background: #f2f2f2;
border-bottom: 1px solid #f2f2f2;
font-size: 15px;
color: rgba(0,0,0,.54);
}
</style>