Add tables with links in blogger
Add tables with links in blogger |
Source Code
<!--Powered by theAShub--> <style> * { box-sizing: border-box; } /* Create two equal columns that floats next to each other */ .column { float: left; width: 50%; padding: 10px; height: auto; /* Should be removed. Only for demonstration */ } /* Clear floats after the columns */ .row:after { content: ""; display: table; clear: both; } /* CSS for Links */ .btncrd { border: 1px solid black; background-color: transparent; color: black; padding: 8px 25px; font-size: 17px; border-radius:1px; cursor: pointer; margin:10px 20px; } .readnowcrd { border-color: #000; color: black; } .readnowcrd:hover { border-color:orange; background-color: orange; color: #fff; } /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */ @media screen and (max-width: 600px) { .column { width: 100%; } } </style> </u></b><div class="row"> <div class="column" style="background-color: aliceblue;"> <p>QUESTION PAPERS</p> <hr /> <p>Please select your desire class</p> <a href="https://theanuragsinghhub.blogspot.com/"><button class="btncrd readnowcrd">CLASS 1</button></a> <a href="https://theanuragsinghhub.blogspot.com/"><button class="btncrd readnowcrd">CLASS 2</button></a> <a href="https://theanuragsinghhub.blogspot.com/"><button class="btncrd readnowcrd">CLASS 3</button></a> <a href="https://theanuragsinghhub.blogspot.com/"><button class="btncrd readnowcrd">CLASS 4</button></a> <a href="https://theanuragsinghhub.blogspot.com/"><button class="btncrd readnowcrd">CLASS 5</button></a> <a href="https://theanuragsinghhub.blogspot.com/"><button class="btncrd readnowcrd">CLASS 6</button></a> <a href="https://theanuragsinghhub.blogspot.com/"><button class="btncrd readnowcrd">CLASS 7</button></a> <a href="https://theanuragsinghhub.blogspot.com/"><button class="btncrd readnowcrd">CLASS 8</button></a> <a href="https://theanuragsinghhub.blogspot.com/"><button class="btncrd readnowcrd">CLASS 9</button></a> <a href="https://theanuragsinghhub.blogspot.com/"><button class="btncrd readnowcrd">CLASS 10</button></a> </div> <div class="column" style="background-color: aliceblue;"> <p>SOLUTIONS</p> <hr /> <p>Please select your desire class</p> <a href="https://theanuragsinghhub.blogspot.com/"><button class="btncrd readnowcrd">CLASS 1</button></a> <a href="https://theanuragsinghhub.blogspot.com/"><button class="btncrd readnowcrd">CLASS 2</button></a> <a href="https://theanuragsinghhub.blogspot.com/"><button class="btncrd readnowcrd">CLASS 3</button></a> <a href="https://theanuragsinghhub.blogspot.com/"><button class="btncrd readnowcrd">CLASS 4</button></a> <a href="https://theanuragsinghhub.blogspot.com/"><button class="btncrd readnowcrd">CLASS 5</button></a> <a href="https://theanuragsinghhub.blogspot.com/"><button class="btncrd readnowcrd">CLASS 6</button></a> <a href="https://theanuragsinghhub.blogspot.com/"><button class="btncrd readnowcrd">CLASS 7</button></a> <a href="https://theanuragsinghhub.blogspot.com/"><button class="btncrd readnowcrd">CLASS 8</button></a> <a href="https://theanuragsinghhub.blogspot.com/"><button class="btncrd readnowcrd">CLASS 9</button></a> <a href="https://theanuragsinghhub.blogspot.com/"><button class="btncrd readnowcrd">CLASS 10</button></a> </div> </div>
No comments:
Post a Comment
Thank you for interact with us. We very much appreciate the time you spent for reading blog. Waiting for your feedback !