We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f67adfd commit c5230e1Copy full SHA for c5230e1
1 file changed
4-layout/25-art-gallery/solution/styles.css
@@ -26,14 +26,14 @@
26
27
#gallery-header > p {
28
font-weight: 800;
29
- display: inline; /* Make the paragraph inline */
+ display: inline;
30
}
31
32
/* Add code here */
33
34
#gallery-container {
35
- display: inline-block; /* Make the container an inline-block */
36
- position: absolute; /* Use absolute positioning */
+ display: inline-block;
+ position: absolute;
37
top: 10px;
38
left: 50px;
39
z-index: 10;
@@ -54,11 +54,11 @@
54
55
top: 5%;
56
left: 10%;
57
- display: inline-block; /* Add inline-block display */
58
59
60
#item-4 {
61
position: sticky;
62
top: 100px;
63
64
-
+
0 commit comments