Spaces:
Runtime error
Runtime error
Commit
·
af61f00
1
Parent(s):
f26eb20
Update style.css
Browse files
style.css
CHANGED
@@ -9,3 +9,14 @@
|
|
9 |
align-items: center;
|
10 |
justify-content: center;
|
11 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
align-items: center;
|
10 |
justify-content: center;
|
11 |
}
|
12 |
+
.leftimage .rightimage{
|
13 |
+
float:left;
|
14 |
+
}
|
15 |
+
.leftimage{
|
16 |
+
padding-top:27px;
|
17 |
+
margin-left:210px;
|
18 |
+
}
|
19 |
+
.rightimage{
|
20 |
+
margin-right:210px;
|
21 |
+
margin-top:15px;
|
22 |
+
}
|