day04

06-01 1437阅读

这就是今天要实现的效果图(颜色提取推荐使用snipaste)

day04

代码(仅供参考,不喜勿喷, 可以在评论区展示作品)


    
        /* Write your CSS code here */
        * {
            margin: 0px;
            padding: 0px;
        }
        body {
            background-color: rgb(242, 245, 248);
            display: flex;
        }
        .outer {
            margin: auto;
            background-color: white;
            width: 600px;
            height: 300px;
            display: flex;
            flex-direction: column;
            align-items: center;
            border-radius: 5px;
        }
        strong {
            display: inline-block;
            width: 100%;
            text-align: center;
            margin-top: 40px;
            font-size: 15px;
        }
        p {
            font-size: 10px;
            text-align: center;
            margin-top: 20px;
        }
        .email {
            margin-top: 40px;
            width: 280px;
            height: 45px;
            border-color: rgb(230, 235, 239);
            text-align: left;
            border-radius: 5px;
            margin-right: 5px;
            padding: 10px;
            box-sizing: border-box;
        }
        .email::placeholder {
            color: black;
            opacity: 0.6;
        }
        button {
            width: 150px;
            height: 45px;
            background-color: rgb(61, 159, 255);
            border-radius: 5px;
            margin-left: 5px;
            box-shadow: 0px 0px 15px rgb(157, 207, 255);
            border-color: rgb(61, 159, 255);
            color: white;
        }
        span {
            padding-top: 10px;
            display: inline-block;
            width: 230px;
            font-size: 10px;
            margin-left: 10px;
        }
        .inner2 {
            display: flex;
        }
        .checkbox {
            border-radius: 5px;
            border-color: rgb(247, 249, 250);
            opacity: 0.5;
        }
    


    
        Let's keep in touch
        

Subscribe to keep up with fresh news and exciting updates.
We promise not to spam you!

SEND -> I agree to my email address being stored and used to receive monthly newsletter.
免责声明:我们致力于保护作者版权,注重分享,被刊用文章因无法核实真实出处,未能及时与作者取得联系,或有版权异议的,请联系管理员,我们会立即处理! 部分文章是来自自研大数据AI进行生成,内容摘自(百度百科,百度知道,头条百科,中国民法典,刑法,牛津词典,新华词典,汉语词典,国家院校,科普平台)等数据,内容仅供学习参考,不准确地方联系删除处理! 图片声明:本站部分配图来自人工智能系统AI生成,觅知网授权图片,PxHere摄影无版权图库和百度,360,搜狗等多加搜索引擎自动关键词搜索配图,如有侵权的图片,请第一时间联系我们。

目录[+]

取消
微信二维码
微信二维码
支付宝二维码