Skip to content

Commit b35baff

Browse files
authored
Update factoring.html
Signed-off-by: Coding331 <[email protected]>
1 parent c10d1cf commit b35baff

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

factoring.html

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
min-height: 100vh;
1919
background-color: #f9f9f9;
2020
color: #333;
21-
opacity: 0;
22-
animation: fadeIn 1s forwards;
2321
}
2422
header {
2523
background: #2d6e7f;
@@ -50,13 +48,11 @@
5048
margin-bottom: 15px;
5149
color: #2d6e7f;
5250
text-align: center;
53-
animation: fadeIn 1s ease-in-out;
5451
}
5552
h3 {
5653
margin-top: 20px;
5754
font-size: 1.6em;
5855
color: #1e4f5b;
59-
animation: fadeIn 1s ease-in-out;
6056
}
6157
p, ol, pre {
6258
line-height: 1.6;
@@ -81,14 +77,11 @@
8177
border-radius: 5px;
8278
display: flex;
8379
align-items: center;
84-
opacity: 0;
85-
animation: fadeIn 1.5s ease-in-out forwards;
8680
}
8781
.step i {
8882
font-size: 30px;
8983
margin-right: 20px;
9084
color: #1e4f5b;
91-
animation: bounce 1.5s infinite;
9285
}
9386
.step h4 {
9487
font-size: 1.4em;
@@ -105,7 +98,6 @@
10598
text-align: center;
10699
transition: background-color 0.3s;
107100
margin: 20px 0;
108-
animation: fadeIn 2s ease-in-out;
109101
}
110102
.button:hover {
111103
background-color: #2d6e7f;

0 commit comments

Comments
 (0)