style
This commit is contained in:
@@ -3,8 +3,12 @@ import Stickies from '../components/stickies';
|
|||||||
const Home = () => {
|
const Home = () => {
|
||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
<h1 className="mainHead">kohngrüti</h1>
|
<div className="main-head-box">
|
||||||
<Stickies />
|
<h1 className="mainHead">kohngrüti</h1>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<Stickies />
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -56,12 +56,18 @@ button:disabled {
|
|||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.main-head-box {
|
||||||
|
border-radius: 8px;
|
||||||
|
border: 1px solid #6dd6f4;
|
||||||
|
background-color: rgb(92, 0, 91);
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
.mainHead {
|
.mainHead {
|
||||||
font-size: 4rem;
|
font-size: 5rem;
|
||||||
color: #fff;
|
color: #6dd6f4;
|
||||||
margin: 2px 0px 24px 0px;
|
margin: 2px 0px 24px 0px;
|
||||||
font-family: "Sulphur Point", sans-serif;
|
font-family: "Sulphur Point", sans-serif;
|
||||||
font-weight: 300;
|
font-weight: 500;
|
||||||
letter-spacing: 3px;
|
letter-spacing: 3px;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user