Browse Source

圆角矩阵,大背景

zachary 4 years ago
parent
commit
67cef66c4f
4 changed files with 25 additions and 10 deletions
  1. 3 0
      index.html
  2. 18 9
      main.css
  3. 4 1
      readme.md
  4. BIN
      win11.jpg

+ 3 - 0
index.html

@@ -9,6 +9,9 @@
     </head>
     <body>
         <div class="back-picture">
+            <!-- <div>
+                <img src="win11.jpg"/>
+            </div> -->
             <div class="subject-picture"></div>
             <div class="link-items">
                 <div class="item">点击看展</div>

+ 18 - 9
main.css

@@ -1,32 +1,41 @@
 .back-picture{
-    width: 100%;
+    width:100%;
+    height:1080px;
     padding-top:50px;
     padding-bottom:80px;
     margin-top:-50px;
+    background-image: url('./win11.jpg');
+    background-size: cover;
 
     background-color:darkseagreen;
 }
 
 .subject-picture{
-    width:1000px;
-    height:300px;
-    margin:100px auto;
-
+    width:1017px;
+    height:316px;
+    margin:350px auto 120px auto;
     background-color:darkkhaki;
 }
 
 .link-items{
     background-color:cyan;
     text-align: center;
+
 }
 
 .item{
     display: inline-block;
-    font-size: large;
     text-align: center;
-    width: 140px;
-    height:40px;
+    width: 177px;
+    height:50px;
     margin:0 40px 0 40px;
-    padding-top:14px;
+    padding-top:20px;
+    border-radius: 80px / 75px;
+
+    font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
+    font-weight: 700;
+    font-style: normal;
+    font-size:21px;
+
     background-color: #ff9933;
 }

+ 4 - 1
readme.md

@@ -1 +1,4 @@
-完成博博会网页
+完成博博会网页
+
+参考资料:
+圆角矩阵:https://www.w3cplus.com/css3/css-secrets/flexible-ellipses.html

BIN
win11.jpg