CSSのbackground-imageまで
To the background-attachment property
the background-attachment property specfies whether the background image should scroll or be fixed (will not scroll with th rest of the page).
Tip:If you do not see any scrollbars,tyr to resize the browser window.
style でbodyの margin-right: 220px; とすることで右から220px bodyの表示を狭める事ができる。background-attachment: fixed; でスクロールしてもbackground-imageが付いてくる。background-attachment:fixed/ scroll
youtubeの動画を載せるには、動画を右クリックして埋め込み用のURLを取得する
https://www.youtube.com/watch?v=HgzGwKwLmgM HgzGwKwLmgM /embed/に加える
動画によってはSSL環境でないと再生されないものもある。
プライバシー強化モードのチェックボックスをチェックする
μMatrixでiframeのページ内で表示されないのはこの辺が理由なのかぁ
Click the button to get your coodinates.
local ではgeolocation を使用できなかった。
Drag the W3Schools image into the rectangle:
Drag and Drop
Drag the image back and forth between the two div elements.

Hello
h1 DodgerBlue でborder 2pxで入れる。casesensitive for the color.
rgb(255,99,71)
#ff6347
hsl(9,100%,64%)
same as color name "tomato", but 50% transparent:
rgba(255,99,71,0.5)
hsla(9,100%,64%,0.5)
in addition to the predefined color names, colors can be specfied using RGB, HEX,HSL, or even transparent colors using RGBA or HSLA color values.
コメント
コメントを投稿