Skip to content

Instantly share code, notes, and snippets.

View okproject's full-sized avatar

Rasih ÇAĞLAYAN okproject

  • Istanbul/TURKEY
View GitHub Profile
@okproject
okproject / SassMeister-input-HTML.html
Created May 31, 2015 19:57
Generated by SassMeister.com.
<html>
<head>
<title>Wuhu</title>
</head>
<body>
<div class="wrapper">
<div class="subDiv"></div>
</div>
</body>
</html>
@okproject
okproject / tree.html
Created October 19, 2015 15:26 — forked from mitchellrj/tree.html
HTML & CSS vertical tree layout
<html>
<head>
<title>HTML &amp; CSS tree</title>
<!-- tree -->
<style type="text/css">
ul.tree {
overflow-x: auto;
white-space: nowrap;
}