-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
44 lines (39 loc) · 814 Bytes
/
style.css
File metadata and controls
44 lines (39 loc) · 814 Bytes
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
body {
background-color: gray;
}
p.keys {
width: 600px;
margin: 0px auto 10px auto;
}
div.key {
font-size: 20px;
font-family: 'Courier New', Courier, monospace;
font-weight: normal;
text-align: center;
margin: 3px;
padding: 3px;
background-color: white;
display: inline-block;
}
span.coded {
font-weight: bold;
}
textarea#message, #encodedTA {
font-size: 20px;
font-family: 'Courier New', Courier, monospace;
font-weight: bolder;
width: 800px;
height: 200px;
margin: 0px auto 0px auto;
display: block;
}
table#info {
font-size: 14px;
font-family: 'Courier New', Courier, monospace;
background-color: lightgray;
width: 600px;
height: 100px;
margin: 0px auto 0px auto;
display: block;
font-size: 20px;
}