mirror of
https://github.com/vladocar/Basic.css.git
synced 2024-11-16 16:48:30 +01:00
fix section style
This commit is contained in:
parent
bfeb5cb6fd
commit
9228ef0cdc
1 changed files with 5 additions and 5 deletions
10
grid.html
10
grid.html
|
@ -56,20 +56,20 @@
|
|||
<section> 3 </section>
|
||||
</section>
|
||||
<section>
|
||||
<section> style = "--c:2">Merge the first 2 columns</section>
|
||||
<section style = "--c:2">Merge the first 2 columns</section>
|
||||
<section>2</section>
|
||||
<section>3</section>
|
||||
<section>4</section>
|
||||
</section>
|
||||
<section>
|
||||
<section> 1 </section>
|
||||
<section> style = "--c:3"> Merge 3 columns </section>
|
||||
<section style = "--c:3"> Merge 3 columns </section>
|
||||
<section> 3 </section>
|
||||
</section>
|
||||
<section>
|
||||
<section>1</section>
|
||||
<section> style = "--c:2">Merge 2</section>
|
||||
<section> style = "--c:3">Merge 3</section>
|
||||
<section style = "--c:2">Merge 2</section>
|
||||
<section style = "--c:3">Merge 3</section>
|
||||
<section>4</section>
|
||||
<section>5</section>
|
||||
<section>6</section>
|
||||
|
@ -83,4 +83,4 @@
|
|||
</main>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue