File tree Expand file tree Collapse file tree 2 files changed +27
-0
lines changed
Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Original file line number Diff line number Diff line change 8080Verdana
8181Vijayadashami
8282waitlist
83+ webring
8384werkzeug
8485अक्टूबर
8586अगस्त
Original file line number Diff line number Diff line change @@ -18,6 +18,24 @@ import Help from "@/components/Help.astro";
1818 border: 2px solid rgb(156, 236, 235);
1919 padding: 1rem;
2020 }
21+ .webring {
22+ border: 2px outset;
23+ text-align: center;
24+ position: relative;
25+ margin: 1rem auto;
26+ top: 10rem;
27+ & p {
28+ margin: 0;
29+ padding: 0.1em;
30+ border: 2px inset;
31+ }
32+ }
33+ .site {
34+ flex: 1;
35+ margin: 0;
36+ padding: 0.1em;
37+ border: 2px inset;
38+ }
2139</style >
2240<BaseLayout meta ={ { title: " Home" }} >
2341 <h1 >Welcome to parixan.xyz</h1 >
@@ -30,4 +48,12 @@ import Help from "@/components/Help.astro";
3048 Previous Name: <output ></output >
3149 </p >
3250 </Fragment >
51+ <div class =" webring" >
52+ <p >CSS JOY Webring</p >
53+ <div style =" display: flex" >
54+ <a class =" site" href =" https://webri.ng/webring/cssjoy/previous?via=https://abcdkbd.com" >Previous Site</a >
55+ <a class =" site" href =" https://webri.ng/webring/cssjoy/random?via=https://abcdkbd.com" >Random Site</a >
56+ <a class =" site" href =" https://webri.ng/webring/cssjoy/next?via=https://abcdkbd.com" >Next Site</a >
57+ </div >
58+ </div >
3359</BaseLayout >
You can’t perform that action at this time.
0 commit comments