Difference between revisions of "Template:Team:NUS Singapore/CSS"

Line 5,297: Line 5,297:
 
border-width: 5px;
 
border-width: 5px;
 
overflow: auto;
 
overflow: auto;
 +
}
 +
.go-top {
 +
position: fixed;
 +
bottom: 2em;
 +
right: 2em;
 +
text-decoration: none;
 +
color: white;
 +
background-color: rgba(0, 0, 0, 0.3);
 +
font-size: 12px;
 +
padding: 1em;
 +
display: none;
 +
}
 +
 +
.go-top:hover {
 +
background-color: rgba(0, 0, 0, 0.6);
 
}
 
}
 
</style>
 
</style>
 
</html>
 
</html>

Revision as of 08:56, 14 October 2016