Newer
Older
web / fooddrive.css
@NISHINE Haruna NISHINE Haruna on 22 Dec 2021 631 bytes add
h1 {
     text-align: center;
    font-size : 200% ;
    color : #282828 ;
    padding : 0.2em 0.8em 0.4em 0.8em ;
    border-bottom : solid 3px #ff8630 ;
    }




h2{
text-align: center;
background: #f8b668; 
  padding: 10px;
  color: white;
  border-radius: 30px;
  }

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: #FFF;}