CSS_Style_Pr01.css 1.39 KB
div.title{
    
}

div.img{
}

div.description{
}

h1 {
    font-size: 3em;
    text-align: center;
    width: 90%;
    border-radius: 10px;
    margin: 30px auto;
    background-color: lightblue;
    text-align: center;
    margin: 3 2;
}

h3.subtitle {
    background-color:lightgoldenrodyellow;
    text-align: center;
    border-radius: 10px;
    width: 20%;
}

img {
    display: block;
    margin: auto;
    width: 90%;
}

div.Document{
    font-size: 12px;
}

link:hover{
    background-color: red;
}



@media only screen and (min-device-width : 768px) {
	div.img {
		width: 50%;
		display: inline-block;
		vertical-align: top;
	}

    div.member{
		width: 40%;
		display: inline-block;
		vertical-align: top;
		padding-left: 1em;
		box-sizing: border-box;
    }

	div.description {
		width: 99%;
		display: inline-block;
		vertical-align: top;
		padding-left: 1em;
		box-sizing: border-box;
	}
	div.description p {
		margin-top: 0;
	}
	.member ul > li  {
		width: 25%;
	}
}

@media only screen and (min-device-width : 1025px) {
	div.img {
		width: 30%;
	}
	div.description {
		width: 50%;
		padding-right: 1em;
	}
	div.member {
		width: 19%; 
        float: right;
		box-sizing: border-box;
		display: inline-block;
		vertical-align: top;
	}
    div.member > h3.subtitle{
        font-size: 20pt;
        width:70%;
    }
	.member ul > li  {
        font-size: 14pt;
		width: 100%;
	}
	h3 {
		margin-top: 0;
	}
}