We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c5fea2 commit 1de70edCopy full SHA for 1de70ed
style.css
@@ -13,8 +13,8 @@ h1 {
13
}
14
15
.slider {
16
- position: absolute;
17
- bottom: 70px;
+ position: relative;
+ top: 90px;
18
left: 890px;
19
20
@@ -48,7 +48,8 @@ p {
48
border: 10px solid black;
49
height: 700px;
50
width: 1890px;
51
- text-align: center;
+ text-align: center;
52
53
54
55
.box {
@@ -59,16 +60,17 @@ p {
59
60
background: bisque;
61
transform: rotate(-180deg);
62
color: bisque;
63
64
65
66
#arraybox {
67
height: 600px;
68
width: 1840px;
69
border: 5px solid darkgrey;
- bottom: 190px;
70
- left: 50px;
71
- padding-bottom: 2%;
+ top: 40px;
72
+ left: 30px;
73
+ padding-bottom: 2%;
74
transform: rotate(180deg);
75
76
0 commit comments