mirror of
https://github.com/yusufipk/teknolojirehberleri.xyz.git
synced 2026-09-11 10:56:08 +00:00
create(footer) created footer
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
.footer {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
||||
background-color: var(--color-grey);
|
||||
padding: 1.6rem;
|
||||
|
||||
&_text {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
text-align: center;
|
||||
|
||||
&-main {
|
||||
font-size: 2rem;
|
||||
}
|
||||
|
||||
&-secondary {
|
||||
font-size: 1.6rem;
|
||||
|
||||
a {
|
||||
color: var(--color-tertiary);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -9,5 +9,8 @@
|
||||
@import "./base/utilities";
|
||||
|
||||
@import "./components/navbar";
|
||||
@import "./components/footer";
|
||||
|
||||
@import "./pages/homepage.scss";
|
||||
|
||||
@import url("https://fontlibrary.org//face/nunito-sans");
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
.homepage {
|
||||
height: 90vh;
|
||||
}
|
||||
Reference in New Issue
Block a user