diff --git a/images/surveilance-car.png b/images/surveilance-car.png
deleted file mode 100644
index b67782c..0000000
Binary files a/images/surveilance-car.png and /dev/null differ
diff --git a/index.html b/index.html
index 1e861df..745e06d 100644
--- a/index.html
+++ b/index.html
@@ -161,10 +161,11 @@
My Work
-

+
-
Surveillance Car
-
A surveillance car that can be controlled with phone or PC, equipped with a camera for monitoring.
+
Self Driving Car
+
The Self-Driving Car project is an autonomous vehicle equipped with sensors that scans the environment, detecting obstacles in the route.
+ Through algorithms, it calculates the best direction to navigate, showcasing the basic fundamentals of self-driving technology.
diff --git a/style.css b/style.css
index 0073afb..57c8363 100644
--- a/style.css
+++ b/style.css
@@ -237,30 +237,30 @@ nav ul li a:hover::after {
margin-top: 50px;
}
.work {
- border-radius: 10xp;
+ border-radius: 20px;
position: relative;
overflow: hidden;
}
.work img {
width: 100%;
- border-radius: 20px;
+ border-radius: inherit;
display: block;
height: 300px;
object-fit: cover;
transition: transform 0.5s;
- margin-bottom: 30px;
+ /* margin-bottom: 30px; */
}
.work:hover .layer {
height: 100%;
- border-radius: 0 !important;
+ /* border-radius: 0 !important; */
}
.layer {
width: 100%;
height: 0;
background: linear-gradient(blue, rgb(175, 68, 181), rgb(119, 30, 173));
- border-radius: 10px;
+ border-radius: inherit;
position: absolute;
left: 0;
bottom: 0;