save some precious bytes on whitespace
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
a1cdaf6926
commit
d7b60139d3
@ -22,9 +22,7 @@
|
||||
|
||||
<h3 class="title">2D transforms</h3>
|
||||
<div id="divsection">
|
||||
<p>
|
||||
CSS 2D transforms allow us to rotate, move, scale and skew elements<br>
|
||||
</p>
|
||||
<p>CSS 2D transforms allow us to rotate, move, scale and skew elements</p>
|
||||
<p>
|
||||
Below is the famous "ascii shrug" (it's not actually ascii only I have been calling it that for a long time now)
|
||||
<code class="language-shrug">¯\_(ツ)_/¯</code> inside a div that is slightly rotated <i>clockwise</i>.
|
||||
@ -47,13 +45,9 @@
|
||||
transform: rotate(-20deg);
|
||||
}</code></pre>
|
||||
</div>
|
||||
<p>
|
||||
Skew parameter does exactly what the name says - skews whatever element you throw at it.<br>
|
||||
It takes two parameters: x and y axis integer values (i.e. degrees).
|
||||
</p>
|
||||
<div id=divtransform2>
|
||||
<h1>¯\_(ツ)_/¯</h1>
|
||||
</div>
|
||||
<p>Skew parameter does exactly what the name says - skews whatever element you throw at it.<br>It takes two parameters: x and y axis integer values (i.e. degrees).
|
||||
</p>
|
||||
<div id=divtransform2><h1>¯\_(ツ)_/¯</h1></div>
|
||||
<div class="divcodeblock">
|
||||
<pre><code class="language-css">#divtransform2 {
|
||||
border: 2px solid whitesmoke;
|
||||
|
Loading…
Reference in New Issue
Block a user