@@ -100,6 +100,7 @@ const BlogBox = () => {
100
100
>
101
101
Blog.
102
102
</ div >
103
+
103
104
< a
104
105
className = 'w-full h-[500px] md:h-[700px] bg-[#314964] flex justify-center items-center lg:w-1/2 flex-col group overflow-hidden relative'
105
106
href = 'https://taskmanagerol.github.io/Blog/2023/06/24/CSS/#CSS%E4%B8%89%E8%A7%92%E5%BD%A2%E7%BB%98%E5%88%B6'
@@ -113,16 +114,32 @@ const BlogBox = () => {
113
114
< div className = 'h-[175px] md:h-[250px] flex justify-center items-center' >
114
115
< div className = 'animate-triangle' > </ div >
115
116
</ div >
116
- < div className = 'w-4 /5 text-[#f4f5f6] tracking-[-0.3px] transition-all group-hover:mt-2 text-center mb-[40px]' > Stop using symbols.Complete a standard polygon by modifying the border, background attributes and other options</ div >
117
+ < div className = 'w-3 /5 text-[#f4f5f6] tracking-[-0.3px] transition-all group-hover:mt-2 text-center mb-[40px]' > Stop using symbols.Complete a standard polygon by modifying the border, background attributes and other options</ div >
117
118
< div className = 'absolute bg-black w-[80px] md:w-[120px] h-[40px] md:h-[60px] right-[10px] md:right-[40px] top-[-60px] transition-all ease-in-out duration-200 text-[#fff] flex justify-center items-center group-hover:top-0' >
118
119
< div className = 'mb-[20px] opacity-0 transition-all duration-200 ease-in group-hover:opacity-100 group-hover:mb-0 text-[12px] tracking-[-0.3px]' > Read more</ div >
119
120
</ div >
120
121
</ a >
121
- < div
122
- className = 'w-full min-w-[300px] h-[600px] bg-[#2b2f3c] lg:w-1/2'
123
- >
124
122
125
- </ div >
123
+ < a
124
+ className = 'w-full h-[500px] md:h-[700px] bg-[#2b2f3c] flex justify-center items-center lg:w-1/2 flex-col group overflow-hidden relative'
125
+ href = 'https://taskmanagerol.github.io/Blog/2024/01/30/Problem/#Git-Time-out'
126
+ target = '_blank'
127
+ >
128
+ < div
129
+ className = ' w-4/5 text-[#fff] text-[34px] md:text-[46px] font-black tracking-[-0.3px] font-[TT] transition-all group-hover:mb-2 flex flex-wrap justify-center items-center break-words text-center mt-[40px]'
130
+ >
131
+ Troubleshooting Timeout Issues with Git
132
+ </ div >
133
+ < div className = 'h-[175px] md:h-[250px] flex justify-center items-center' >
134
+ < div className = 'animate-typing' > </ div >
135
+ </ div >
136
+ < div className = 'w-3/5 text-[#f4f5f6] tracking-[-0.3px] transition-all group-hover:mt-2 text-center mb-[40px]' >
137
+ It must be hard to have a timeout when you've done a bunch of work, here's how to fix it
138
+ </ div >
139
+ < div className = 'absolute bg-black w-[80px] md:w-[120px] h-[40px] md:h-[60px] right-[10px] md:right-[40px] top-[-60px] transition-all ease-in-out duration-200 text-[#fff] flex justify-center items-center group-hover:top-0' >
140
+ < div className = 'mb-[20px] opacity-0 transition-all duration-200 ease-in group-hover:opacity-100 group-hover:mb-0 text-[12px] tracking-[-0.3px]' > Read more</ div >
141
+ </ div >
142
+ </ a >
126
143
</ div >
127
144
)
128
145
}
0 commit comments