사용자:하늘/EditTools.css: 두 판 사이의 차이

(새 문서: .to-top,.to-bottom { font-size: 14pt; border-radius: 0.35rem; background-color: rgb(0, 119, 255); color: rgb(255, 255, 255); position: fixed; bottom: 4px; left: 4px; cursor: p...)
 
편집 요약 없음
1번째 줄: 1번째 줄:
.to-top,.to-bottom {
#to-top,#to-bottom {
font-size: 14pt;
font-size: 14pt;
border-radius: 0.35rem;
border-radius: 0.35rem;

2021년 2월 16일 (화) 16:34 판

#to-top,#to-bottom {
	font-size: 14pt;
	border-radius: 0.35rem;
	background-color: rgb(0, 119, 255);
	color: rgb(255, 255, 255);
	position: fixed;
	bottom: 4px;
	left: 4px;
	cursor: pointer;
	transition: bottom 0.5s ease 0s;
	user-select: none;
}