We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 950c785 commit a454d43Copy full SHA for a454d43
styles.css
@@ -134,33 +134,3 @@ p {
134
background-image: url('hardware-back2.jpg');
135
}
136
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