Difference between revisions of "project06:Diverse"

From rbse
Jump to: navigation, search
Line 3: Line 3:
 
.container{
 
.container{
 
width: 850px;  
 
width: 850px;  
margin:0px;
 
padding: 0px 0px;
 
border: 0px;
 
 
display: flex;  
 
display: flex;  
 
justify-content: space-around;
 
justify-content: space-around;
Line 11: Line 8:
 
}
 
}
 
.item{
 
.item{
align-self: flex-start;
+
// align-self: flex-start;
 
background-color:#ff0000;  
 
background-color:#ff0000;  
margin:0px;
 
padding: 0px 0px;
 
 
}
 
}
 
</style>
 
</style>

Revision as of 15:53, 21 December 2016

Interview Jelle Feringa