Quick Guide

Portfolio (Image Grid layout) https://www.w3schools.com/howto/howto_js_image_grid.asp

https://tale.violaine.xyz/35mm/vienna


Horizontal Scrollable Image Gallery https://www.w3schools.com/howto/howto_css_image_gallery_scroll.asp


Image Map https://www.w3schools.com/html/html_images_imagemap.asp


HTML Colours – 140 standard color names https://www.w3schools.com/colors/colors_names.asp

Opacity on hover

img:hover {
  filter: opacity(70%);
}

Change cursor (smaller than 50px)

{
cursor: url(XXX.png), auto !important;
}

Code block markup

<pre><code class="language-css">
</pre></code>

段落(的前一行和最後一行,用三個反引號 ``` 包裹著)

``` 第一行後面寫html/css