-
Notifications
You must be signed in to change notification settings - Fork 1
/
style.css
59 lines (59 loc) · 883 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
body
{
text-align: center;
}
.header
{
width: 700px;
height: 50px;
border: solid black 2px;
border-color: #548646;
border-radius: 15px;
background-color: #668796;
margin: 0px auto;
text-align: center;
}
.textBody
{
width: 700px;
height: 600px;
border: solid black 2px;
border-color: #448646;
border-radius: 15px;
background-color: #768796;
margin: 0px auto;
text-align: center;
}
.textArea{
width: 690px;
height: 590px;
border: solid black 1px;
border-color: #548646;
border-radius: 15px;
background-color: #99CCFF;
margin: 0px auto;
}
.target
{
width: 348px;
height: 48px;
border: solid black 1px;
border-color: #348646;
border-radius: 10px;
margin: 0px auto;
float: left;
}
.result
{
width: 348px;
height: 48px;
border: solid black 1px;
border-color: #348646;
border-radius: 10px;
margin: 0px auto;
float: left;
}
.Languages
{
float: right;
}