-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathj.css
48 lines (37 loc) · 759 Bytes
/
j.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
div {
height:780px;
display: inline-block;
float:left;
}
#red {
background:url("batman1.png");
width:33.333%;
}
#blue {
background:url("Superman.jpg");
width:33.333%;
}
#yellow {
background:url("spiderman.jpg");
width:33.333%;
}
body
{
background:black;
}
#ght{
width:25%;
height:400px;
z-index:10;
-ms-transform: rotate(270deg); /* IE 9 */
-webkit-transform: rotate(270deg); /* Chrome, Safari, Opera */
transform: rotate(270deg); /* Standard syntax */
-ms-transform: translate(500px,100px); /* IE 9 */
-webkit-transform: translate(500px,100px); /* Chrome, Safari, Opera */
transform: translate(500px,100px);
}
body,p,h1,ul,li{
margin:0px;
padding:0px;
border:0px;
}