1.今天学到了
1.今天学会了如何安装小乌龟和上传文件至码云
在成功安装完小乌龟后在该文件夹“HTMLDiYiJieDuan”邮件选择GIT commit>"master",点击all与Add signed-off-by以及在上方打些字(不能用中文)。
随即点击COMMIT&push,等待发送成功即可。
2.如何将背景带有阴影
//在设置
<ul class="content">
<li class="one">

<a href=""></a>
</li>
//修饰
.sixth ul li{
width: 25%;
height: 200px;
float: left;
box-sizing: border-box;
}
.sixth ul li:not(:first-child){
border-left: 1px solid #999999;
}
.sixth .trend .content>li{
position: relative;
}
.sixth ul li:hover >a {
width: 100%;
height: 100%;
display: block;
position: absolute;
top: 0;
box-shadow: 0 0 20px 2px #e6e6e6 inset;
}
今天熟悉了
1.今天学会了如何安装小乌龟和上传文件至码云
在成功安装完小乌龟后在该文件夹“HTMLDiYiJieDuan”邮件选择GIT commit>"master",点击all与Add signed-off-by以及在上方打些字(不能用中文)。
随即点击COMMIT&push,等待发送成功即可。
2.如何将背景带有阴影
//在设置
<ul class="content">
<li class="one">

<a href=""></a>
</li>
//修饰
.sixth ul li{
width: 25%;
height: 200px;
float: left;
box-sizing: border-box;
}
.sixth ul li:not(:first-child){
border-left: 1px solid #999999;
}
.sixth .trend .content>li{
position: relative;
}
.sixth ul li:hover >a {
width: 100%;
height: 100%;
display: block;
position: absolute;
top: 0;
box-shadow: 0 0 20px 2px #e6e6e6 inset;
}
3.今天不熟
暂时没有