Newer
Older
2020-M.keigo / tirasi2.css
@masuko keigo masuko keigo on 28 Jul 2020 586 bytes 訂正した
body{
	background-image: url(http://roy.e.koeki-u.ac.jp/~c119222/rubyI/rakugaki11.png);
	background-size: cover;
	background-attachment: fixed;
	float: left;
}

h1{color: white; font-size: 60px;}

.tirasi1{
	-webkit-writing-mode: vertical-rl;
        writing-mode: vertical-rl;
         position: absolute;
         right: 0;
         color: white;
         float: right;
         padding: 2em;
}

.tirasi2{
	position: absolute; bottom: 0;
	color: white;
	float: right;
	width: 300px;
}

h2{
	color: white; font-size: 30px;
}

.tirasi3{
	color: white;
	float: right;
	width: 300px;
	
}