-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
86 lines (76 loc) · 1.27 KB
/
styles.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
@import url('https://fonts.googleapis.com/css2?family=Do+Hyeon&display=swap');
.nav-bar {
text-align: center;
color: yellow;
-webkit-text-stroke: 0.01px black;
background-color: #285ba9;
padding: 1rem;
display: flex;
justify-content: center;
}
body {
background-color: yellow;
margin: 0%;
font-family: 'Do Hyeon', sans-serif;
}
.translator {
text-align: center;
}
textarea {
width: 80%;
height: 10vh;
display: block;
margin: 1rem;
padding: 1rem;
margin-right: auto;
margin-left: auto;
}
button {
margin: 0.5rem;
}
#output {
background-color: white;
border: 1.5px solid black;
width: 80%;
height: 10vh;
display: block;
margin: 1rem;
padding: 1rem;
margin-right: auto;
margin-left: auto;
}
.footer-bar {
color: yellow;
background-color: #285ba9;
text-align: center;
position: fixed;
bottom: 0;
width: 100%;
}
.menubar {
display: flex;
justify-content: center;
}
#button-translate {
background-color: black;
color: yellow;
font-family: 'Do Hyeon', sans-serif;
font-size: larger;
border-radius: 5px;
}
h2 {
margin: 0px 0px;
}
.about {
color: yellow;
font-size: x-large;
-webkit-text-stroke: 0.5px black;
margin: 1rem 0rem;
}
.normal-text {
font-size: larger;
}
.images {
width: 50px;
height: auto;
}