1. 陰影
盒子和文字的陰影
>
charset
="utf-8"
>
name
="viewport"
content
="width=device-width, initial-scale=1.0"
>
>
documenttitle
>
>
*.box
*/}p.box
.box:hover
style
>
head
>
style
="background-color
: #eee;
">
class
="box"
>
div>
body
>
**2.css權重 **
>
charset
="utf-8"
>
name
="viewport"
content
="width=device-width, initial-scale=1.0"
>
>
documenttitle
>
>
/* #box11 */
.container div
.box
/* div */
style
>
head
>
>
class
="container"
>
class
="box"
id="box11"
style
="color
: pink;
">
我是div標籤
div>
div>
body
>
3. flex布局
flex布局相對於float更加便捷,不用擔心布局父元素的塌陷問題。
主要的語句有dispaly:flex
>
charset
="utf-8"
>
name
="viewport"
content
="width=device-width, initial-scale=1.0"
>
>
documenttitle
>
rel=
"stylesheet"
href
="../通用樣式.css"
>
>
ul.box1,.box2
.box3
style
>
head
>
>
>
class
="box1"
>
li>
class
="box2"
>
li>
class
="box1"
>
li>
class
="box2"
>
li>
class
="box3"
>
li>
ul>
body
>
>
charset
="utf-8"
>
name
="viewport"
content
="width=device-width, initial-scale=1.0"
>
>
documenttitle
>
rel=
"stylesheet"
href
="../通用樣式.css"
>
>
ulli
style
>
head
>
>
>
class
="box1"
>
1li>
class
="box2"
>
2li>
class
="box3"
>
3li>
ul>
body
>
>
ulli
style
>
>
ulli
style
>
>
ulli
style
>
Linux初識第六天
man page 與info page 1.whatis相當於man f,apropos相當於man k後面都是跟命令或者是資料 2.不要背命令,記住幾個主要的命令,用man查詢,tab補全命令等 man page的幾個部分 代號 代表內容 1 使用者在shell環境中可以操作的命令或可執行檔案 2...
第六天 風氣
第六天 風氣 答 人有了,就得定規矩,否則就是一幫烏合之眾,而不是團隊。1必須朝九晚五。嚴格控制員工手裡有辦公室鑰匙。下班必須準時鎖門,員工準時離開。斷公司外網。要加班必須上級主管簽字,更不准在辦公室留宿,洗澡。這一條很重要,不要讓程式設計師活得像個浪子,精神恍惚,口中神叨,鬍子拉碴,這都是浮動工作...
開課第六天
今天是開課第六天,老師上午沒有講課,講了一上午的題,下午又講了新知識,如下 1 順序結構 從上到下順序進行。2 分支結構 if boolean表示式 else switch 值 case 值 break case 值 break switch 執行流程,switch的值和case的值一一比較,如果一...