Skip to content

Commit a454d43

Browse files
authored
Update styles.css
1 parent 950c785 commit a454d43

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

styles.css

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -134,33 +134,3 @@ p {
134134
background-image: url('hardware-back2.jpg');
135135
}
136136

137-
.marquee-container {
138-
width: 100%;
139-
overflow: hidden;
140-
background-color: transparent;
141-
padding: 10px 0;
142-
position: relative;
143-
}
144-
145-
.marquee-content {
146-
display: flex;
147-
gap: 0.5px;
148-
white-space: nowrap;
149-
animation: scrollLeft 48s linear infinite;
150-
}
151-
152-
.marquee-paragraph {
153-
color: transparent;
154-
font-size: 1.2rem;
155-
min-width: max-content;
156-
}
157-
158-
/* Animation */
159-
@keyframes scrollLeft {
160-
0% {
161-
transform: translateX(100%);
162-
}
163-
100% {
164-
transform: translateX(-100%);
165-
}
166-
}

0 commit comments

Comments
 (0)