-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtextAnalyzer.css
99 lines (82 loc) · 1.37 KB
/
textAnalyzer.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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
/*.navbar-brand {
height: 50px;
width: 50px;
}*/
body {
background-color: silver;
}
.navbar-brand>img {
height: 50px;
width: 140px;
}
#branding {
color: white;
}
#dp {
height: 30px;
width: 30px;
border-radius: 50%;
}
.mainBody {
min-height: 85vh;
}
#TextArea {
width: 70%;
margin-left: 15%;
}
.buttons {
margin-left: 15%;
font-family: cursive;
}
.paraInfo {
margin-top: 15px;
margin-left: 15%;
color: black;
font-size: 20px;
font-family: cursive;
}
.inputBox {
border-radius: 16px;
box-shadow: 0px 0px 10px grey;
}
#mainHeading {
font-family: cursive;
background-color: rgb(36, 179, 179);
height: 50px;
}
#characterCount {
text-align: center;
background-color: rgb(163, 202, 235);
width: 70px;
}
#wordCount {
text-align: center;
background-color: rgb(163, 202, 235);
width: 70px;
}
#heading {
margin-top: 40px;
background-color: rgb(36, 179, 179);
height: 80px;
}
#dictionary {
font-family: cursive;
}
#dicAnchor {
font-size: 30px;
color: white;
background-color: rgb(56, 145, 56);
border-radius: 16px;
}
footer {
background-color: #101214;
color: white;
padding: 18px;
font-family: Arial, Helvetica, sans-serif;
text-align: center;
/*position: fixed;*/
width: 100%;
}
footer>h4 {
font-size: 15px;
}