User:Star0/styles.css

来自Arcaea中文维基
< User:Star0
Star0讨论 | 贡献2021年6月18日 (五) 18:42的版本
			body {
				background-color: #e4eff3;
			}


			.box {
				position: absolute;
				left: 50%;
				top: 400px;
				margin-left: -40%;
				margin-top: -300px;
				width: 80%;
				height: 600px;
				background: #ffffff;
				line-height: 72px;
				font-size: 36px;
				text-align: center;

				border-radius: 2%;



			}

			.circleImg {
				border-radius: 100%;
				width: 100px;
				height: 100px;

				position: absolute;
				z-index: 2;
				left: 50%;
				top: 102.5px;
				margin-left: -50px;
				margin-top: -50px;

				border-style: solid;
				border-width: 2.5px;
				border-color: #FFFFFF;
			}