You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
187 B
16 lines
187 B
#pastevents{
|
|
position: fixed;
|
|
top: -1em;
|
|
right: 3em;
|
|
height: 14em;
|
|
}
|
|
|
|
#upcomingevents{
|
|
position: fixed;
|
|
top: -2.5em;
|
|
right: 6em;
|
|
height: 14em;
|
|
}
|
|
#pastevents:hover{
|
|
z-index: 1;
|
|
}
|
|
|