Skip to content

Instantly share code, notes, and snippets.

View Mdshorifmolla's full-sized avatar

Ma Sharif Mdshorifmolla

View GitHub Profile
@Mdshorifmolla
Mdshorifmolla / index.html
Created January 25, 2023 09:57
Website Design Using HTML & CSS
<!DOCTYPE html>
<html lang="en">
<head>
<title>Webpage Design</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="main">
<div class="navbar">
@Mdshorifmolla
Mdshorifmolla / index.html
Created January 25, 2023 10:02
Side Sliding Menu CSS
<!DOCTYPE html><html class="menu">
<html>
<head>
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content=="IE=edge"/>
<meta name="google" value="notranslate"/>
<title>Side Menu</title>