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.

106 lines
1.7 KiB

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;
font-size: 33px;
}
/*-----------------------------------------------------------*/
#flex
{
background-color: rgb(51, 23, 18);
color: rgb(230, 232, 245);
display: flex;
flex-flow: row wrap;
justify-content: space-evenly;
border-radius: 10px;
border-style: solid;
margin-left: 15% ;
margin-bottom: 3% ;
margin-right: 15%;
}
/*-------------------------------------------------*/
#imgc
{
margin: 10px;
height: 100px;
width: 100px;
transition: width 2s, height 2s;
}
#imgc:hover
{
width: 200px;
height: 200px;
}
#imgl
{
margin: 10px;
height: 100px;
width: 150px;
transition: width 2s, height 2s;
}
#imgl:hover
{
width: 300px;
height: 200px;
}
/*-------------------------------------------------------*/
#asl
{
width: 45%;
margin-top: 1%;
padding: 0% 1% 1% 1% ;
margin-left: 2%;
float: left;
font-style: italic;
background-color: rgb(253, 253, 253);
border-style: solid;
border-radius: 10px;
height: 450px;
overflow: auto;
}
#asr
{
width: 45%;
margin-top: 1%;
padding: 0% 1% 1% 1% ;
margin-right: 2%;
float: right;
font-style: italic;
background-color: rgb(255, 255, 255);
border-style: solid;
border-radius: 10px;
}