add boxes and sidebars
This commit is contained in:
parent
2f727c0810
commit
656158f5da
5 changed files with 149 additions and 10 deletions
|
@ -11,10 +11,18 @@
|
|||
<div class="header">
|
||||
Hello yaru!
|
||||
</div>
|
||||
<h1>Hello yaru!</h1>
|
||||
<h2>Hello yaru!</h2>
|
||||
<h3>Hello yaru!</h3>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
|
||||
<button>Test</button>
|
||||
<div class="box">
|
||||
<div class="sidebar">
|
||||
<button class="sb_button">lorem ipsum</button>
|
||||
<button class="sb_button">dolor sit amet</button>
|
||||
</div>
|
||||
<div class="box-content-1">
|
||||
<h1>Hello yaru!</h1>
|
||||
<h2>Hello yaru!</h2>
|
||||
<h3>Hello yaru!</h3>
|
||||
<p>yaru.css is a css library attempting to recreate the Ubuntu Yaru style in a web format. it also works as it's own implementation of something like bootstrap with built in GTK style elements like Boxes and Popovers. This is a simple test page showing the different elements.</p>
|
||||
<button>Test</button>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue