-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdictonary2.css
More file actions
63 lines (55 loc) · 1.1 KB
/
dictonary2.css
File metadata and controls
63 lines (55 loc) · 1.1 KB
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
#Heading2 {
/*text-align: center;*/
font-family: cursive;
background-color: rgb(36, 179, 179);
height: 50px;
/*margin-top: 10px;*/
}
#mainBody2 {
min-height: 85vh;
}
.main {
text-align: center;
}
#InpBox {
font-size: 30px;
font-weight: 600;
width: 30%;
height: 50px;
background: transparent;
border: none;
outline: none;
border-bottom: 5px solid rgb(105, 105, 141);
}
#Dbutton {
margin-left: 15px;
font-family: cursive;
font-weight: 500;
}
#OutputHeading {
margin-left: 15%;
margin-top: 15px;
font-size: 25px;
font-weight: 500;
font-style: italic;
font-family: 'Times New Roman', Times, serif;
}
#Output {
margin-top: 50px;
margin-left: 15%;
width: 70%;
height: 45vh;
border-left: 3px solid rgb(112, 112, 155);
border-bottom: 5px solid rgb(112, 112, 155);
/*border: 2px solid blue;*/
}
.result {
padding: 30px;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
font-size: 25px;
height: 44vh;
overflow: scroll;
}
.result .pos {
font-style: italic;
}