Newer
Older
2020-yuske1210 / b.css
@yuske sato yuske sato on 15 Jul 2020 706 bytes Update b.css
h1{background-color:springgreen;
text-align:center;
box-shadow :blue 10px 10px;
text-shadow:2px 5px 2px;
}

h3.kai{
	text-shadow:5px 5px 2px ;
	background-color:royalblue; width:200px; height:50px; 
transform: skewY(45deg);
text-align:center;
}
h1:howber{transform:rotat 180deg;}

h4{text-align:center;
color:darkturquoise;
text-shadow:gray 2px 5px 2px;
border: 3px solid black; border-radius: 3em 3em;
	transform: skewY(20deg);
	box-shadow:2px 3px 4px;
}
p.aaa {
animation: anime1 5s ;
transform: rotateY(180deg);
}

@keyframes anime1 {
0% {width: 1px; height: 50px; background-color: aqua;}
100% {width: 200px; height: 50px; background-color: blue;}
}

body{transfor:rotateY(180deg);
transition-dela:5s;