initialize

This commit is contained in:
VividTruthKeeper 2022-06-21 23:09:14 +05:00
parent 3ea1a1ed1f
commit 6543635d09
4 changed files with 26 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import React from "react";
import "./App.css";
import "./styles/style.scss";
const App = () => {
return <div className="App"></div>;

View File

@ -0,0 +1,24 @@
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
font-size: 62.5%;
}
ul {
list-style-type: none;
}
input,
button {
background: none;
border: none;
}
a {
color: #000;
text-decoration: none;
}

View File

1
src/styles/style.scss Normal file
View File

@ -0,0 +1 @@
@import "./nullifier";