User:Flashjay/testbox table styling 02: Difference between revisions

From GCD
Jump to navigation Jump to search
No edit summary
No edit summary
Line 17: Line 17:


2 covers stacked using css grid. change css code to resee both.
2 covers stacked using css grid. change css code to resee both.
<nowiki><a href="#detailView-1">Show View1</a>
<p id="detailView-1">View1</p>
<a href="#detailView-2">Show View2</a>
<p id="detailView-2">View2</p>
</nowiki>
[[#detailView-1|Show View1]]
<p id="detailView-1">View1</p>
[[#detailView-1|Show View2]]
<p id="detailView-2">View2</p>

Revision as of 22:59, 2 January 2023

Cover
Cover1
Cover2
Cover3
Cover4
3 4
note


Test_NOcover_issue.png


2 covers stacked using css grid. change css code to resee both.


<a href="#detailView-1">Show View1</a> <p id="detailView-1">View1</p> <a href="#detailView-2">Show View2</a> <p id="detailView-2">View2</p>


Show View1

View1

Show View2

View2