|
@@ -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;
|
|
|
}
|