-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
84 lines (72 loc) · 1.45 KB
/
style.css
File metadata and controls
84 lines (72 loc) · 1.45 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
/* CSS files add styling rules to your content */
body {
font-family: helvetica, arial, sans-serif;
margin: 2em;
background-image: url("https://i.imgur.com/rFcpag0.gif");
background-position: center;
background-repeat: no-repeat;
background-color: rgba(82, 82, 82, 0.15);
}
.center {
padding-top : 10%;
display: flex;
justify-content: center;
}
.cardd {
padding: 10px;
/* Add shadows to create the "card" effect */
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
transition: 0.3s;
background-color: rgba(82, 82, 82, 0.2);
width: 400px;
}
/* On mouse-over, add a deeper shadow */
.cardd:hover {
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.4);
}
/* Add some padding inside the card container */
.container {
padding: 2px 16px;
}
h1 {
font-style: bold;
color: red;
}
#partitioned {
padding-left: 15px;
letter-spacing: 40px;
border: 0;
background-image: linear-gradient(to left, black 70%, rgba(255, 255, 255, 0) 0%);
;
background-color: rgba(255, 255, 255, 0);
background-position: bottom;
background-size: 50px 1px;
background-repeat: repeat-x;
background-position-x: 35px;
width: 330px;
min-width: 330px;
}
#divInner{
left: 0;
position: sticky;
}
#divOuter{
width: 285px;
overflow: hidden;
margin: 0 30px;
}
#clear{
margin-top: 10px;
}
#random{
margin-top: 10px;
}
footer {
margin-top: 10px;
left: 0;
bottom: 0;
width: 100%;
color: gray;
font-size: 0.8em;
font-style: italic;
text-align: center;}