Skip to content

Instantly share code, notes, and snippets.

View OranWeb's full-sized avatar
🎯
Focusing

ORAN OranWeb

🎯
Focusing
  • Abu Dhabi
  • 09:07 (UTC +04:00)
View GitHub Profile
@OranWeb
OranWeb / index.html
Created January 11, 2023 11:46
Log In / Sign Up - pure css - #12
<a href="https://front.codes/" class="logo" target="_blank">
<img src="https://assets.codepen.io/1462889/fcy.png" alt="">
</a>
<div class="section">
<div class="container">
<div class="row full-height justify-content-center">
<div class="col-12 text-center align-self-center py-5">
<div class="section pb-5 pt-5 pt-sm-2 text-center">
@OranWeb
OranWeb / index.html
Created January 7, 2019 08:45
Landing Page
<nav class="nav" id="menu">
<div class="wrap">
<div class="brand">
<span>Landing Page</span>
</div>
<button id="mobile-btn" class="hamburger-btn">
<span class="hamburger-line"></span>
<span class="hamburger-line"></span>
<span class="hamburger-line"></span>
</button>