UPDATE
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user