ATTENTION! The process of updating WiKi to version Eco 10.x has begun. Those wishing to participate can find out more Information on our ECO Contribution Wiki Discord.

Template:Template Sandbox/Demian/StylesTest/styles.css

From Eco - English Wiki
Revision as of 18:34, 9 April 2022 by Demian (talk | contribs) (Created page with "div.my-style { width: 20em; height: 10em; background-color: orangered; } span.big-text { font-size: 2em; font-weight: bold; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
div.my-style {
	width: 20em;
	height: 10em;
	background-color: orangered;
}

span.big-text {
	font-size: 2em;
	font-weight: bold;
}