PinnedPublished inLevel Up CodingRecreating YouTube Using HTML and CSSIn this chapter, we will put everything we have learned so far together to recreate YouTube using only HTML and CSS…Dec 21, 20231Dec 21, 20231
PinnedPublished inDev GeniusCreate a Modern Application with Django and VueIn this tutorial, we are going to discuss how to create a modern single-page application using Django as the backend, Vue as the frontend…Apr 18, 20232Apr 18, 20232
Published inLevel Up CodingHow to Style Lists Using CSSThere are three different types of lists in HTML: ordered, unordered, and description lists…Feb 10Feb 10
Published inStackademicFunctions and @rules in CSSFunctions are special statements in CSS that add programmatic characteristics to the language…Feb 10Feb 10
Published inDev GeniusHow to Create Links in Web PagesHyperlink is another HTML element we must discuss. They are found on almost all websites, connecting one webpage to another.Feb 7Feb 7
Published inLevel Up CodingHow to Customize Text Alignment & Text Spacing in CSSBesides the font and text customization properties discussed in the previous lesson, there’s another group of properties that allows you…Feb 4Feb 4
Published inLevel Up CodingTypography for Modern Web DesignText is one of the most important elements on a webpage, as the majority of information on the webpage is expressed through written…Feb 4Feb 4
Published inLevel Up CodingExploring Colors in CSSIn this lesson, we’ll delve into different ways to modify colors in CSS. You’ll learn how to use color names, HEX codes, RGB values, and…Jan 31Jan 31
Published inLevel Up CodingIntroducing CSS SelectorsNow that we have covered some basic HTML tags, it’s time to explore how to enhance their visual presentation using CSS. In this lesson, we…Jan 21Jan 21