title 我的粉色空间 <style> /* 这一段代码会强制把整个网页变粉色 */ :root { background-color: #FFF0F5 !important; } body { background-color: #FFF0F5 !important; display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100vh; margin: 0; } h1 { color: #FF69B4 !important; font-size: 3rem; font-family: "Microsoft YaHei", sans-serif; } </style> 欢迎来到我的个人网站