a {
	width: 20px;
	height: 10px;
}

b {
	width: calc(4 * 2px);
	height: 2px;
}

c {
	width: fit-content;
	height: auto;
}
