Difference between revisions of "Team:SSTi-SZGD/css/Awards"

m
Line 1: Line 1:
 
.Awards{ margin: 160px auto; font-size: 1.8rem; text-align: center;}
 
.Awards{ margin: 160px auto; font-size: 1.8rem; text-align: center;}
 
.Awards img{ width: 50%;}
 
.Awards img{ width: 50%;}
.Awards li{ list-style-type: decimal; float: none; display: list-item; text-align: left;}
+
.Awards li{ float: none; display: list-item; text-align: left; padding-left: 30px;}
 +
 
 +
.Awards .Bronze li{ background: url(https://static.igem.org/mediawiki/2018/5/54/T--SSTi-SZGD--awards_bronze.png) no-repeat 0 2px; background-size: 20px;}
 +
.Awards .Silver li{ background: url(https://static.igem.org/mediawiki/2018/c/c2/T--SSTi-SZGD--awards_silver.png) no-repeat 0 2px; background-size: 20px;}
 +
.Awards .Gold li{ background: url(https://static.igem.org/mediawiki/2018/b/bf/T--SSTi-SZGD--awards_gold.png) no-repeat 0 2px; background-size: 20px;}

Revision as of 06:45, 2 October 2018

.Awards{ margin: 160px auto; font-size: 1.8rem; text-align: center;} .Awards img{ width: 50%;} .Awards li{ float: none; display: list-item; text-align: left; padding-left: 30px;}

.Awards .Bronze li{ background: url(T--SSTi-SZGD--awards_bronze.png) no-repeat 0 2px; background-size: 20px;} .Awards .Silver li{ background: url(T--SSTi-SZGD--awards_silver.png) no-repeat 0 2px; background-size: 20px;} .Awards .Gold li{ background: url(T--SSTi-SZGD--awards_gold.png) no-repeat 0 2px; background-size: 20px;}