Skip to content

Instantly share code, notes, and snippets.

View danielnjama's full-sized avatar
🎯
Focusing

Daniel Wangari danielnjama

🎯
Focusing
View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>DCalculator</title>
<style id="jsbin-css">
h1{
text-align: center;
font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<style id="jsbin-css">
.exam{
background-color: grey;
font-family: Aerial;
@danielnjama
danielnjama / index.html
Created September 23, 2019 12:39
My favourite food // source https://jsbin.com/simekuy
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>My favourite food</title>
</head>
<body>
<!--the heading of my work-->
<h1>My favourite food </h1>
@danielnjama
danielnjama / index.html
Created September 23, 2019 12:37
My favourite food // source https://jsbin.com/simekuy
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>My favourite food</title>
<style id="jsbin-css">
/*
body{
font-size: 18px;
@danielnjama
danielnjama / index.html
Created September 21, 2019 16:10
My favourite food // source https://jsbin.com/simekuy
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>My favourite food</title>
</head>
<body>
<!--the heading of my work-->
<h1>My favourite food </h1>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>My site</title>
</head>
<body>
<p>Hellow there, this is my first website</p>
<img src="www.hen.com/hen.jpg">