You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
547 B
18 lines
547 B
<!DOCTYPE html>
|
|
<html lang="zh">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<style>
|
|
html {
|
|
text-align: center;
|
|
background: linear-gradient(135deg, #3023ae 0%, #c86dd7 100%);
|
|
cursor: none;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div style="text-align:center;width:120px;height:120px;position:fixed;top:50%;left:50%;margin-left:-60px;margin-top:-60px;background: #2C3E50;padding: 20px;box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.37)">
|
|
<img src="oval.svg" style="width:100%;height:100%;">
|
|
</div>
|
|
</body>
|
|
</html>
|