Keep meaning to ask- how did you slant the windows in about.html? Inspecting the CSS didn't really clue us in (though we did learn how to do a rainbow border!) and it's a really cool effect.
It looks like that worked? In the CSS the windows have "transform: skewY(-3deg);" to make it slanted, and it gets automatically applied to anything inside of it. The paragraphs have "transform: skewY(3deg);" to put them back upright.
Got it! Would definitely have missed the paragraph transformation, thanks for adding that in. And thanks for answering! Always nice to see what you can do with CSS.
Keep meaning to ask- how did you slant the windows in about.html? Inspecting the CSS didn't really clue us in (though we did learn how to do a rainbow border!) and it's a really cool effect.
(Is this a reply? We haven't used this thing before, hopefully you see it)
It looks like that worked? In the CSS the windows have "transform: skewY(-3deg);" to make it slanted, and it gets automatically applied to anything inside of it. The paragraphs have "transform: skewY(3deg);" to put them back upright.
Got it! Would definitely have missed the paragraph transformation, thanks for adding that in. And thanks for answering! Always nice to see what you can do with CSS.