写一个红色网站的代码
<!DOCTYPE html>
<html>
<head>
<title>红色网站</title>
<style>
body {
background-color: #ff0000;
}
<pre><code> h1 {
color: #ffffff;
text-align: center;
font-size: 4em;
margin-top: 100px;
}
p {
color: #ffffff;
font-size: 2em;
text-align: center;
margin-top: 50px;
}
</style>
</code></pre>
</head>
<body>
<h1>欢迎来到红色网站</h1>
<p>这是一个红色主题的网站</p>
</body>
</html>
原文地址: https://www.cveoy.top/t/topic/cTwD 著作权归作者所有。请勿转载和采集!