母婴管作业

DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Titletitle>
    <style>
        #pic{
        width: 179px;
        height: 186px;
        border: solid 1px red;
        margin: 0 auto;

        }
        #pic>div:nth-child(1){
         background-color: red;
        color: white;
        float: left;
        border-radius: 0 3px 3px 0;
        margin-left: 3px;
        padding: 3px;

        }
        #pic>div:nth-child(3){

        margin-left: 43px;
        font-size: 20px;
        }
        #pic>div:nth-child(4){
        margin-left: 43px;
        font-size: 18px;
        color: #c9c9c9;
        }
        #pic>div:nth-child(5){
        text-align: center;
         margin-top: 5px;
        }
        #pic>div:nth-child(5)>img{
        width: 100px;
        height: 100px;
        }

    style>
head>
<body>
<div id="pic">
    <div>低价div>
    <div style="clear:left">div>
    <div>母婴管div>
    <div>秒杀低到1元div>
    <div>
        <img src="img.png">
    div>
div>

body>
html>

你可能感兴趣的:(前端,javascript,开发语言)