Added the logic of wrapper + responsiveness controllers.

This commit is contained in:
2022-07-19 18:43:16 +03:00
parent a7e51803cf
commit 9173efe9c9
24 changed files with 535 additions and 76 deletions
@@ -33,9 +33,9 @@
<h2>Image Example</h2>
<div>
<img src="images/demo.jpeg" alt="">
<img src="/images/demo.jpeg" alt="">
<br>
<code>&lt;img src=&quot;images/demo.jpeg&quot; alt=&quot;&quot;&gt;
<code>&lt;img src=&quot;/images/demo.jpeg&quot; alt=&quot;&quot;&gt;
</code>
</div>