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

Line 1: Line 1:
{{IIT-Madras/CSS}}
+
{{IIT-Madras-Top/CSS}}
{{IIT-Madras-menu/CSS}}
+
<html>
+
<head>
+
<style>
+
 
+
.flex-card-container{
+
        display:flex;
+
        flex-direction:row;
+
        align-items: center;
+
        justify-content: center;
+
        background:#92C8A8;
+
        margin-top:25px;
+
        flex-wrap:wrap;
+
}
+
.flex-card{
+
display: inline-block;
+
margin: 40px;
+
border: none;
+
min-width: 350px;
+
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: 500px;
+
}
+
</head>
+
</style>
+
  
 
<div class="flex-card-container">
 
<div class="flex-card-container">
Line 46: Line 15:
 
</div>
 
</div>
 
</div>
 
</div>
</html>
+
 
{{IIT-Madras-footer/CSS}}
+
{{IIT-Madras-Bottom/CSS}}

Revision as of 12:41, 12 October 2016