You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
549 B
38 lines
549 B
body {
|
|
background-image: url(pic/nba.jpg);
|
|
background-repeat:no-repeat ;
|
|
background-position:center;
|
|
background-size: cover;
|
|
background-attachment: fixed;
|
|
}
|
|
|
|
table{
|
|
border:1;
|
|
border-color: mediumvioletred;
|
|
|
|
}
|
|
|
|
a{
|
|
text-decoration: none;
|
|
color: darkslateblue;
|
|
}
|
|
|
|
|
|
h1{
|
|
text-align: center;
|
|
color:darkorchid;
|
|
}
|
|
|
|
.but{
|
|
width:300px;
|
|
min-height:40px;
|
|
display:block;
|
|
background-color:orange;
|
|
border:1px;
|
|
color:#fff;
|
|
padding:9px 14px;
|
|
font-size:15px;
|
|
line-height:normal;
|
|
border-radius:5px;
|
|
margin:20px;
|
|
} |