diff --git a/fooddrive.css b/fooddrive.css index 9e58fa8..a5c9f42 100644 --- a/fooddrive.css +++ b/fooddrive.css @@ -1,4 +1,8 @@ -h1 { +body{ + background-color: #FFF; +} + +h1{ text-align: center; font-size : 200% ; color : #282828 ; @@ -18,24 +22,22 @@ } h3{ - position: relative; + color: white; + padding: 0.5em; display: inline-block; - padding: 0.5rem 1rem 0.5rem 2rem; - color: #fff; - border-radius: 100vh 0 0 100vh; + line-height: 1.3; background: #f8b668; + vertical-align: middle; + border-radius: 25px 0px 0px 25px; } - h3:before { - position: absolute; - top: calc(50% - 7px); - left: 10px; - width: 14px; - height: 14px; - content: ''; - border-radius: 50%; - background: #fff4e0; + content: '●'; + color: white; + margin-right: 8px; } -body{background-color: #FFF;} +.bodyII{ + padding:50px; + margin-top:100px; + }