Welcome

A container is placed inside the body, this is what stores the whole navigation. Its position is set to flex, so that we can keep the content centered. After 640px, we use the grid on the parent container to place the two visible child containers side by side.

There are two containers that are hidden interchangebly depending on viewport size. One is only shown below 640px, with a toggler that displays the menu if triggered. Above 640px, the other container is displayed instead, with the menu listed horizontally.

Splash Container

A container is placed inside the body, this is what stores the whole navigation. Its position is set to flex, so that we can keep the content centered. After 640px, we use the grid on the parent container to place the two visible child containers side by side.

Our wings are small but the ripple

of the heart is inifinite
Types oF Jewelry
Placeholder Picture
Necklaces
Saturday 12/18

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque nibh risus, sagittis nec suscipit nec, mollis laoreet eros. Donec faucibus, libero id faucibus scelerisque, justo justo nullam sodales.

Sign Up
Placeholder Picture
Bracelts
Saturday 12/18

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque nibh risus, sagittis nec suscipit nec, mollis laoreet eros. Donec faucibus, libero id faucibus scelerisque, justo justo nullam sodales.

Sign Up
Placeholder Picture
Product 3
Saturday 12/18

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque nibh risus, sagittis nec suscipit nec, mollis laoreet eros. Donec faucibus, libero id faucibus scelerisque, justo justo nullam sodales.

Sign Up

Option 2 for display of products and description

Bracelets

Saving Souls

Pasting in the Hover Quote container then adding some visual touchups helped in the creation of this baby. 

Necklaces

tHE GRID

Nothing too special here - the grid is  making the columns stand side to side by the second breakpoint. The grid has a gap of 2 ems in between each row and column.

Saving Souls

Saving Souls

Pasting in the Hover Quote container then adding some visual touchups helped in the creation of this baby. 

Walk the Paw

tHE GRID

Nothing too special here - the grid is making the columns stand side to side by the second breakpoint. The grid has a gap of 2 ems in between each row and column.

About the Designer

helping one another

4 Square Grid

Four containers have been placed into one grid container. In the grid, each container is made to take up 1 fr. in width and 500px in height We used Flex controls for each container to keep the content centered. After that the links were a matter of designing along with adding some Hover transitions. Nulla quis sem at nibh elementum imperdiet. Duis sagittis ipsum. Praesent mauris. Fusce nec tellus sed augue semper porta. Mauris massa. 

Meet more

Working with grid areas

Rearranging the order of your containers is usually a laborous task, but with CSS Grid you can do this easily. Simply give each of these 4 containers its own ID, then head back to the parent container grid. Open up the grid editor and create 4 grid area names. To keep things simple, I named them image-1, content-1, image-2, content-2. Then assign these grid-areas to the container's ID, using the Apply Styles To dropdown. Now, if you want the container to be arraged a certain way, simply open up the grid editor and rename the are to the location you want it to be under. 

Meet more