aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/web/hello-world/index.css
blob: 41b0b298dc0da492c96369a65a36ededb52159d5 (plain)
1
2
3
4
5
6
7
#container {
	background: #efefef;
	padding: 10px;
	border-radius: 4px;
	user-select: none;
	cursor: pointer;
}