Actions

Work Header

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 1: Button Clicky Time

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;
}