Saturday, January 7, 2023

74/365: Routing With Grid

 The design of my capstone app for this class has a nav bar on the top, the main content in the middle, and a footer at the bottom. The challenge is that the content in the middle is variable and depends on the route of the app. This was accomplished by defining grid column template areas with a Main section, and any content that routes to the main area of the app can be defined to this grid template area. It took me a while to understand how the routes interact with the layout, but I've begun to understand it now with the help of the developer tools. I need to find a good extension for Brave to visualize grid lines. 



No comments:

Post a Comment

190: Sablier

 The CodeHawks platform has an upcoming audit on the Sablier protocol, so I decided to read through the docs and familiarize myself with the...