JBJames Bhattainblog.manojbhatta.com.np路Jun 16, 2024 路 1 min readAnchor tag within anchor tagTo 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...00
JBJames Bhattainblog.manojbhatta.com.np路Jan 29, 2023 路 1 min readOptimal Images in HTMLhttps://www.builder.io/blog/fast-images00
JBJames Bhattainblog.manojbhatta.com.np路Dec 26, 2022 路 1 min readUltimate Tools for Developers 馃洜https://dev.to/dostonnabotov/ultimate-tools-for-developers-2aj200
JBJames Bhattainblog.manojbhatta.com.np路Aug 26, 2022 路 1 min readChange GitHub default branch from master to mainStep 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...00
JBJames Bhattainblog.manojbhatta.com.np路Aug 17, 2022 路 1 min read100 underline/overlay animations | The ultimate CSS collection 馃https://dev.to/afif/100-underline-overlay-animation-the-ultimate-css-collection-4p4000