-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathVoiceToText.css
More file actions
46 lines (43 loc) · 1007 Bytes
/
VoiceToText.css
File metadata and controls
46 lines (43 loc) · 1007 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
45
46
/* .Responder{
text-align: left;
align-content: center;
}
.input-single{
text-align: right;
align-content: center;
} */
body {
background-image: url(https://blogs.sw.siemens.com/wp-content/uploads/sites/5/2019/09/iStock-544982936_original_webcrop_tcm27-64646.jpg);
background-repeat: no-repeat;
background-size: 100%;
}
#note-textarea {
width: 800px;
height: 200px;
padding: 30px 5px;
margin-top: 7%;
box-sizing: border-box;
border: 3px solid #fff;
background-color: #ffffffbe;
-webkit-transition: 0.5s;
transition: 0.5s;
outline: none;
font-size:30px;
text-align: center;
font-family:sans-serif;
}
#response {
width: 800px;
height: 200px;
padding: 30px 5px;
padding-top:6%;
box-sizing: border-box;
border: 3px solid #fff;
background-color: #ffffffbe;
-webkit-transition: 0.5s;
transition: 0.5s;
outline: none;
font-size:30px;
text-align: center;
font-family:sans-serif;
}