Monthly Archive: October 2021

27
Oct
2021

CSS style setup

1.Div 设置CSS 背景透明: div {  background: rgba(76, 175, 80, 0.3) /* Green background with 30% opacity */} 2.设置图片width and height: <img src=”img_girl.jpg” alt=”Girl in a jacket” width=”500″ height=”600″>

24
Oct
2021

Bitbucket git

Add a repository Clone this repository on bitbucket. Get the git link like:git clone https://stevewenonline@bitbucket.org/stevewenonline/epaper-homepage.git Clike Clone in VS Code. Will open a VS Code, then...