Command Palette
Search for a command to run...
Updated
โข1 min readComments
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
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

100 underline/overlay animations | The ultimate CSS collection ๐ฅ
https://dev.to/afif/100-underline-overlay-animation-the-ultimate-css-collection-4p40
Aug 17, 20221 min read