Arcaea中文维基:沙盒/styles.css:修订间差异

来自Arcaea中文维基
无编辑摘要
无编辑摘要
第12行: 第12行:
border: solid medium #E6E6FA;
border: solid medium #E6E6FA;
text-align:center;
text-align:center;
    justify-content: center;
    margin-left: auto;
    align-items: center;
    margin-right: auto;
}
}

2020年12月26日 (六) 23:02的版本

.test-hidden {display:none;}

.test-hidden-switch {display:none;}

.test-show {display:block;}

.content {

	border-radius: 2px;
	padding: 1em;
	width: 400px;
	border: solid medium #E6E6FA;
	text-align:center;
    margin-left: auto;
    margin-right: auto;
}