Difference between revisions of "Team:BostonU/HP/Silver"

Line 210: Line 210:
 
.carousel {
 
.carousel {
 
position: relative;
 
position: relative;
width: 600px;
+
width: 1000px;
height: 400px;
+
height: 800px;
 
overflow: hidden;
 
overflow: hidden;
 
margin: 0 auto;
 
margin: 0 auto;
Line 224: Line 224:
 
position: absolute;
 
position: absolute;
 
z-index: 1;
 
z-index: 1;
width: 800px;
+
width: 1000px;
height: 600px;
+
height: 800px;
 
background-color: #eee;
 
background-color: #eee;
 
text-align: center;
 
text-align: center;
Line 232: Line 232:
 
}
 
}
 
.slide img {
 
.slide img {
width: 800px;
+
width:1000px;
         height:600px;
+
         height:800px;
 
}
 
}
 
.slide:before {
 
.slide:before {

Revision as of 03:55, 31 October 2017

HUMAN PRACTICES