-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
89 lines (79 loc) · 1.36 KB
/
Copy pathstyle.css
File metadata and controls
89 lines (79 loc) · 1.36 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
html {
background-color: #1d2021;
align-items: flex-start;
display: flex;
font: 36px "Input Mono", 22px "Courier New", Courier, monospace;
height: 100%;
justify-content: center;
margin-top: 150px;
}
body {
display: flex;
font: 21px "Courier New";
/* margin: 1em; */
/* padding: 1em; */
}
h1 {
text-align: center;
font-size: 2em;
grid-column: 1 / -1;
margin: 10px;
/* text-align: left; */
color: #cc241d;
}
li {
text-align: center;
color: #515170;
}
a {
color: inherit;
text-decoration: none;
}
a:focus,
a:hover {
color: #cc241d;
}
nav {
display: grid;
grid-template-columns: 1fr 1fr;
/* margin: 1em; */
min-width: 28em;
padding: 100px 0;
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
white-space: nowrap;
}
li:first-child {
text-align: center;
font-weight: bold;
line-height: 2em;
color: #cc241d;
}
img {
/* border: 3px solid #800a06; */
height: 250px;
object-fit: fill;
object-position: 100% 100%;
width: 200px;
}
input {
background-color: unset;
font: 18px "Input Mono";
color: transparent;
/* height: 100%; */
width: 60%;
text-shadow: 0px 0px 0px #ffffff;
border-top-style: hidden;
border-bottom-style: soild;
border-left-style: hidden;
border-right-style: hidden;
border-bottom-color: #be0600;
text-align: center;
margin-top: 9px;
outline: 0;
padding-left: 7px;
padding-bottom: 0.2em;
}