Line 2: | Line 2: | ||
width: 500px; | width: 500px; | ||
height: 500px; | height: 500px; | ||
− | border-radius: | + | border-radius: 150px; |
− | -webkit-border-radius: | + | -webkit-border-radius: 150px; |
− | -moz-border-radius: | + | -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() no-repeat;
}