Skip to content

Portfolio

AlexFlipnote edited this page Jun 6, 2021 · 1 revision

With Modesta, you have the power to create a fullscreen portfolio that snaps on scrolling. Keep in mind that the content you have inside each sections are for you to manage with how they look for both desktop and mobile. Modesta only provides the building block to create it easier.

Example:

<div class="portfolio-container">
  <section class="sun-flower-bg"></section>
  <section class="sun-flower-bg"></section>
  <!-- and more if you need -->
</div>

Each section is a fullscreen page, you can add colour classes to it to define what the background should be, or perhaps add your own classes with different image backgrouds. Anything you put inside the section will be used within a CSS flex that is by default, set to be centered in the middle of the screen.

Clone this wiki locally