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.
56 lines
766 B
56 lines
766 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(37, 95, 157);
|
|
margin-bottom: 50px;
|
|
}
|
|
|
|
/*----------------------------------------------*/
|
|
|
|
#img1
|
|
{
|
|
width:700px ;
|
|
height:500px ;
|
|
}
|
|
|
|
#img2
|
|
{
|
|
width:400px ;
|
|
height:400px ;
|
|
}
|
|
|
|
|
|
/*-------------------------------------------------*/
|
|
|
|
figure
|
|
{
|
|
border: solid white;
|
|
padding: 10px;
|
|
width:auto;
|
|
display:inline-block;
|
|
background-color:black;
|
|
}
|
|
|
|
figcaption
|
|
{
|
|
background-color: gray;
|
|
color: red;
|
|
padding: 5px;
|
|
text-align: center;
|
|
}
|
|
|