Skip to content

Commit 2b44e73

Browse files
Added styling to form
Signed-off-by: Natalia Luzuriaga <[email protected]>
1 parent 6239659 commit 2b44e73

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)