web day2 作业

1.

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>互动栏</title>
    <link rel="stylesheet" href="./互动栏.css">
</head>
<body>
    <div class="box">
        <p>手机 电话卡</p>
        <p>电视 盒子</p>
        <p>笔记本 显示器</p>
        <p>家电 插线板</p>
        <p>出行 穿戴</p>
        <p>智能 路由器</p>
        <p>电源 配件</p>
        <p>健康 儿童</p>
        <p>耳机 音箱</p>
        <p>生活 箱包</p>
    </div>
</body>
</html>
.box{
    width: 228px;
    height: 404px;
    background-color:#2C505F;;
}
p{
    text-indent: 2em;
    line-height: 26px;
    cursor: pointer;
    color: aliceblue;
}
p:hover {
    background-color: #FF0000;
}

2.

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>售卖</title>
    <link rel="stylesheet" href="./售卖.css">
</head>
<body>
    <div>
        <img src="./平衡车.jpg" width="200px">
        <p>九号平衡车</p>
        <p>成年人的玩具</p>
        <p>1999元</p>
    </div>
</body>
</html>
body{
    background-color: #F5F5F5;
}
div{
    background-color: #FFFFFF;
    width: 300px;
    height: 350px;
    text-align: center;
}
div p:nth-child(3){
    color: #CCCCCC;
    font-size: 10px;
    line-height: 10px;
}
div p:nth-child(4){
    color: #FFA500;
    line-height: 40px;
}

 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值