Newer
Older
2025-makoto / main.css
h1 {color: black;
	text-align: center;
	padding: 1rem 2rem;
	border-bottom: 6px double #000;
	background: #fff100;
}
h2,h3,h4{
  position: relative;
  padding: 1rem 2rem calc(1rem + 10px);
  background: #fff100;
  margin-right: 75%;
  text-align: center;
}

h2:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 3px solid #000;
}
h3:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 3px solid #000;
}
h4:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 3px solid #000;
}
p {color: white;}
a{background-color: yellow;}
th {background-color: white;}
td {background-color: white;}
body {background: url("1746348050649.jpg") no-repeat center fixed; background-size:cover;}
adress{color: white;}