Difference between revisions of "Team:IIT-Madras/Team"

Line 1: Line 1:
 
{{IIT-Madras-Top/CSS}}
 
{{IIT-Madras-Top/CSS}}
 +
<html>
 +
<head>
 +
<style>
  
 +
#flex-card-container{
 +
        display:flex;
 +
        flex-direction:column;
 +
        align-items:baseline;
 +
        background:#494949;
 +
        height:100%;
 +
}
 +
#flex-card{
 +
display: inline-block;
 +
margin: 40px;
 +
background: #303030;
 +
border: none;
 +
min-width: 269px;
 +
max-width: 270px;
 +
text-align center;
 +
border-radius: 10px;
 +
box-shadow: 1px 2px 4px rgba(24,24,24,0.5);
 +
font-family: bold;
 +
padding:20px;
 +
font-size: 18px;
 +
color: white;
 +
vertical-align: top;
 +
min-height: 375px;
 +
}
 +
</head>
 +
</style>
 +
 +
<div id="flex-card-container">
 +
 +
</div>
 +
</html>
  
 
{{IIT-Madras-Bottom/CSS}}
 
{{IIT-Madras-Bottom/CSS}}

Revision as of 11:56, 12 October 2016