forked from AbhiTaker/SuperScript---DevHack-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
65 lines (57 loc) · 801 Bytes
/
style.css
File metadata and controls
65 lines (57 loc) · 801 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
53
54
55
56
57
58
59
60
61
62
63
64
65
*{
margin: 0px;
padding: 0px;
}
body
{
-webkit-box-pack: center;
background: #dfe3ee ;
}
#top{
width: 1400px;
height: 43px;
-webkit-box-flex: 1;
background : #3b5998;
}
h1
{
text-align: center;
font-family: Tahoma;
padding: 6px;
color: white;
}
#body{
display: -webkit-box;
-webkit-box-orient: horizontal;
}
#input{
border: 10px solid #dfe3ee;
width: 500px;
height: 200px;
background-color : #ffffff;
}
h3
{
border-bottom : 1px solid #3b5998;
text-align: center;
font-family: Tahoma;
padding: 6px;
color: #3b5998;
}
#img{
border: 10px solid #dfe3ee;
width: 300px;
height: 200px;
background-color : #ffffff;
}
#output{
border: 10px solid #dfe3ee;
width: 500px;
height: 400px;
background-color : #ffffff;
}
img{
position: absolute;
top: 55px;
left: 530px;
}