It’s been a pleasure taking this class and learning all that I could. Especially during the pandemic, Doing my CT assignments felt like a fresh of breath air.
Author Archives: keys
design1 – Page Layout and Responsive Design with Gridlex
while using flex container we can organize all our items in a grid, Using the grid with gridlex we’ll be able to add specific code to customize our codes into rows
design1 – ADV CSS Layout with Flexbox – part 2
Flex-basis property specifies the initial length of a flexible item. Flex-grow property specifies how much the item will grow relative to the rest of the flexible items inside the same container.
design1 – Advanced CSS –Layout with Flexbox – part 1
The flex containers properties for affecting the position of flex items along the main axis and the cross axis are flex-direction and flex-wrap. Flex-direction defines which direction the container wants to stack the flex items. One values that could be used are flex-direction:row Flex-wrap specifies whether the flex items should wrap or not. One value that could […]
design1 – Last three cards
I choose whether or not each part of the cards needs additional CSS written for it to bring awareness and show on the page.
design1 – Card 2 Hero Card layout
Descending selectors are being used to work with card-main and card-feature-hero to give us the option to be more flexible with coding and targeting specific codes instead of targeting one line of code. Using these codes we could target it in the CSS through the descending selectors.
design1 – Card title links & CSS comments, variables
I’ve gotten comfortable using VS Code; when I first started using VS code it was challenging at first, but I quickly got the hand of it. One feature that I found myself using the most was and collapsing/expanding code snippets. I used the collapsing/expanding code snippets feature a lot when I see myself dealing with a […]
Recipe V4
https://docs.google.com/presentation/d/1zYRLb-ASaKjzarPVid0RZFVjiYpDa2yOWEfep7-CL4c/edit?usp=sharing
design1 – Recipe with basic css (blog post)
This is the html and css make up of my recipe page below with images of my shades and tints. I couldn’t quite get how to use the coolers website so I used a different site which was more comfortable to me. It gave me a good selection of colors to use for the make […]
Blog post Intro to CSS
The inline css online affects a single parent or document inside the html file. The Internal css affects off then elements inside of the style type tab. The external css is a separate style sheet containing the css styles. ID is more specific than and the class is more specific than element. Below is the inline […]