diff --git a/index.css b/index.css index e294105a673fc7766edbb83709f2f1b91a72e46e..e11932a6ecd188cb8c44d2ada8705bb783bf891c 100644 --- a/index.css +++ b/index.css @@ -315,6 +315,7 @@ h1 { /* implement cool thing on the slogan where it glows */ .sub_section { + float:left; height:75px; width:100%; opacity:75%; @@ -359,9 +360,41 @@ h1 { } +.an_item { + float:left; + background-color:#590505; + height:250px; + width:100%; + opacity:75%; + background-blend-mode:lighten; + background-repeat:no-repeat; + background-size:100% 100%; + border-style:solid; + border-color:#590505; + border-width:5px; + +} +.r_name { + float:left; + color:white; + border-style:solid; + border-color:red; + border-width:5px; + padding:2px; + padding-bottom:5px; + background-color:#590505; +} - - +.restaurant_img { + float:right; + width:60%; + height:245px; +} +hr { + width:5px; + height:250px; + background-color:black; +}