zoukankan      html  css  js  c++  java
  • 【HTML】用CSS和“★”字符制做中国国旗

     <style type="text/css"> 
    .all{ 
    background-color:red; 
    width:960px; 
    height:640px; 
    } 
    .five{ 
    background-color:red; 
    width:480; 
    height=320; 
    } 
    .big{ 
    position:absolute; 
    background-color:red; 
    margin-top:64px; 
    margin-left:64px; 
    color:yellow; 
    font-size:192px; 
    } 
    .small{ 
    position:absolute; 
    background-color:red; 
    color:yellow; 
    font-size:64px; 
    } 
    .s1{ 
    margin-top:32px; 
    margin-left:288px; 
    filter:progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand',M11=0.6565,M12=0.7543,M21=-0.7543,M22=0.6565); 
    } 
    .s2{ 
    margin-top:96px; 
    margin-left:352px; 
    filter:progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand',M11=0.8978,M12=0.4404,M21=-0.4404,M22=0.8978); 
    } 
    .s3{ 
    margin-top:192px; 
    margin-left:352px; 
    filter:progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand',M11=0.9994,M12=0.0359,M21=-0.0359,M22=0.9994); 
    } 
    .s4{ 
    margin-top:256px; 
    margin-left:288px; 
    filter:progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand',M11=0.9357,M12=-0.3528,M21=0.3528,M22=0.9357); 
    } 
    </style> 
    <div class="all"> 
    <div class="five"> 
    <div class="big"></div> 
    <div class="small s1"></div> 
    <div class="small s2"></div> 
    <div class="small s3"></div> 
    <div class="small s4"></div> 
    </div> 
    </div> 

  • 相关阅读:
    Feature euerka Consul zookeeper etcd
    mysql配置参数
    镜像网站
    携程Apollo分布式配置中心部署以及使用
    linux 基础知识 之基础网络
    linux 基础知识 之基础系统管理
    linux安全
    java.多态
    java.抽象、接口
    使用Vscode
  • 原文地址:https://www.cnblogs.com/HGNET/p/12495960.html
Copyright © 2011-2022 走看看