Search Result for: Design Category

Articles

Digital Marketing 101: Create a Simple Digital Campaign

A Guide to Digital Marketing PDF for startups and businesses just starting out without a digital
Read More

What is mobile-first design, and why is it so important in 2021?

A mobile-first design is a web development strategy that focuses on designing for mobile
Read More

Get your Discord Emoji on your server

I always love the look of Emojies on our Discord channel, here is how you can get an emoji up and running on your discord channel quickly. Follow these steps once you are in your
Read More

Replacing text with Font awesome

This replaces a bit of text in a div with some font awesome
Read More

Adding sharpness to an image in Affinity photo

Follow thee following steps to add sharpness to an affinity photo image. Open image and select the layer Go to Layer > New Live Filter Layer > Unsharp Mask Filter Adjust
Read More

CSS Odd even rows

Use the following CSS code to add a style to odd or even div elements or entries: .row{ &:nth-child(odd){   background-color: darken($grey,3%); } &:nth-child(even){
Read More

Responsive YouTube video embed in page, get the ratios right

Use the following code to embed your YouTube videos in your
Read More

XMP – Great to embed code for documentation

Use the XMP tag to embed code for your
Read More

CSS expanding text ellipsis dots (…)

If a title or text within a H1 or H2 tag is too large and to prevent the text from wrapping or breaking a column use the following bit of code which will embed (...) instead of
Read More