Browsing Tag
html
151 posts
Must know CSS code.
display:flex; 2.justify-content:center; 3.align-items:center; 4.background-image:url(./whatever-image-you-have); 5.background-repeat:no-repeat; 6.font-weight:bold; O.K You are ready to code!
How to Make a Color Picker in JavaScript?
To create an image color picker using JavaScript, CSS, and HTML, you will need to create an HTML…
Text To Speech Converter with JavaScript
Converting text to speech using HTML, CSS, and JavaScript can be done using the SpeechSynthesis API. The SpeechSynthesis…
Building a free Open-source portfolio template using HTML, CSS and JS | Part 4
On the 15th of May in 2020 I wrote here about the free open source portfolio template that…
Ditch the div Tag: Use These HTML Tags Instead
Div tags are a type of HTML element that can be used to divide a webpage into sections…
is awesome! (when “width: 100%” not working)
Dudes. Sometimes you want your to fit its “parent” with dynamic width and you do it like this:…
Backdrop-filters
Backdrop filters in CSS. This project demonstrates how CSS backdrop filters can be used to create a professional-looking…
Who’s not Afraid of Z-index?
Z-index is a CSS property that we use to alter the standard order of the HTML layers. The…
6 alternatives for div tag you need to know and use
Using more specific HTML elements instead of the tag can help improve the readability, accessibility, SEO (Search Engine…
7 websites to get inspiration for next level web design
As a developer or designer, it’s always important to stay up-to-date on the latest trends and techniques in…