Timeline: Difference between revisions

From The Last Dimension
Jump to navigationJump to search
Content added Content deleted
(why u no work css?)
(-_-)
Line 1: Line 1:
{{#css:Timeline.css}}
{{#css:
{{#css:
.timeline-grid {
body {
display: grid;
background: pink;
grid-template-columns: auto
}
}
.cy-theokane-years {
grid-area: 1/1/2/2;
width:130px;
}
.earth-years {
grid-area: 1/2/2/3;
}
}}
}}



Revision as of 00:04, 13 May 2024


Anne