mirror of
https://github.com/yusufipk/teknolojirehberleri.xyz.git
synced 2026-09-11 10:56:08 +00:00
(create) created dummy posts and styled it
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
list-style-type: none;
|
||||
|
||||
li:not(:last-child) {
|
||||
margin-right: 1rem;
|
||||
margin-right: 2.5rem;
|
||||
}
|
||||
|
||||
&-item {
|
||||
|
||||
@@ -1,3 +1,24 @@
|
||||
.homepage {
|
||||
height: 90vh;
|
||||
font-size: 2rem;
|
||||
list-style-type: none;
|
||||
justify-items: center;
|
||||
|
||||
display: grid;
|
||||
justify-content: center;
|
||||
|
||||
&_heading-1 {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
&_posts {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
width: 50%;
|
||||
min-height: 100vh;
|
||||
|
||||
li {
|
||||
margin-top: 2rem;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user