File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 12
12
< div class ="wrapper ">
13
13
< main >
14
14
< section class ="primary-content " style ="--theme: dark ">
15
- < h1 > Media queries and container queries </ h1 >
15
+ < h1 > Desert Oasis: Exploring Nature's Tranquility </ h1 >
16
16
< p >
17
17
Lorem ipsum dolor sit amet consectetur adipisicing elit.
18
18
Exercitationem neque tenetur numquam officiis officia, eos eligendi
@@ -26,7 +26,7 @@ <h1>Media queries and container queries</h1>
26
26
vel odio doloremque?
27
27
</ p >
28
28
< article class ="card ">
29
- < h2 > Card in .primary-content </ h2 >
29
+ < h2 > Tranquil Desert Haven </ h2 >
30
30
< img
31
31
src ="https://images.unsplash.com/photo-1702927706292-c57d75cf2143?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wzMjM4NDZ8MHwxfHJhbmRvbXx8fHx8fHx8fDE3MDU1MDMyMzR8&ixlib=rb-4.0.3&q=80&w=400 "
32
32
alt =""
@@ -40,7 +40,7 @@ <h2>Card in .primary-content</h2>
40
40
41
41
< section class ="cards ">
42
42
< article class ="card ">
43
- < h2 > Card 1 </ h2 >
43
+ < h2 > Serenity Oasis Retreat </ h2 >
44
44
< img
45
45
src ="https://images.unsplash.com/photo-1704137477371-bed38523c2eb?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wzMjM4NDZ8MHwxfHJhbmRvbXx8fHx8fHx8fDE3MDU1MDIxOTR8&ixlib=rb-4.0.3&q=80&w=400 "
46
46
alt =""
@@ -51,7 +51,7 @@ <h2>Card 1</h2>
51
51
</ p >
52
52
</ article >
53
53
< article class ="card ">
54
- < h2 > Card 2 </ h2 >
54
+ < h2 > Mirage Haven Cottage </ h2 >
55
55
< img
56
56
src ="https://images.unsplash.com/photo-1703783010857-9bd7a7b97c50?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wzMjM4NDZ8MHwxfHJhbmRvbXx8fHx8fHx8fDE3MDU1MDIxOTR8&ixlib=rb-4.0.3&q=80&w=400 "
57
57
alt =""
@@ -62,7 +62,7 @@ <h2>Card 2</h2>
62
62
</ p >
63
63
</ article >
64
64
< article class ="card ">
65
- < h2 > Card 3 </ h2 >
65
+ < h2 > Sand Dune Hideaway </ h2 >
66
66
< img
67
67
src ="https://images.unsplash.com/photo-1704137477371-bed38523c2eb?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wzMjM4NDZ8MHwxfHJhbmRvbXx8fHx8fHx8fDE3MDU1MDIxOTR8&ixlib=rb-4.0.3&q=80&w=400 "
68
68
alt =""
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ main {
106
106
.cards {
107
107
display : grid;
108
108
gap : 1.5rem ;
109
- height : 100vh ;
109
+ min- height: 100vh ;
110
110
align-content : start;
111
111
}
112
112
You can’t perform that action at this time.
0 commit comments