Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

633369 Views

Latest files of /cody/atherosai/ui/socials-03

style.css cody/atherosai/ui/socials-03/style.css
89 Views
0 Comments
:root {
--background: #2C2C2C;
--primary-color: white;
--secondary-color: #2C2C2C;
}

/* CSS reset */
* {
index.html cody/atherosai/ui/socials-03/index.html
325 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Social Buttons</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
</head>