Newer
Older
2020-Fumiya238 / poster.css
h1{
	-webkit-text-fill-color: red;
	-webkit-text-stroke-width: 3px;
	-webkit-text-stroke-color: white;
 
	font-size: 50pt;
	text-align: center;
	padding-bottom:4cm;
}

h2{
	-webkit-text-fill-color: blue;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: white;
	text-align: center;
	padding-top:3cm;
	padding-bottom:1.8cm;
	font-size:40pt;
}


.box1 {
	float:left;	
	background-color:rgb(0,0,150);
	border:black;
	width:600px;
	height:100px;
	margin-bottom:20px;
}

.box2 {
	float:left;
	border:double 5px #00FFFF;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	margin-left:15px;
	margin-bottom:20px;
}

.box3{
	 float:right;
	background-color:rgb(0,150,0); 
	border:black;
	width:600px;
	height:100px;	
	margin-bottom:20px;
}

.box4{
	float:left;
	border :black;
	background-color:#33CCFF;
	width:150px;
	height:50px;
	margin-top:10px;
	font:center;
}

.box5{
	border :black;
	background-color:#33CCFF;
	font :left;
}



.pre{
	color:white;
	font-size:20pt;
}

.orenge{
color:#FF9900;	
font-weight:bold;
}

.a{
	font-size:35px;
	color:rgb(0,0,150);
	float:left;
	margin:30px;
	padding-right:60px;
}

.b{
	font-size:35px;
	color:rgb(0,150,0);
	float:right;
	margin:30px;
	padding-left:60px;
}