|
32 | 32 | {text-align:center;color:blue;margin-bottom:50px} |
33 | 33 |
|
34 | 34 |
|
| 35 | + .list |
| 36 | + {display:flex;flex-direction:column;gap:10px} |
| 37 | + |
35 | 38 | .link-anchor |
36 | 39 | {display:flex;gap:20px;} |
37 | 40 |
|
| 41 | + .link-href |
| 42 | + {width:200px} |
38 | 43 |
|
39 | 44 | .no-underline |
40 | 45 | {text-decoration:none;color:black} |
@@ -62,45 +67,48 @@ <h3 class=title> |
62 | 67 | </div> |
63 | 68 |
|
64 | 69 |
|
| 70 | + <div class=list> |
65 | 71 |
|
66 | | - <a href='https://zoo.js.org/' target=_blank class='link-anchor no-underline'> |
67 | | - |
68 | | - <time datetime=2025-12-08> |
69 | | - 08 Dec 2025 |
70 | | - </time> |
71 | | - |
72 | | - <img src=''> |
73 | | - |
74 | | - <div class=link-href style='text-decoration:underline'> |
75 | | - https://zoo.js.org/ |
76 | | - </div> |
77 | | - |
78 | | - <div class=link-description> |
79 | | - Javascript Engines Zoo is a nifty data grid share info about over 100 Javascript Engines. |
80 | | - </div> |
| 72 | + <a href='https://zoo.js.org/' target=_blank class='link-anchor no-underline'> |
81 | 73 |
|
82 | | - </a> |
83 | | - |
84 | | - |
85 | | - |
86 | | - |
87 | | - <a href='https://www.skypack.dev/' target=_blank class='link-anchor no-underline'> |
88 | | - |
89 | | - <time datetime=2025-12-08> |
90 | | - 08 Dec 2025 |
91 | | - </time> |
92 | | - |
93 | | - <img src=''> |
| 74 | + <time datetime=2025-12-08> |
| 75 | + 08 Dec 2025 |
| 76 | + </time> |
| 77 | + |
| 78 | + <img src=''> |
| 79 | + |
| 80 | + <div class=link-href style='text-decoration:underline'> |
| 81 | + https://zoo.js.org/ |
| 82 | + </div> |
| 83 | + |
| 84 | + <div class=link-description> |
| 85 | + Javascript Engines Zoo is a nifty data grid share info about over 100 Javascript Engines. |
| 86 | + </div> |
| 87 | + |
| 88 | + </a> |
| 89 | + |
| 90 | + |
| 91 | + |
94 | 92 |
|
95 | | - <div class=link-href style='text-decoration:underline'> |
96 | | - https://www.skypack.dev/ |
97 | | - </div> |
| 93 | + <a href='https://www.skypack.dev/' target=_blank class='link-anchor no-underline'> |
98 | 94 |
|
99 | | - <div class=link-description> |
100 | | - Skypack operates like your favorite CDN but with an important difference: packages are preoptimized for browser use. |
101 | | - </div> |
| 95 | + <time datetime=2025-12-08> |
| 96 | + 08 Dec 2025 |
| 97 | + </time> |
| 98 | + |
| 99 | + <img src=''> |
| 100 | + |
| 101 | + <div class=link-href style='text-decoration:underline'> |
| 102 | + https://www.skypack.dev/ |
| 103 | + </div> |
| 104 | + |
| 105 | + <div class=link-description> |
| 106 | + Skypack operates like your favorite CDN but with an important difference: packages are preoptimized for browser use. |
| 107 | + </div> |
| 108 | + |
| 109 | + </a> |
102 | 110 |
|
103 | | - </a> |
| 111 | + </div> |
104 | 112 |
|
105 | 113 |
|
106 | 114 |
|
|
0 commit comments