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.
31 lines
531 B
31 lines
531 B
body
|
|
{
|
|
background: url(../img/juge.jpg) center fixed;
|
|
background-size: cover;
|
|
}
|
|
|
|
#title
|
|
{
|
|
top: 3%;
|
|
position: sticky;
|
|
margin: auto;
|
|
background-color: aliceblue ;
|
|
text-align: center;
|
|
width: 50%;
|
|
border-style: solid;
|
|
border-width: 5px;
|
|
border-color: rgb(22, 112, 105);
|
|
margin-bottom: 50px;
|
|
}
|
|
|
|
section
|
|
{
|
|
background-color: black;
|
|
color: aliceblue;
|
|
border: solid ;
|
|
margin-left: 15%;
|
|
margin-right: 15%;
|
|
text-align: center;
|
|
padding-top: 2%;
|
|
padding-bottom: 5%;
|
|
} |