Template:Demo2.css

From The Wiki Camp 2
Jump to navigation Jump to search
.starbg {
	background-image: url("https://camp2.rectangle.zone/subwikifiles/wc2/images/3/33/StarBG.png");
    }
.checker {
	background-image: url("https://camp2.rectangle.zone/subwikifiles/wc2/images/2/2f/Checker1.png");
}
        
.checker2 {
	background-image: url("https://camp2.rectangle.zone/subwikifiles/wc2/images/c/c2/Checker2.png");
}
        
.star{
	background-image: url("https://camp2.rectangle.zone/subwikifiles/wc2/images/6/6f/Singlestar.png");
	animation: starrotate 10s linear infinite;
}