holly bournevilleMake side by side divs the same height and evenly distributing the space using CSS Flex boxI’m sure you will come across this situations many times in your coding journey where you have divs next to each other that need to be the…Jul 21, 2023Jul 21, 2023
holly bournevilleHow to access a string “key” in Vue that includes hyphens, spaces or other special charactersUsually in Vue, you would use the dot . notation to access a normal key, but when you have a key that has spaces or special characters you…Jul 11, 2023Jul 11, 2023
holly bournevilleHow You Can Device Test Iphones and Apple Devices For Free Using XcodeFirstly make sure you download Xcode onto your computer , i think its only available for download on Mac, sorry windows users!May 25, 2023May 25, 2023
holly bourneville6 Ways To Become A More Efficient Web Developer Using ChatGPTAs a web developer I used ChatGPT every day it’s such an amazing resource.May 17, 2023May 17, 2023
holly bournevilleUsing SASS to Select All Elements Except the FirstIf you are a web developer there would be many times that you need to apply styles for all elements but the first. One place that instantly…May 17, 2023May 17, 2023
holly bournevilleHow To Quickly Remove The Background Of An Image Using Only Your iphoneThis is such a quick and easy way to remove the background from a photo using only your iphone! No apps needed!May 15, 2023May 15, 2023
holly bournevilleBootstrap @mixin make-col($size, $columns: $grid-columns) Explained!This article does require a basic understanding of Bootstrap Grids and is only to explain the @mixin make-col and the variables contained…Feb 20, 2023Feb 20, 2023
holly bournevilleStyling a Child Element Based on the Class of a Parent Element in SASS/SCSSHave you ever needed to style a child element only if the parent element has a specific class?Feb 16, 2023Feb 16, 2023
holly bournevilleHow to conditionally bind ONE class to an element in VUEI had a hard time trying to find the answer to this on stack overflow so I thought I would write a quick little article in case any one…Feb 16, 2023Feb 16, 2023
holly bournevilleCoding a Simple Textarea Character Counter With VueUsing vue to code a text area character counter is easy! in a few simple steps you can have one up and working.Mar 23, 20222Mar 23, 20222