From d161262d5f4d51fe19535aef99159b11b0c5259e Mon Sep 17 00:00:00 2001
From: rh885 <rh885@drexel.edu>
Date: Thu, 2 Mar 2023 17:31:53 +0000
Subject: [PATCH] Replace index.css
---
index.css | 37 +++++++++++++++++++++++++++++++++++--
1 file changed, 35 insertions(+), 2 deletions(-)
diff --git a/index.css b/index.css
index e294105..e11932a 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;
+}
--
GitLab