网站公告

關於本站

為了避免擾鄰本站RSS暫時關閉。我還在摸索怎樣使用WP

如果有人討厭這個給我留言

@supports not selector(::-webkit-scrollbar) {
	:root {
		scrollbar-width: thin;
		scrollbar-color: #666 #333;
	}
}
body::before {
	content: "";
	position: fixed;
	display: block;
	width: 8px;
	height: 100vh;
	left: 0;
	top: 0;
	z-index: 6;
	background: #333;
}
body::after {
	content: "";
	position: fixed;
	display: block;
	background: #333;
	z-index: 6;
	bottom: 0;
	left: 0;
	width: 100vw;
	height: 8px
}

没有评论

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注