How to rotate and make transparent Squarespace template || How to Rotate and Adjust opacity in css


 in this video, i will explained you two tutorial. first tutorial, I'm going to teach you, how you can rotate a block of content in your Squarespace website. now the base code is listed in the description below, but there are quite a few things that you're going to want to change about this code, to make it work on your own website. so I'm going to go ahead and share my screen and show you exactly, how this works here we are inside Squarespace. and I am using the latest version known as 7.1, but this code will work for any version of Squarespace. so no matter what you're using you're in the right place.

second tutorial, I'm going to teach you a super simple code trick that you can use to make anything on your Squarespace website transparent. we can adjust the transparency by percentage, making something just slightly less visible, or almost completely invisible. ============================================ ROTATE=> #block-code{ transform:rotate(-53deg) } TRANSPARENT=> #block-code{ opacity: 0.7 }

Post a Comment

0 Comments

'; (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); })();