-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
52 lines (52 loc) · 921 Bytes
/
style.css
File metadata and controls
52 lines (52 loc) · 921 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
47
48
49
50
51
52
header{
border: 1px solid yellow;
background-color: yellow;
height: 10vh;
width: 80%;
margin: 1rem;
padding: 1rem;
font-style: italic;
font-weight: lighter;
text-align: center;
}
body
{
background-color:#4E667C;
}
textarea {
width: 80%;
display: block;
height: 10vh;
margin: 1rem;
padding: 1rem;
background-color: yellow;
}
#output
{
border: 1px solid black;
height: 10vh;
width: 80%;
margin: 1rem;
padding: 1rem;
background-color: yellow;
}
#twitterConcept
{
width: 80%;
margin: 1rem;
padding: 1rem;
color: yellow;
}
#btn-translate
{
border-radius: 8px;
background-color: yellow;
color: black;
border: 2px solid yellow;
font-style: italic;
font-weight: lighter;
width: 100px;
height: 30px;
text-align: center;
padding: 0px;
}