Skip to content

Commit

Permalink
Adjust demo CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
electerious committed Apr 27, 2019
1 parent 73fb418 commit ce56075
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 20 deletions.
15 changes: 10 additions & 5 deletions demos/create.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,29 @@
<style>

html {
font-family: sans-serif;
width: 100%;
height: 100%;
font-family: sans-serif;
}

body {
text-align: center;
display: flex;
align-items: center;
align-content: center;
justify-content: center;
flex-wrap: wrap;
min-height: 100%;
font-size: 14px;
margin: 0;
color: white;
text-align: center;
}

button {
display: inline-block;
appearance: none;
background: #2875ed;
margin: 50px 0;
padding: 6px 10px;
margin: .5em;
padding: .5em 1em;
border: none;
color: white;
font: inherit;
Expand Down
15 changes: 10 additions & 5 deletions demos/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,29 @@
<style>

html {
font-family: sans-serif;
width: 100%;
height: 100%;
font-family: sans-serif;
}

body {
text-align: center;
display: flex;
align-items: center;
align-content: center;
justify-content: center;
flex-wrap: wrap;
min-height: 100%;
font-size: 14px;
margin: 0;
color: white;
text-align: center;
}

button {
display: inline-block;
appearance: none;
background: #2875ed;
margin: 50px 0;
padding: 6px 10px;
margin: .5em;
padding: .5em 1em;
border: none;
color: white;
font: inherit;
Expand Down
15 changes: 10 additions & 5 deletions demos/dom.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,29 @@
<style>

html {
font-family: sans-serif;
width: 100%;
height: 100%;
font-family: sans-serif;
}

body {
text-align: center;
display: flex;
align-items: center;
align-content: center;
justify-content: center;
flex-wrap: wrap;
min-height: 100%;
font-size: 14px;
margin: 0;
color: white;
text-align: center;
}

button {
display: inline-block;
appearance: none;
background: #2875ed;
margin: 50px 0;
padding: 6px 10px;
margin: .5em;
padding: .5em 1em;
border: none;
color: white;
font: inherit;
Expand Down
15 changes: 10 additions & 5 deletions demos/events.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,29 @@
<style>

html {
font-family: sans-serif;
width: 100%;
height: 100%;
font-family: sans-serif;
}

body {
text-align: center;
display: flex;
align-items: center;
align-content: center;
justify-content: center;
flex-wrap: wrap;
min-height: 100%;
font-size: 14px;
margin: 0;
color: white;
text-align: center;
}

button {
display: inline-block;
appearance: none;
background: #2875ed;
margin: 50px 0;
padding: 6px 10px;
margin: .5em;
padding: .5em 1em;
border: none;
color: white;
font: inherit;
Expand Down

0 comments on commit ce56075

Please sign in to comment.