Lauren Delmar
@lrdelmarAll solutions
Four Card Feature with SASS
#sass/scssSubmitted 4 months agoI chose to keep everything inside the grid. I have a min height and width on the cards which made grid alignment a little trickier. I wasn't sure if there was another way to fix the height/width of the cards without affecting the grid layout. I didn't want them to grow/shrink but wondering if I could have used a different method to achieve the same results. Thought about putting the headings outside the grid but the gap was too big. Also I was assuming this would be the component within a page so it should be all in one container.
Responsive Product Preview Card using SASS
#sass/scssSubmitted 4 months agoI could probably structure the SASS folders better next time, it's new to me so it's a learning process at this point. Any feedback on whether I could have done anything differently to make the code simpler would be appreciated.
Responsive Recipe Page
Submitted 5 months agoHow would you get the lists to align and the text so it doesn't wrap immediately underneath the bullet point?
Social Links Profile
Submitted 5 months agoIs there something more I could do in terms of responsiveness? I can see it scales appropriately for larger screens and mobiles but it doesn't adapt as I change the size of my window. Is that necessary?
Blog Preview Card updated HTML and CSS
Submitted 5 months agoI am working towards being a front-end web developer so if there are any tips you have or issues still with my code then I would appreciate your feedback so that on my next projects I can implement these changes
Blog Preview Card
Submitted 5 months agoWould it be better to make the size of smaller elements like the 'tag' in this project as a fixed size e.g. 50px than set it as a relative %? Have I used @media in the correct way? I had to set max-width for mobile to 376px.