Skip to content

Instantly share code, notes, and snippets.

View samcyn's full-sized avatar
🎯
Focusing

Samson Iyanda samcyn

🎯
Focusing
View GitHub Profile
@samcyn
samcyn / mat.html
Last active November 1, 2017 00:29
A simple mat. 30Days CSS challenge.. DAY1 challenge
<!DOCTYPE html>
<html lang="en">
<head>
<title></title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style type="text/css">
body{
background: #EEE;
height: 100vh;