Skip to content
This repository has been archived by the owner. It is now read-only.

Fix border and shadow #214

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Fix border and shadow
  • Loading branch information
afaur committed Feb 10, 2017
commit 713cbaa5d4df23a126de4fea07bb53246512a564
@@ -19,7 +19,9 @@
<link href="assets/stylesheets/font-awesome.min.css" rel="stylesheet">
</head>
<body>
<section id="zazu"></section>
<section
style="border-radius: 6px; box-shadow: 0px 20px 80px #AAAAAA;"
id="zazu"></section>
<script>
const ReactDOM = require('react-dom')
const React = require('react')