优雅黑色背景,屏幕上打印成功字样 - 简洁网页代码
<!DOCTYPE html>
<html>
<head>
<style>
body {
background-color: #000000;
color: #ffffff;
text-align: center;
font-family: Arial, sans-serif;
}
<p>.success-message {
font-size: 24px;
margin-top: 200px;
}
</style></p>
</head>
<body>
<div class="success-message">成功</div>
</body>
</html>
原文地址: https://www.cveoy.top/t/topic/pvLr 著作权归作者所有。请勿转载和采集!