menu update

This commit is contained in:
Jacob Delgado 2023-11-06 16:15:15 -08:00
parent ddbd937bac
commit c4510b16be
2 changed files with 12 additions and 7 deletions

View File

@ -0,0 +1,3 @@
.gun_menu{
--transform-rotate: 270deg;
}

View File

@ -1,20 +1,22 @@
import React from "react"; import React from "react";
import Image from "next/image"; import Image from "next/image";
import './appetizers.css'
const Appetizers = () => { const Appetizers = () => {
return ( return (
<div className="flex flex-col"> <div className="flex flex-col justify-center">
<div className="text-2xl"> <center >Starter Menu</center>
<h2>Nachos</h2> <Image
<div className="decor" aria-hidden="true">
<div className="left"></div>
<Image
src="/gun01.svg" src="/gun01.svg"
alt="gun icon for decor" alt="gun icon for decor"
className="" className="items-center m-6 mx-auto gun_menu"
width="61" width="61"
height="101" height="101"
/> />
<div className="text-2xl">
<h2 className="text-center">Nachos</h2>
<div className="decor" aria-hidden="true">
<div className="right"></div> <div className="right"></div>
</div> </div>
</div> </div>