You are going to block this site. This will do the following:
- You will no longer see this site in searches.
- Site will no longer see your site in searches.
- Site will not be able to comment on your site profile.
- Any comments this site has posted to your profile will not be displayed.
Are you sure you want to do this?
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.