9 lines
198 B
Go
9 lines
198 B
Go
/* Image style */
|
|
#scrollUp {
|
|
background-image: url("../../img/top.png");
|
|
bottom: 20px;
|
|
right: 20px;
|
|
width: 38px; /* Width of image */
|
|
height: 38px; /* Height of image */
|
|
}
|