Skip to content

Commit 1de70ed

Browse files
committed
update 1.7
1 parent 0c5fea2 commit 1de70ed

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

style.css

+9-7
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ h1 {
1313
}
1414

1515
.slider {
16-
position: absolute;
17-
bottom: 70px;
16+
position: relative;
17+
top: 90px;
1818
left: 890px;
1919
}
2020

@@ -48,7 +48,8 @@ p {
4848
border: 10px solid black;
4949
height: 700px;
5050
width: 1890px;
51-
text-align: center;
51+
text-align: center;
52+
position: relative;
5253
}
5354

5455
.box {
@@ -59,16 +60,17 @@ p {
5960
background: bisque;
6061
transform: rotate(-180deg);
6162
color: bisque;
63+
position: relative;
6264
}
6365

6466
#arraybox {
6567
height: 600px;
6668
width: 1840px;
6769
border: 5px solid darkgrey;
68-
position: absolute;
69-
bottom: 190px;
70-
left: 50px;
71-
padding-bottom: 2%;
70+
position: relative;
71+
top: 40px;
72+
left: 30px;
73+
padding-bottom: 2%;
7274
transform: rotate(180deg);
7375
}
7476

0 commit comments

Comments
 (0)