码迷,mamicode.com
首页 > 其他好文 > 详细

多媒体

时间:2018-04-03 14:26:25      阅读:149      评论:0      收藏:0      [点我收藏+]

标签:http   width   java   text   多媒体   color   dia   div   post   

<!DOCTYPE html>
<html>
    <head>
        <meta charset="UTF-8">
        <title></title>
        <style type="text/css">
            @media only screen and (min-width:1001px ) {
                #aa{
                    background-color: red;
                    font-size: 24px;
                }
            }
            @media only screen and (min-width:600px ) and (max-width:1000px) {
                #aa{
                    background-color: blue;
                    font-size: 18px;
                }
            }
            @media only screen and (min-width:400px )and (max-width:599px) {
                    #aa{
                        background-color: orange;
                        font-size: 12px;}
            }
            #aa{
                width: 200px;
                height: 200px;
            }
            
        </style>
    </head>
    <body>
        <div id="aa">
            下午有事
        </div>
        <div id="a1">
            学习java
        </div>
    </body>
</html>
技术分享图片

 

多媒体

标签:http   width   java   text   多媒体   color   dia   div   post   

原文地址:https://www.cnblogs.com/hankai2735/p/8707790.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!