-
Notifications
You must be signed in to change notification settings - Fork 2
/
stylesheet.css
61 lines (57 loc) · 906 Bytes
/
stylesheet.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
#title{
text-align: center;
font-family: 'Montserrat';
}
#readme{
text-align: center;
font-family: 'Roboto';
}
#form{
text-align: center;
clear: both;
font-family: 'Roboto';
}
#inputbox{
width: 25%;
font-size:18px;
margin: 0 20px;
font-family: 'Roboto';
}
#limitation{
color:yellow;
background-color: red;
font-family: 'Roboto';
}
#results{
font-family: 'Roboto';
text-align: center;
width: 10.5em;
margin-left: auto;
margin-right: auto;
}
#footer{
text-align: center;
font-family: 'Roboto';
}
#changelog{
font-family: 'Roboto';
}
.letter-counts{
font-family: Courier;
margin-top: 5px;
margin-bottom: 5px;
}
.count-holder {
text-align: center;
width: 30px;
display: inline-block;
}
.grey-row {
background-color: #005a43; /* Pantone 342 */
background-color: gray;
color: white;
}
.same-row {
display: inline-block;
font-weight: bolder;
}