# github-embed/1.1/css/github-embed.css

Github Embed, version 1.1. 14 lines.

- Page: https://pluginprobe.com/plugins/github-embed/1.1/code/css/github-embed.css
- Raw: https://pluginprobe.com/plugins/github-embed/1.1/raw/css/github-embed.css
- Modified: 2013-02-09T20:12:46+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/github-embed/1.1/code/css/github-embed.css#L10-L20`.

```css
.github-embed { 
	padding: 0.5em 2em 0.5em 4em;
	background-color: #fdfdfd;
	width: 80%;
	margin: auto;
	margin-bottom: 1em;
	background-image: url('https://github.com/github/media/raw/master/octocats/blacktocat-32.png');
	background-repeat: no-repeat;
	background-position: 1em 1em;
	-webkit-box-shadow: 2px 2px 2px #ddd;
	-moz-box-shadow: 2px 2px 2px #ddd;
	box-shadow: 2px 2px 2px #ddd;
}

```
