You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried to define two areas that change when scrolling. In addition I have redesigned the fade example and tries to enclose individually with an additional <section class = "container"> both areas.
Here's an example of what I want to do:
<section class="container col span_2_of_3">
<section class="panel">
<b>ONE-left</b>
</section>
</section>
<section class="container col span_1_of_3">
<section class="panel">
<b>ONE-right</b>
</section>
</section>
I have tried to define two areas that change when scrolling. In addition I have redesigned the fade example and tries to enclose individually with an additional
<section class = "container">
both areas.Here's an example of what I want to do:
CSS:
The text was updated successfully, but these errors were encountered: