-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.css
53 lines (51 loc) · 828 Bytes
/
home.css
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
body {
color: #FEFEFE;
background-color: #0A0B11;
margin: 0 auto;
padding: 1em 0 1em 0;
}
a {
color: #93ffd7;
text-decoration: none;
}
img {
width: 100vh;
height: auto;
}
@font-face {
font-family: "unifont";
src: url("./unifont.woff") format('woff');
}
pre {
font-family: "unifont", "Lucida Console", monospace, Monaco;
font-size:2vh;
line-height: 1.0;
padding-left:3vh;
}
.txtdiv {
display: block;
text-align: left;
word-wrap: break-word;
overflow-wrap: break-word;
}
.typewriter {
width: 20ch;
animation: typing 2s steps(22), blink .5s step-end infinite alternate;
white-space: nowrap;
overflow: hidden;
border-right: 3px solid #FFFFFF;
}
@keyframes typing {
from {
width: 0
}
}
@keyframes blink {
50% {
border-color: transparent
}
}
x {
color: #a7c7e7;
text-decoration: none;
}