diff --git a/brakes.html b/brakes.html
new file mode 100644
index 0000000..67d8318
--- /dev/null
+++ b/brakes.html
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
© 2025 My Company. All rights reserved.
+
+
+
\ No newline at end of file
diff --git a/index.js b/index.js
new file mode 100644
index 0000000..e69de29
diff --git a/justcarinfo.html b/justcarinfo.html
new file mode 100644
index 0000000..c7ef58f
--- /dev/null
+++ b/justcarinfo.html
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+
+
+
+
JustCarInfo
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/nhtsa.html b/nhtsa.html
new file mode 100644
index 0000000..4a8fbd8
--- /dev/null
+++ b/nhtsa.html
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
NHTSA
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/safetypic.png b/safetypic.png
new file mode 100644
index 0000000..a6f21ef
Binary files /dev/null and b/safetypic.png differ
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..53cc285
--- /dev/null
+++ b/style.css
@@ -0,0 +1,236 @@
+* {
+
+ margin: 0%;
+ padding: 0%;
+ color: greenyellow;
+ text-decoration: none;
+
+
+}
+
+li {
+
+ list-style-type: none;
+
+}
+
+
+body {
+
+
+ min-height: 100vh;
+ text-align: center;
+ align-content: center;
+ background-image: url(carbackground.jpg);
+ background-size: cover;
+ background-repeat: no repeat;
+ background-position: center center;
+ font-family:'Times New Roman', Times, serif;
+
+
+
+}
+
+
+
+.carousel{
+
+ margin: 100px auto;
+ width: 90%;
+ border: 5px gray;
+ display: flex;
+ overflow-x: auto;
+ gap: 1em;
+
+
+}
+
+.carousel::-webkit-scrollbar {
+
+ display: none;
+
+}
+
+.group {
+
+ display: flex;
+ align-content: center;
+ justify-content: center;
+ gap: 1em;
+ animation: spin 50s infinite linear;
+ padding-right: 1em;
+
+
+}
+
+.card {
+
+ flex: 0 0 5em;
+ height: 5em;
+ padding: 1em;
+ background: none;
+ font-size: 3rem;
+ border-radius: .2em;
+ text-align: center;
+ align-content: center;
+
+
+
+}
+
+@keyframes spin {
+
+ from {translate: 0;}
+ to {translate: -100%}
+
+}
+
+@media (max-width: 600px ) {
+ .logo {
+ font-size: 16px;
+ }
+
+ .links {
+ font-size: 12px;
+ padding: 0.3rem 0.5rem;
+ }
+
+
+
+}
+
+.brakes {
+
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ background-image: url(brakespic.jpg);
+ background-size: cover;
+ background-repeat: no-repeat;
+ background-position: center center;
+ min-height: 100vh;
+ height: 750px;
+ font-size: 100px;
+
+}
+
+.Electrical_Electronics {
+
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ background-image: url(electrical_electronicspic.jpg);
+ background-size: cover;
+ background-repeat: no-repeat;
+ background-position: center center;
+ min-height: 100vh;
+ height: 750px;
+ font-size: 100px;
+}
+
+.engine {
+
+display: flex;
+justify-content: center;
+align-items: center;
+background-image: url(enginepic.jpg);
+background-size: cover;
+background-repeat: no-repeat;
+background-position: center center;
+min-height: 100vh;
+height: 750px;
+font-size: 100px;
+
+}
+
+.suspension {
+
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ background-image: url(suspic.jpg);
+ background-size: cover;
+ background-repeat: no-repeat;
+ background-position: center center;
+ min-height: 100vh;
+ height: 750px;
+ font-size: 100px;
+
+}
+
+.tires {
+
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ background-image: url(tirepic.jpg);
+ background-size: cover;
+ background-repeat: no-repeat;
+ background-position: center center;
+ min-height: 100vh;
+ height: 750px;
+ font-size: 100px;
+
+
+}
+
+.nhtsa {
+
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ background-image: url(safetypic.png);
+ background-size: 50%;
+ background-repeat: no-repeat;
+ background-position: center center;
+ min-height: 100vh;
+ height: 750px;
+ font-size: 100px;
+
+}
+
+.doityourself {
+
+ display: flex;
+ flex-direction: column;
+ justify-content: center;
+ align-items: center;
+ background-image: url(doityourselfpic.jpg);
+ background-size: cover;
+ background-repeat: no-repeat;
+ background-position: center center;
+ min-height: 100vh;
+ height: 700px;
+ font-size: 75px;
+}
+
+.Drivetrain {
+
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ background-image: url(drivetrainpic.jpg);
+ background-size: cover;
+ background-repeat: no-repeat;
+ background-position: center center;
+ min-height: 100vh;
+ height: 750px;
+ font-size: 100px;
+
+}
+
+.transmission {
+
+ display: flex;
+ flex-direction: column;
+ justify-content: center;
+ align-items: center;
+ background-image: url(transmissionpic.jpg);
+ background-size: cover;
+ background-repeat: no-repeat;
+ background-position: center center;
+ min-height: 100vh;
+ height: 650px;
+ font-size: 50px;
+
+}
\ No newline at end of file
diff --git a/suspension.html b/suspension.html
new file mode 100644
index 0000000..e9b8d7d
--- /dev/null
+++ b/suspension.html
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
Suspension
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/suspic.jpg b/suspic.jpg
new file mode 100644
index 0000000..c76f41b
Binary files /dev/null and b/suspic.jpg differ
diff --git a/tirepic.jpg b/tirepic.jpg
new file mode 100644
index 0000000..dd663e0
Binary files /dev/null and b/tirepic.jpg differ
diff --git a/tires.html b/tires.html
new file mode 100644
index 0000000..970783e
--- /dev/null
+++ b/tires.html
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+
+
+
+
Tires
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/transmission.html b/transmission.html
new file mode 100644
index 0000000..3e105e4
--- /dev/null
+++ b/transmission.html
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
+
Transmission
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/transmissionpic.jpg b/transmissionpic.jpg
new file mode 100644
index 0000000..fca0c36
Binary files /dev/null and b/transmissionpic.jpg differ