Skip to content

Commit f7ff6b1

Browse files
authored
Update index.html
1 parent 6c06b72 commit f7ff6b1

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

Releases/index.html

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,25 @@
8282
footer p {
8383
margin: 0;
8484
}
85+
.download-link {
86+
color: #ff5722;
87+
text-decoration: none;
88+
font-weight: bold;
89+
display: inline-block;
90+
margin-top: 20px;
91+
padding: 10px 20px;
92+
border: 2px solid #ff5722;
93+
border-radius: 5px;
94+
transition: background-color 0.3s, color 0.3s, transform 0.3s;
95+
position: relative;
96+
overflow: hidden;
97+
}
98+
99+
.download-link:hover {
100+
background-color: #ff5722;
101+
color: #fff;
102+
transform: scale(1.1);
103+
}
85104
</style>
86105
</head>
87106
<body>

0 commit comments

Comments
 (0)