分享一下
Myfocus:
https://pan.baidu.com/s/1dC4vh05wp4WzyAANFcj47g
8aj2
Myfocus:
https://pan.baidu.com/s/1dC4vh05wp4WzyAANFcj47g
8aj2
2020-08-18
link href 與 script src 有什么區別?
分別代表什么?
我混亂了,有哪位大佬幫我解解惑。
分別代表什么?
我混亂了,有哪位大佬幫我解解惑。
2020-04-27
*{margin:0;padding:0;}
.newsBox{
min-height:300px;
_height:300px;
width:800px;
padding:5px;
.newsBox{
min-height:300px;
_height:300px;
width:800px;
padding:5px;
2020-03-05
新聞中心制作(二)
圖片編輯六要素:大小、邊距、邊框、位置、浮動、背景;
文字編輯八要素:大小、邊距、邊框、位置、浮動、行高、背景、顏色;
圖片編輯六要素:大小、邊距、邊框、位置、浮動、背景;
文字編輯八要素:大小、邊距、邊框、位置、浮動、行高、背景、顏色;
2020-02-28
完美
<!--在此定義一個類選擇器myBox,根據要求設置相關CSS屬性-->
<style type="text/css">
.myBox{
width:200px;
height:100px;
border:1px solid red;
margin-top:10px;
padding-left:15px;
}
</style>
</head>
<body>
<!--在此添加一個div標簽,并設置其class屬性為myBox-->
<div class="myBox">Hello World</div>
</body>
</html>
<!--在此定義一個類選擇器myBox,根據要求設置相關CSS屬性-->
<style type="text/css">
.myBox{
width:200px;
height:100px;
border:1px solid red;
margin-top:10px;
padding-left:15px;
}
</style>
</head>
<body>
<!--在此添加一個div標簽,并設置其class屬性為myBox-->
<div class="myBox">Hello World</div>
</body>
</html>