Skip to content

Instantly share code, notes, and snippets.

View gokord's full-sized avatar
💭
semper fi

Gökhan Ordu gokord

💭
semper fi
View GitHub Profile
@gokord
gokord / gist:8adca7cd3ee404b1e117a9dcaf610ee2
Created June 10, 2019 10:56
Dreamweaver rehberi CSS kodu
@charset "utf-8";
body {
background-color: #F5F5F5;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
}
@gokord
gokord / gist:8d4a6fc5e2093caac200e94644a20810
Created June 10, 2019 10:56
Dreamweaver rehberi HTML kodu
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>index.html</title>
<link href="style.css" rel="stylesheet" type="text/css">
<!--The following script tag downloads a font from the Adobe Edge Web Fonts server for use within the web page. We recommend that you do not modify it.-->
<script>var __adobewebfontsappname__="dreamweaver"</script>
<script src="http://use.edgefonts.net/karla:n4:default.js" type="text/javascript"></script>