Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

632963 Views

Latest files of /cody/atherosai/ui/dropdown-menu-05

index_socials.html cody/atherosai/ui/dropdown-menu-05/index_socials.html
293 Views
0 Comments
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Vercel like header example</title>
<link rel="stylesheet" href="style.css">
style.css cody/atherosai/ui/dropdown-menu-05/style.css
122 Views
0 Comments
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

:root {
--primary: #000000;
--background: #FAFAFA;
--secondary-background: #F2F2F2;
--gray: #847F90;
--gray-hover: #171717;
index.html cody/atherosai/ui/dropdown-menu-05/index.html
346 Views
0 Comments
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Vercel like header example</title>
<link rel="stylesheet" href="style.css">