Newer
Older
web / fooddrive.css
@NISHINE Haruna NISHINE Haruna on 22 Dec 2021 507 bytes add
h1{text-align: center; color:#FFAF58;}
h2{
text-align: center;
background: #f8b668; 
  padding: 10px;
  color: white;
  border-radius: 15%;
  }

h3{
  position: relative;
  display: inline-block;
  padding: 0.5rem 1rem 0.5rem 2rem;
  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;}