Skip to content

Instantly share code, notes, and snippets.

View shaon12332's full-sized avatar

Ariful Islam shaon12332

View GitHub Profile
@shaon12332
shaon12332 / style.css
Last active October 28, 2017 13:06
rrf online class 1 (PSD to HTML)
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i|Zilla+Slab:300,300i,400,400i,500,500i,600,600i,700,700i');
h1, h2, h3, h4, h5, h6{
font-family: 'Zilla Slab', serif;
}
body{
font-family: 'Noto Sans', sans-serif;
}
@shaon12332
shaon12332 / index.html
Last active October 28, 2017 12:12
rrf online class 1 (PSD to HTML)
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>tajem_master</title>
<!---font awasom--->
<link rel="stylesheet" href="font/font-awesome/css/font-awesome.min.css">