mirror of
https://github.com/hamburghammer/gohttpserver.git
synced 2024-12-23 06:57:40 +01:00
16 lines
254 B
CSS
16 lines
254 B
CSS
|
/* Image style */
|
||
|
|
||
|
#scrollUp {
|
||
|
/*background-image: url("../imgs/top.png");*/
|
||
|
bottom: 5px;
|
||
|
right: 20px;
|
||
|
width: 38px;
|
||
|
/* Width of image */
|
||
|
height: 38px;
|
||
|
/* Height of image */
|
||
|
}
|
||
|
|
||
|
#scrollUp:after {
|
||
|
content: "Scroll to top";
|
||
|
}
|