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.
67 lines
1021 B
67 lines
1021 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;
|
|
}
|
|
|
|
/*----------------------------------------------------*/
|
|
|
|
h2
|
|
{
|
|
color : white ;
|
|
text-align : center;
|
|
|
|
}
|
|
|
|
/*----------------------------------------------------------*/
|
|
|
|
#fix
|
|
{
|
|
background-color: rgb(148, 148, 148);
|
|
position: sticky;
|
|
top: 0%;
|
|
}
|
|
|
|
/*----------------------------------------------------*/
|
|
#liste
|
|
{
|
|
border-width: 3px ;
|
|
color : rgb(153, 41, 41) ;
|
|
background-color: rgb(142, 186, 197) ;
|
|
border-radius: 10px ;
|
|
border-style: solid;
|
|
}
|
|
|
|
#tab2
|
|
{
|
|
border-style: solid;
|
|
border-width: 4px;
|
|
border-color: rgb(12, 12, 12) ;
|
|
margin-top: 10px;
|
|
border-radius: 30px 0px 0px 0px ;
|
|
margin-left: 1%;
|
|
|
|
}
|
|
#td2
|
|
{
|
|
border-style: solid;
|
|
border-width: 3px ;
|
|
border-color: rgb(8, 8, 8) ;
|
|
|
|
}
|
|
|