-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
64 lines (63 loc) · 1.13 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
59
60
61
62
63
64
@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');
body {
background-color: rgb(27, 187, 236);
/* font-family: "Montserrat", sans-serif; */
font-family: 'Lobster', cursive;
margin: 0rem;
}
textarea {
margin: auto;
margin-bottom: 1rem;
display: block;
padding: 1rem;
height: 15vh;
width: 80%;
border-radius: 0.5rem;
}
.header {
background-color: black;
color: white;
text-align: center;
padding: 2rem;
font-weight: bolder;
font-size: 1.5rem;
}
.img {
margin: auto;
display: block;
padding: 2rem;
padding-bottom: 0rem;
max-width: 200px;
}
.head {
margin: auto;
text-align: center;
display: block;
padding: 1rem;
font-weight: bolder;
}
#btn-translate {
margin: auto;
display: block;
border-radius: 0.5rem;
font-weight: bolder;
/* bacground-color: */
/* color: white; */
}
#txt-output {
border: 1px solid black;
background-color: white;
margin: auto;
margin-bottom: 1rem;
display: block;
padding: 1rem;
height: 15vh;
width: 80%;
border-radius: 0.5rem;
}
.footer {
background-color: black;
color: white;
text-align: center;
padding: 1rem;
}