Command Palette
Search for a command to run...
Comments
Join the discussionNo comments yet. Be the first to comment.
More from this blog
Anchor tag within anchor tag
To place an link within a link, you can set the outer element's position to relative and then create an empty a tag with css property position: absolute and inset: 0 . This will be the target link for the whole card. Any other links within this eleme...
Jun 16, 20241 min read

Optimal Images in HTML
https://www.builder.io/blog/fast-images
Jan 29, 20231 min read
Ultimate Tools for Developers ๐
https://dev.to/dostonnabotov/ultimate-tools-for-developers-2aj2
Dec 26, 20221 min read
Change GitHub default branch from master to main
Step 1 Create main branch locally, taking the history from master git branch -m master main Step 2 Push the new local main branch to the remote repo (GitHub) git push -u origin main Step 3 Switch the current HEAD to the main branch git symbolic-re...
Aug 26, 20221 min read
