Difference between revisions of "Template:DTU-Denmark/carouselCSS"

Line 10: Line 10:
 
   margin: 0;
 
   margin: 0;
 
   padding: 0;
 
   padding: 0;
 +
}
 +
 +
 +
.container_rowhp{
 +
  display: flex;
 +
}
 +
 +
.layer1hp {
 +
  width: 100%;
 +
  background-color: rgba(255,0,0,0.5);  // red
 +
}
 +
 +
.layer2hp{
 +
  width: 100%;
 +
  margin-left: -100%;
 +
  background-color: rgba(0,0,255,0.5);  // blue
 
}
 
}
  

Revision as of 18:38, 21 September 2019