-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
44 lines (43 loc) · 920 Bytes
/
style.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
.main{
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
background-color: salmon;
margin: 0;
padding: 0;
font-family: 'Courier New', Courier, monospace;
}
.container{
/* display: flex;
flex-direction: column;
justify-content: center;
align-items: center; */
text-align: center;
background-color: rgba(255,255,255,0.3);
margin: 20px;
padding: 28px;
width: 85%;
max-width: 400px;
box-shadow: 0px 10px 10px rgba(0,0,0,0.3 );
border-radius: 7px;
font-weight: 500;
font-size: 18px;
}
.input{
width: 80%;
/* height: 3px; */
/* text-align: center; */
padding: 15px 30px;
border: 2px solid black;
border-radius: 5px;
background-color: rgb(255,255,255,0.6);
font-size: 16px;
}
#audio{
border-radius: 50px;
background-color: white;
}
.meaning-container{
display: none;
}