Skip to content

Instantly share code, notes, and snippets.

View ryan-w-moore's full-sized avatar

Ryan W Moore ryan-w-moore

View GitHub Profile
@ryan-w-moore
ryan-w-moore / gist:f91540a09749039dc7c83e15e5449c62
Last active April 11, 2024 21:23
CSS Styling for Exported Chrome Bookmarks
<style>
* { margin: 0;
padding:0;
}
body {
margin:10px;
}
dl {
border:1px solid #eaeaea;
padding:10px;
@ryan-w-moore
ryan-w-moore / index.html
Created August 4, 2017 22:54
Inspiration Dribble #2 - Calendar
<link href="//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
<body>
<div class="calendar">
<div class="calendar-left">
<div class="calendar-left_icons">
<i class="fa fa-share-alt" aria-hidden="true"></i>
</div>
<div class="calendar-left_title">
<p>Friday august 1st</p>
</div>