Difference between revisions of "Team:Cornell NY/hcdfinalsomethingcss3"

 
Line 2: Line 2:
 
   width: 500px;
 
   width: 500px;
 
   height: 500px;
 
   height: 500px;
   border-radius: 300px;
+
   border-radius: 150px;
   -webkit-border-radius: 300px;
+
   -webkit-border-radius: 150px;
   -moz-border-radius: 300px;
+
   -moz-border-radius: 150px;
 
   background: url(https://static.igem.org/mediawiki/2016/f/f5/T--Cornell_NY--HumanCenteredDesign_ProDairy.jpg) no-repeat;
 
   background: url(https://static.igem.org/mediawiki/2016/f/f5/T--Cornell_NY--HumanCenteredDesign_ProDairy.jpg) no-repeat;
 
}
 
}

Latest revision as of 01:19, 20 October 2016

.circular {

  width: 500px;
  height: 500px;
  border-radius: 150px;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  background: url(T--Cornell_NY--HumanCenteredDesign_ProDairy.jpg) no-repeat;

}