Actions
Work Header
-
Rating:
-
-
Archive Warnings:
-
-
Fandoms:
-
-
Additional Tags:
-
-
Language:
-
English
- Stats:
-
- Published:
- 2024-09-09
- Updated:
- 2024-09-18
- Words:
- 369
- Chapters:
- 5/?
- Kudos:
- 5
- Hits:
- 77
Programming
Summary:
This is not a story. This is me experimenting with HTML and other capabilities on AO3.
There might be something cool on here eventually?
I'm not going to stop you from reading but feel free to ignore.
Chapter Text
CSS Tabbing
Hello1
Hello2
Hello3
Hello4
Tab 1
Tab 2
Tab 3
#workskin .tabbed {
display: none;
padding-top: 150px;
top: -150px;
position: absolute;
}
#workskin .tabbed:target {
display: inline;
text-decoration: none;
border: none;
}
#workskin .tab {
padding: 5px;
border: thin solid black;
position: relative;
z-index: 2;
}
#workskin .displaybox {
border: thin solid black;
width: 100%;
min-height: 5em;
position: relative;
}
#workskin .displaybox p {
margin: 0;
}
Actions
Kudos
Sorry, this work doesn't allow non-Archive users to comment.
You can however still leave Kudos!