Newer
Older
web / fooddrive.css
@NISHINE Haruna NISHINE Haruna on 22 Dec 2021 504 bytes change
h1{text-align: center; color:#FFAF58;}
h2{
text-align: center;
background: #f8b668; 
  padding: 0.7em;
  color: white;
  border-radius: 1em;
  }

h3{
  position: relative;
  display: inline-block;
  padding: 1rem 2rem 1rem 4rem;
  color: #fff;
  border-radius: 100vh 0 0 100vh;
  background: #f8b668;
}

h3:before {
  position: absolute;
  top: calc(50% - 7px);
  left: 10px;
  width: 14px;
  height: 14px;
  content: '';
  border-radius: 50%;
  background: #fff4e0;
}


body{background-color: #FFF4E0;}