I recently created a landing page for a customer to sign up for car seat cleaning as part of a service partnership with a 3* branded company. During design consultation and publishing, I was using CSS to make a few changes to the More
Adobe Illustrator is low on memory (RAM)
You're working on an A4 double-sided flyer with Adobe Illustrator open, and all of a sudden, you get a message that says the job can't be completed because there's not enough memory. There's not enough memory (RAM) available. More
Using developer tools in the Safari browser
My main browser is Chrome, and to open Developer Tools in the Chrome browser, click "More Tools > Developer Tools" or type "option + command + i" as a shortcut. More
Newline tags <br>and <br/>The difference between
I wanted to display the text "Hi, do you want to be friends?", so I created an HTML file and wrote something like this <p> tag to wrap the text. <p>is short for paragraph, which means "paragraph". More
Overlaying a div on top of a div with the CSS position property
I've marked up the exhibition page, but some of the exhibits need to be finished, so I decided to stack a div on top of a div to show an early finish. CSS position More