This commit is contained in:
rou
2026-03-12 22:56:33 +08:00
parent 4495ae0e28
commit 710852d8d0
9 changed files with 425 additions and 11 deletions

View File

@@ -4,7 +4,29 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Fixed 与 Sticky</title>
<link rel="stylesheet" href="./starter.css" />
<style>
body{
background-color: rgb(248, 252, 255);
display: flex;
justify-content: center;
}
a{
text-decoration: none;
color: white;
background-color: rgb(5, 94, 5);
border-radius: 20px;
padding: 10px 20px;
position: fixed;
right: 20px;
bottom: 20px;
font-size: 18px;
}
.page{
wi
}
</style>
</head>
<body>
<a class="help" href="#">帮助</a>