Adding an icon in the title of the head :
Editing scrollbar (code in the <style>):
Adding an image for a cursor (recommanded size 16x16, 32x32) in style:
Editing a, a:hover :
ul list in a nav-bar using iframe (100% height&width) to display (creating the page.html separately then linking in the a) :
Using img src/onmouseout to onmouseover link to a :
tree view (https://www.w3schools.com/howto/howto_js_treeview.asp)
toggle dark mode (https://www.w3schools.com/howto/howto_js_toggle_dark_mode.asp)
online detection (https://www.w3schools.com/howto/tryit.asp?filename=tryhow_js_offline_detection)
redirect a webpage https://www.w3schools.com/howto/tryit.asp?filename=tryhow_js_redirect_webpage
Vertical-align MIDDLE
DRAG and DROP ( http://www.dynamicdrive.com/dynamicindex11/domdrag/index.htm)
GREENGARDEN project
LAIN font
Add comment html
Add comment CSS
Add comment script / py
text
img:hover { /* Start the shake animation and make the animation last for 0.5 seconds */ animation: shake 0.5s; @keyframes shake { 0% { transform: translate(1px, 1px) rotate(0deg); } 10% { transform: translate(-1px, -2px) rotate(-1deg); } 20% { transform: translate(-3px, 0px) rotate(1deg); } 30% { transform: translate(3px, 2px) rotate(0deg); } 40% { transform: translate(1px, -1px) rotate(1deg); } 50% { transform: translate(-1px, 2px) rotate(-1deg); } 60% { transform: translate(-3px, 1px) rotate(0deg); } 70% { transform: translate(3px, 1px) rotate(-1deg); } 80% { transform: translate(-1px, -1px) rotate(1deg); } 90% { transform: translate(1px, 2px) rotate(0deg); } 100% { transform: translate(1px, -2px) rotate(-1deg); } }POPOVER
blabla
trying meta description :