Newer
Older
reroad-test / 2020-Silk-Reroad / yousan.css
@fuga sakurai fuga sakurai on 11 Aug 2020 988 bytes ファイルのコピー
body {
  background-color: #Effead;
}

h1 {
  text-align: center;
}

h2 {}

h3 {}

h4 {}

h5 {}

h6 {}

.a {
  text-align: center;
  font-size: 2em;
}

.b {
  text-align: center;
}

.center {
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  zoom: 2;
}

.inner {
  text-align: center;
  width: 80%;
  padding: 10px;
  border: 1px solid black;
  background-color: rgba(255, 210, 111, 0.5);
  margin: 0 auto;
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.migisita {
  position: absolute;
  right: 0;
  bottom: 0;
}

.hidarisita {
  position: absolute;
  left: 0;
  bottom: 0;
}

.link {
  text-align: center;
  font-size: 2em;
  font-weight: bold;
}

.go{
  font-size: 2em;
  text-align: center;
}