Difference between revisions of "Team:NJAU China/Atrributions"

Line 6: Line 6:
 
height:500px;
 
height:500px;
 
}
 
}
 +
* {
 +
margin:0;
 +
padding:0;
 +
}
 +
body {
 +
background: #9999FF ;
 +
font-size: 16px;
 +
font-family:Verdana, Arial, Helvetica, sans-serif;
 +
}
 +
h2{
 +
margin: 6px 4px;
 +
}
 +
p,h4{
 +
margin:5px 6px;
 +
}
 +
#instructors{
 +
margin-top: 60px;
 +
margin-left: 5%;
 +
width: 20%;
 +
height: 400px;
 +
    background:pink;
 +
    float: left;
 +
    display: inline;
 +
}
 +
#students{
 +
margin-top: 60px;
 +
width: 70%;
 +
height:1200px;
 +
background: #66CC99;
 +
float: left;
 +
display: inline;
 +
}
 +
#students h4{
 +
background:#FFFF33;
 +
display: inline;
 +
}
 +
#students p{
 +
    font-size: 14px;
 +
}
 +
#advisors{
 +
margin-left: 5%;
 +
width: 20%;
 +
height: 500px;
 +
background: #CCFF33;
 +
float: left;
 +
display: inline;
 +
margin-top:-500px;
 +
}
 +
#Otherinstitutions{
 +
-webkit-columns:500px 2;
 +
-ms-columns:500px 2;
 +
-moz-columns:500px 2;
 +
-o-columns:500px 2;
 +
columns:500px 2;
 +
    margin: 0 auto;
 +
width: 90%;
 +
height: 400px;
 +
background:white;
 +
clear: both;
 +
display:block;
 +
}
 +
#Otherinstitutions img{
 +
margin:10px;
 +
}
 +
#Otherinstitutions h4{
 +
 +
display: inline;
 +
}
 
<style>
 
<style>
 
<body>
 
<body>

Revision as of 22:55, 17 September 2015