Update header style
This commit is contained in:
parent
db1c29f2f9
commit
793527f82e
1 changed files with 40 additions and 29 deletions
|
@ -6,13 +6,20 @@
|
||||||
color: #45828E;
|
color: #45828E;
|
||||||
background-color: #A5ECFA;
|
background-color: #A5ECFA;
|
||||||
font-family: 'Helvetica Neue', 'Open Sans', Helvetica, Arial, sans-serif;
|
font-family: 'Helvetica Neue', 'Open Sans', Helvetica, Arial, sans-serif;
|
||||||
padding: 30px;
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.container {
|
||||||
|
padding: 15px 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
|
background-color: #76C7D7;
|
||||||
|
color: #FAF7F3;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
line-height: 1.1;
|
padding: 15px 30px;
|
||||||
letter-spacing: -0.015em;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
@ -89,6 +96,8 @@
|
||||||
</script>
|
</script>
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
|
<div class="container">
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
To run your app with Electron, execute the following command under your
|
To run your app with Electron, execute the following command under your
|
||||||
Console (or Terminal):
|
Console (or Terminal):
|
||||||
|
@ -121,6 +130,8 @@
|
||||||
Drag your app here to run it
|
Drag your app here to run it
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
var holder = document.getElementById('holder');
|
var holder = document.getElementById('holder');
|
||||||
holder.ondragover = function () {
|
holder.ondragover = function () {
|
||||||
|
|
Loading…
Reference in a new issue