Scrolling up text
- ilovecreatives
- Squarespace Design Course
- Curriculum Production
- Web Design
- Graphic Design Course
- Web Development
- Email Development
- Creative Copywriter Course
- Web Design & Development
- Email Development
- Workbook Layout Design
- Shopify Course
- Web Design & Development
- Email Development
- Finance Friends Forever
- Web Design & Development
- Email Development
- High Level Intern with KkCo
- Web Development
- Email Development
- Internet Gems
- Content Curation
- other projects
- Sophia Schrank
- Web Design & Development
- Purchase the template↗
- Pedro
- Web Design & Development
- Purchase the template↗
- Shoyokoko
- Web Design & Development
- Drink Good Coffee
- Web Design & Development
- JJosue Photography
- Web Redesign & Development
- Arch & Point
- Web Redesign & Development
- ilovecreatives
- Squarespace Design Course
- Curriculum Production
- Web Design
- Graphic Design Course
- Web Development
- Email Development
- Creative Copywriter Course
- Web Design & Development
- Email Development
- Workbook Layout Design
- Shopify Course
- Web Design & Development
- Email Development
- Finance Friends Forever
- Web Design & Development
- High Level Intern with KkCo
- Web Development
- Email Development
- Internet Gems
- Content Curation
- other projects
- Sophia Schrank
- Web Design & Development
- Purchase the template↗
- Pedro
- Web Design & Development
- Purchase the template↗
- Shoyokoko
- Web Design & Development
- Drink Good Coffee
- Web Design & Development
- JJosue Photography
- Web Redesign & Development
- Arch & Point
- Web Redesign & Development
/*VERTICAL MARQUEE********************/
.viewbox {
background: none;
height: 350px;
width: 100% !important;
overflow: hidden;
position: relative;
}
ul.titles {
margin: 0;
padding: 0;
list-style-type: none;
font-family: 'Lausanne-250';
font-size: 12px;
text-align: left;
line-height: 1.1em;
text-transform: uppercase;
}
.name_title {
text-transform: none;
text-decoration: underline .3px solid #000;
}
.name_description {
font-family: 'IBM-Plex-Mono';
font-size: 10px;
}
.text-animation {
animation-name: vertical-marquee;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-duration: 40s;
}
&:hover {
animation-play-state: paused;
}
@keyframes vertical-marquee {
from {
transform: translatey(0)
}
to {
transform: translatey(-50%)
}
}