1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- <style>
- table {
- border-collapse: collapse;
- }
- table,
- th,
- td {
- padding: 5px;
- border: 1px solid rgba(124, 133, 146, 0.5);
- }
- .cunny-img {
- width: 70%;
- }
- .blur-img {
- filter: blur(120px);
- width: 100%;
- height: 100%;
- }
- .cunny-img:hover {
- filter: blur(0);
- }
- .cunny-overflow {
- overflow: hidden;
- }
- .random-cunny {
- width: auto;
- height: auto;
- max-width: 200px;
- max-height: 200px;
- display: block;
- margin: auto;
- }
- .cunny-uoh {
- width: auto;
- height: auto;
- max-width: 500px;
- }
- </style>
- <div style="margin-left:12px; margin-right:12px">
- <h3 style="text-align:center">
- <p>Links and Wotnot</p>
- </h3>
- <p>
- <table style="width:100%;table-layout:fixed;">
- <!-- <tr>
- <td colspan="4" style="font-weight:bold">Hub/Landing</td>
- <td colspan="8" style="text-align:center"><a href="https://hub.cunnyborea.space" target="_blank">Cunnyborea
- Hub</a></td>
- </tr> -->
- <tr><td colspan="12" style="font-weight: bold; text-align: center;">Welcome to Cunnyborea 😭💢</td></tr>
- <tr>
- <td colspan="12" class="cunny-row cunny-overflow">
- <div id="cunny-container" clas="random-cunny-container cunny-overflow">
- <img src="https://luv.cunnyborea.space/get_random_cunny" class="cunny-img random-cunny blur-img" id="fav-cunny"
- alt="Reload for more cunny!">
- </div>
- </td>
- </tr>
- <tr>
- <td colspan="4" style="font-weight: bold;">Simple and Clean FE</td>
- <td colspan="8" style="text-align: center;"><a href="https://bloat.cunnyborea.space"
- target="_blank">Bloat</a></td>
- </tr>
- <tr>
- <td colspan="4" style="font-weight: bold;">Twatter-eque Soy FE</td>
- <td colspan="8" style="text-align: center;"><a href="https://coalbox.cunnyborea.space"
- target="_blank">Coalbox</a></td>
- </tr>
- </table>
- </p>
- </div>
|