Open ajkelso opened 4 years ago
The elements are there, but they're not displaying properly for some reason. The code snippets are all <iframe>
s, and they seem to be conflicting with the Markdown and/or Learn app itself. I did find a temporary fix, though:
<iframe>
, copy it and go back to the Learn lesson.<iframe>
should be and select "Inspect".<p>
tag for that paragraph should be selected. Now, right-click on it and select "Edit as HTML".<p>
tag, paste in the <iframe>
.<p>
tag without going outside of the Inspector. The <iframe>
should now show up on the page properly.<iframe>
elements.Hope that helps!
Some code snippets seem to be missing from the positioning-elements-with-css lesson.
"...rom, the element floated left, right, or elements floating with either using both. An example of using float for layout structure can be seen in the snippet below: SNIPPET MISSING HERE In this scenario, we want the footer to cleanly display below all the columns. In order to get the footer to clear past the height of any floating content we can use the clear property."