Skip to content

nazmus767921/Restaurant_project-1.00

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Restaurant Front-end Development Project

for Logitech Web Developer contest powered by Weero. To View Live Website: Click Here

Developer

  • Designer : Nazmus Sakib
  • Developer : Nazmus Sakib

Social Links

  1. Github : nazmus767921
  2. LinkedIn : nazmus767921
  3. Gmail: nazmus767921@gmail.com

Important Code insights

  1. Get Cursive style
  • *** at the beginning of the sentence makes the whole sentence or line cursive.
  • ** at the end of any word makes that word only cursive.
  • **# at the end of any word makes that word only colored cursive.

Add this class to index.css file

.cursive {
	font-family: "YourDesiredFontFamily", cursive;
}

Then use it anywhere like this

import { getCursiveStyle } from "./src/utils/helpers/getCursiveStyle.jsx";

const myText = "This is my word*** which I want want to get styled cursive"

<h2>{getCursiveStyle(myText)}</h2>;

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages