Skip to content
Snippets Groups Projects
Commit d161262d authored by rh885's avatar rh885
Browse files

Replace index.css

parent 51b723fd
Branches
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment