Newer
Older
2020-Y.ryusei / honmu.css
@ryusei ryusei on 19 Jul 2020 728 bytes add image-files
body{
  min-height: 100vh;
  display: frex;
  position: relative;

}
header{
  background-image: url("wagara.jpeg");
  color:#d3381c;
  font-family: cursive;
}
h1{
  font-size: 50px;
  text-align: center;
  letter-spacing: 3px;
  margin: 2px;
}
h2{
  border: 3px solid #19448e;
  border-radius: 2ex;
  background-color: #19448e;
  color: white;
  margin-right: 30vh;
  padding: 0;
  text-align: center;
  font-size: 20px;
}
.emp{
  font-size: 60px;
  color: #1e50a2;
}
.small{
  font-size: 12px;
  color: #404040;
  line-height: 10px;
}
.date{
  font-size: 25px;
  font-weight: bold;
  line-height: normal;
}
footer{
  width: 100%;
  position: absolute;
  bottom: 0;
}
.left{
  width:50%;
	float:left;
}
.right{
  float:left;
}