Line 10: | Line 10: | ||
− | + | .one { | |
width:25%; | width:25%; | ||
− | height: | + | height:250px; |
− | background-image: url("https://static.igem.org/mediawiki/2016/3/3f/T--BostonU--Stars.jpg") | + | display:inline-block; |
− | background-size: | + | background-image: url("https://static.igem.org/mediawiki/2016/3/3f/T--BostonU--Stars.jpg"); |
+ | background-size:100%; | ||
+ | opacity:.3; | ||
+ | transition:opacity, 1s; | ||
} | } | ||
Line 32: | Line 35: | ||
<div style = "background-color:black;"> | <div style = "background-color:black;"> | ||
− | <div | + | <div class = 'one'></div><div class = 'one'></div><div class = 'one'></div><div class = 'one'></div> |
− | </div> | + | |
</div> | </div> | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 16:27, 11 August 2016