Skip to content

Instantly share code, notes, and snippets.

View dwarjie's full-sized avatar
🟢
Grinding

Mark Darius dwarjie

🟢
Grinding
View GitHub Profile
@dwarjie
dwarjie / index.html
Created April 7, 2018 06:35
Here is the code for the series that I'm going (CSS Icons). You can use it on your code.
<!DOCTYPE html>
<html>
<head>
<title>X-Icon</title>
<link rel="stylesheet" type="text/css" href="main.css">
</head>
<body>
<div class="x-icon"></div>
</body>
</html>
@dwarjie
dwarjie / index.html
Created April 6, 2018 05:27
Here is the code for the series that I'm doing (CSS Icons). You can use it on your code.
<!DOCTYPE html>
<html>
<head>
<title>Nav Bar Icon</title>
<link rel="stylesheet" type="text/css" href="main.css">
</head>
<body>
<div class="container">
<div class="sliding-bar-icon"></div>
</div>
@dwarjie
dwarjie / index.html
Created April 5, 2018 07:36
Here is the code for the series that I'm going (CSS Icons). You can use it on your code.
<!DOCTYPE html>
<html>
<head>
<title>Profile Photo</title>
<link rel="stylesheet" type="text/css" href="main.css">
<meta charset="utf-8">
</head>
<body>
<div class="container">
<div class="profile-icon"></div>