Skip to content

Commit a4acf6f

Browse files
committed
feat:BlogBox2 finish
1 parent 2c57766 commit a4acf6f

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

app/globals.css

+3-1
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,8 @@
136136
}
137137
}
138138

139+
140+
139141
.animate-typing{
140142
position: relative;
141143
}
@@ -151,6 +153,6 @@
151153
overflow: hidden;
152154
color: #fff;
153155
width: 0;
154-
animation: typing 1.5s steps(9) .5s forwards, blink 0.75s step-end 5,disappear 0.15s 4s forwards,warning 0.5s 5s forwards ;
156+
animation: typing 1.5s steps(9) .5s forwards, blink 0.75s step-end 10,disappear 0.15s 8s forwards,warning 0.5s 9s forwards ;
155157
}
156158

app/page.tsx

-5
Original file line numberDiff line numberDiff line change
@@ -157,11 +157,6 @@ const ProjectBox = () => {
157157
>
158158
Project.
159159
</div>
160-
<div
161-
className='w-1/2 min-w-[300px] bg-[#616161]'
162-
>
163-
164-
</div>
165160
</div>
166161
)
167162
}

0 commit comments

Comments
 (0)