-
Hello
+
+
setScreenClicked(!screenClicked)} onMouseLeave={() => setScreenClicked(!screenClicked)}>
+
+
+
+
Ultradent
+
React/Preact, Javascript, jQuery, Webpack, Storybook, React Testing Library
+
+
diff --git a/src/components/MainContent.jsx b/src/components/MainContent.jsx
index b3d6531..e4686b0 100644
--- a/src/components/MainContent.jsx
+++ b/src/components/MainContent.jsx
@@ -5,14 +5,18 @@ const MainContent = () => {
return (
+
+ {/*
+ - Home
+ - About
+ - Portfolio
+ - Contact
+
*/}
+
);
};
diff --git a/src/styles/styles.scss b/src/styles/styles.scss
index e2af614..389b87f 100644
--- a/src/styles/styles.scss
+++ b/src/styles/styles.scss
@@ -33,16 +33,12 @@ body {
.content {
width: 334px;
height: 216px;
- background: #f0f0f0;
+ background: #1a1a1d;
border-radius: 3px;
overflow-y: auto;
padding: 0;
}
.wrapper {
- padding: 10px;
- width: 668px;
height: 432px;
- transform: scale(0.5);
- transform-origin: top left;
}
\ No newline at end of file