Skip to content

Instantly share code, notes, and snippets.

View 1995olayiwola's full-sized avatar

Olayiwola Abdur Rahmon 1995olayiwola

View GitHub Profile
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>MediaCapture and Streams API</title>
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="main.css">
</head>
<body>
<header>
@1995olayiwola
1995olayiwola / AuthStyles.js
Created May 9, 2021 14:51 — forked from adrianhajdin/AuthStyles.js
MERN Auth Materials
import { makeStyles } from '@material-ui/core/styles';
export default makeStyles((theme) => ({
paper: {
marginTop: theme.spacing(8),
display: 'flex',
flexDirection: 'column',
alignItems: 'center',
padding: theme.spacing(2),
},