Adding components and assets.
Commiting to try the library with the target dioxus project.
This commit is contained in:
19
bard/assets/css/blog.css
Normal file
19
bard/assets/css/blog.css
Normal file
@ -0,0 +1,19 @@
|
||||
.blog_style
|
||||
{
|
||||
display: flex;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: var(--bg-color);
|
||||
padding: 50px 0px;
|
||||
justify-content: center;
|
||||
container-name: site;
|
||||
container-type: inline-size;
|
||||
|
||||
.page_content
|
||||
{
|
||||
display: flex;
|
||||
width: 67%;
|
||||
container-name: page;
|
||||
container-type: inline-size;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user