Skip to content

Instantly share code, notes, and snippets.

View aibolik's full-sized avatar
🇰🇿
Developer from KZ

Aibol Kussain aibolik

🇰🇿
Developer from KZ
View GitHub Profile
import { useRef, useState } from "react";
import styled, { createGlobalStyle } from "styled-components";
const GlobalStyles = createGlobalStyle`
body {
color: #494E5C;
}
`;
const Wrapper = styled.div`