eu sou um texto que vai para a esquerda

fim

.text-wrapper { height: 250vh; background: #eee; position: relative; z-index: 0; } .text-wrapper2 { height: 100vh; background: #fff; position: relative; z-index: 2; } .text-container { display: block; white-space: nowrap; overflow: hidden; position: fixed; top: 30%; width: 100%; } h2, .h1 { font-size: 120px; word-break: keep-all; color: #444; transform: translateX(0px); margin-left: 30%; /* começa no meio*/ } h2 { padding: 50px 0; margin: 0; text-align: center; }

2