-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
58 lines (56 loc) · 1.02 KB
/
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
body{
box-shadow:3px 0px 8px 2px rgba(39, 108, 211, 0.623);
background-color:rgba(0, 0, 0, 0.979);
color: rgb(133, 184, 167);
}
#voices{
background-color: white;
color: black;
}
.Voice-cnt{
margin: 20px 32px;
padding: 12px;
/* background-color: lightgreen; */
width: 90%;
display: flex;
flex-direction: column;
}
.Voice-cnt>h2{
margin: 8px 12px;
font-size: 34px ;
text-shadow:8px 0px 12px rgba(255, 255, 255, 0.77);
}
.Voice-cnt >select{
margin: 3px 12px;
width: 100%;
height: 30px;
/* background-color: aqua; */
color: white;
}
#text{
margin: 2px 10.5px;
width:99.6%;
font-style: oblique;
font-size: x-large;
}
h1{
text-align: center;
font-weight: bolder;
font-style: oblique;
color:white;
}
.container{
text-align: center;
}
.controls{
margin-left: 5%;
}
button{
background-color: rgb(122, 148, 139);
height: 50px;
width: 10%;
font-size: medium;
font-weight: bolder;
margin: 10px;
box-shadow:3px 0px 8px 2px rgba(39, 108, 211, 0.623);
}