Newer
Older
leaflet / map / web / tanakai-map / tanakai-map.css
@[abemizuki] [abemizuki] on 10 Mar 543 bytes 更新
#map {                   
	width: 1200px;  
 
	height: 600px;   
}
 
 
 
.popup h2{
	text-align: center;
}
 
.popup p{
	font-size: 13px;
	margin-top: 5px;
	text-align: left;
}
 
.popup img{
	width: 300px;
	height: auto;
	margin-top: 5px;
}
 
.header h1{
	color:white;
	text-align: center;
	font-size: 100px;
}
 
.header{
     background-color: darkgreen;
	 padding-top: 50px;
	 padding-bottom: 50px;
}
 
body{
	background-color: rgb(206, 193, 173);
}
 
.a{
	background-color: white;
	margin: 50px;
	border-left: 5px solid;
	font-size: 30px;
}