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.

51 lines
604 B

body
{
background: url(../img/juge.jpg) center fixed;
background-size: cover;
}
h1
{
text-align : center;
}
#sec
{
color : rgb(0, 0, 0) ;
}
video
{
display: block;
margin-left: auto;
margin-right: auto;
border-style: solid ;
background-color: black;
}
#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;
}
h3
{
background-color: aliceblue;
width: 60%;
border-style: solid;
}