We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 258ccac + 2b44e73 commit f453428Copy full SHA for f453428
css/styles.css
@@ -0,0 +1,3 @@
1
+body {
2
+ margin: 20px;
3
+}
index.html
@@ -15,6 +15,7 @@
15
16
<!-- Uses bootstrap for now -->
17
<link rel='stylesheet' href='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css'>
18
+ <link rel="stylesheet" href="css/styles.css">
19
20
<!-- Working Form.io CDN -->
21
<script src="https://unpkg.com/[email protected]/dist/formio.full.min.js"></script>
0 commit comments