Skip to content

Instantly share code, notes, and snippets.

View AnonyFriday's full-sized avatar
🏠
Working from home

duyvukim AnonyFriday

🏠
Working from home
View GitHub Profile
@AnonyFriday
AnonyFriday / index.html
Last active March 2, 2022 14:01
CSS Tabs
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="./css/style.css">
</head>
@AnonyFriday
AnonyFriday / index.html
Last active March 2, 2022 13:43
CSS Multi-level Menu
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="./css/index.css">
</head>
@AnonyFriday
AnonyFriday / index.html
Last active March 2, 2022 13:44
CSS Switch
!<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="./css/index.css">
</head>