Skip to content

Instantly share code, notes, and snippets.

@yaralahruthik
Created March 7, 2022 17:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yaralahruthik/c8759d1b6581eb59292f9081d2f63bd7 to your computer and use it in GitHub Desktop.
Save yaralahruthik/c8759d1b6581eb59292f9081d2f63bd7 to your computer and use it in GitHub Desktop.
import classes from './index.module.scss';
const Card = () => {
return (
<div className={classes.container}>
<span className={classes.title}>Regular Text</span>
<span className={classes.subTitle}>Bold Text</span>
</div>
);
};
export default Card;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment