Skip to content

Instantly share code, notes, and snippets.

View HitBeemo's full-sized avatar
👓
https://anna-ai-mjjan.replit.app/

Mizan HitBeemo

👓
https://anna-ai-mjjan.replit.app/
View GitHub Profile
@BeemoGod
BeemoGod / index.pug
Created February 13, 2023 12:27
Material UI Checkbox
.checkbox-wrapper
input(type="checkbox")
.checkbox
i.fa.fa-check
@BeemoGod
BeemoGod / bootstrap-4-navbar.markdown
Created February 13, 2023 12:19
bootstrap 4 navbar

bootstrap 4 navbar

With Bootstrap, a navigation bar can extend or collapse, depending on the screen size. A standard navigation bar is created with the .navbar class, followed by a responsive collapsing class: .navbar-expand-xl. ... sm (stacks the navbar vertically on extra large, large, medium or small screens).

A Pen by Piyush on CodePen.

License.

@BeemoGod
BeemoGod / index.html
Created January 27, 2023 15:19
Steam Mobile Redesign
<div id="phone">
<div id="main-wrapper" class="fancy-scrollbar">
<div id="main">
<div id="nav">
<a class="nav-brand" href="#">
<i class="fa-brands fa-steam"></i>
<h3>STEAM</h3>
</a>
<button class="nav-menu-toggle" type="button">
<i class="fa-light fa-bars-sort"></i>