mirror of
https://github.com/phuoc-ng/csslayout.git
synced 2025-08-01 11:50:12 +02:00
feat: Home tip
This commit is contained in:
@@ -12,6 +12,8 @@ eleventyExcludeFromCollections: true
|
||||
|
||||
{% include "css-scan.njk" %}
|
||||
|
||||
<div class="home__tip">Following covers are made with CSS only. Inspect them!</div>
|
||||
|
||||
<div class="category">
|
||||
<h2 class="category__name">Display</h2>
|
||||
<div class="category__posts">
|
||||
|
@@ -11,6 +11,9 @@
|
||||
@import './blocks/pattern';
|
||||
@import './blocks/post';
|
||||
|
||||
// Pages
|
||||
@import './pages/home';
|
||||
|
||||
// Patterns
|
||||
@import './patterns/accordion';
|
||||
@import './patterns/arrow-buttons';
|
||||
|
5
styles/pages/_home.scss
Normal file
5
styles/pages/_home.scss
Normal file
@@ -0,0 +1,5 @@
|
||||
.home__tip {
|
||||
font-size: 1.5rem;
|
||||
margin-top: 2rem;
|
||||
text-align: center;
|
||||
}
|
Reference in New Issue
Block a user