File tree 3 files changed +248
-7
lines changed
3 files changed +248
-7
lines changed Original file line number Diff line number Diff line change 61
61
}
62
62
63
63
.media {
64
- width : 300 px ;
64
+ width : 500 px ;
65
65
border : 2px dotted rgb (96 , 139 , 168 );
66
66
}
67
67
94
94
< body >
95
95
< section >
96
96
< div class ="media flipped ">
97
- < div class ="image "> < img src ="https://placehold.it/60x60 " alt ="placeholder "> </ div >
97
+ < div class ="image "> < img src ="MDN.svg " alt ="MDN logo "> </ div >
98
98
< div class ="content "> This is the content of my media object. Items directly inside the flex container will be aligned to flex-start.</ div >
99
99
</ div >
100
100
114
114
</ textarea >
115
115
< textarea id ="code " class ="playable-html ">
116
116
< div class ="media flipped ">
117
- < div class ="image "> < img src ="https://placehold.it/60x60 " alt ="placeholder "> </ div >
117
+ < div class ="image "> < img src ="MDN.svg " alt ="MDN logo "> </ div >
118
118
< div class ="content "> This is the content of my media object. Items directly inside the flex container will be aligned to flex-start.</ div >
119
119
</ div >
120
120
</ textarea >
Original file line number Diff line number Diff line change 61
61
}
62
62
63
63
.media {
64
- width : 300 px ;
64
+ width : 500 px ;
65
65
border : 2px dotted rgb (96 , 139 , 168 );
66
66
}
67
67
86
86
< body >
87
87
< section >
88
88
< div class ="media ">
89
- < div class ="image "> < img src ="https://placehold.it/60x60 " alt ="placeholder "> </ div >
89
+ < div class ="image "> < img src ="MDN.svg " alt ="MDN logo "> </ div >
90
90
< div class ="content "> This is the content of my media object. Items directly inside the flex container will be aligned to flex-start.</ div >
91
91
</ div >
92
92
102
102
}
103
103
</ textarea >
104
104
< textarea id ="code " class ="playable-html ">
105
- < div class ="media ">
106
- < div class ="image "> < img src ="https://placehold.it/60x60 " alt ="placeholder "> </ div >
105
+ < div class ="media "> MDN logo"> </ div >
107
106
< div class ="content "> This is the content of my media object. Items directly inside the flex container will be aligned to flex-start.</ div >
108
107
</ div >
109
108
</ textarea >
You can’t perform that action at this time.
0 commit comments