w3schools

Read more...

https://www.w3schools.com/howto/howto_css_timeline.asp

Sep 2020

粉橙紅🍊 v3.0

Dec 2020

Violaine ☁️

Mar 2021

🌊 Sea, Swallow Me

Jan 2022

🐤 Milk & Kisses

Apr 2022

Rilkean Heart🍃

Oct 2022

Eyes are Mosaics⚡

Read more...

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

  • Example:

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

  • html
<pre><code class="language-css">
</pre></code>
  • markdown

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

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