-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
82 lines (67 loc) · 1.04 KB
/
style.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
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
html {
font-size: 2.5vw;
} /*16px*/
body {
background-color: rgb(255,255,255);
/*display: flex;*/
margin: 0 0;
color: #1d2429;
float:left;
}
h3 {
font-size: 1.5vw;
}
p {
font-size: 1.5vw;
}
/*
see A Complete Guide to Flexbox
https://css-tricks.com/snippets/css/a-guide-to-flexbox/
*/
.container {
display: flex;
/*align-items: left;*/
/*justify-content: left;*/
height: 100vh;
}
.flex-item {
/*align-self: center;*/
}
#body {
background-color: rgb(255, 255, 255);
}
#counter {
font-family: 'Fira Mono', monospace;
height: fit-content;
width: 2vw;
margin-top: 8vw;
margin-left: 1vw;
float:inline-start;
padding-top: 0;
}
#counter1 {
}
#counter2 {
}
#counter3 {
}
#counter4 {
}
[contenteditable] {
outline: 0px solid transparent;
caret-color: transparent;
}
#div {
margin-top: 8vw;
margin-bottom: 20px;
margin-left: 12vw;
margin-right: 2vw;
}
#texteditor {
font-family: 'Fira Mono', monospace;
height: fit-content;
}
#cursor {
font-family: 'Fira Mono', monospace;
height: fit-content;
}