-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
62 lines (54 loc) · 776 Bytes
/
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
@import "tailwindcss/base";
@import "tailwindcss/components";
@import "tailwindcss/utilities";
#writing_area,
#Time,
#word_count {
display: flex;
flex-direction: column;
align-items: center;
}
h3 {
text-align: center;
}
textarea:focus {
outline: none;
border: 2px solid black;
}
#counter {
display: flex;
flex-direction: row;
justify-content: center;
}
textarea {
width: 50%;
}
input,
button {
margin: 20px;
}
#pause {
display: none;
}
body {
margin: 0;
}
body {
display: flex;
flex-direction: column;
}
footer {
display: flex;
/* background-color: antiquewhite; */
padding: 5px;
margin-top: auto;
}
header {
/* background-color: antiquewhite; */
padding: 5px;
}
a {
margin: 10px;
color: black;
text-decoration: none;
}