Skip to content

Commit f453428

Browse files
Merge pull request #14 from DSACMS/nat/cleanup
Styling: Added CSS to form
2 parents 258ccac + 2b44e73 commit f453428

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

css/styles.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
body {
2+
margin: 20px;
3+
}

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
<!-- Uses bootstrap for now -->
1717
<link rel='stylesheet' href='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css'>
18+
<link rel="stylesheet" href="css/styles.css">
1819

1920
<!-- Working Form.io CDN -->
2021
<script src="https://unpkg.com/[email protected]/dist/formio.full.min.js"></script>

0 commit comments

Comments
 (0)