summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.da.html6
-rw-r--r--style.scss13
2 files changed, 12 insertions, 7 deletions
diff --git a/index.da.html b/index.da.html
index fb27ff0..2e35e02 100644
--- a/index.da.html
+++ b/index.da.html
@@ -13,12 +13,10 @@
</head>
<body>
<article>
-<h1>Tilgodebevis</h1>
<section>
<img id="coin" alt="1 Bitcoin" src="images/coin.png" />
-<p>Denne webside repræsenterer 1 (een) Bitcoin</p>
-<p>Ejer: Jesper Smedegaard</p>
-<p>Udsteder: <a href="http://dr.jones.dk/">Jonas</a> &amp; <a href="http://sirireiter.dk/">Siri</a></p>
+<p>Tilgodebevis på 1 (een) Bitcoin til Jesper Smedegaard
+fra <a href="http://dr.jones.dk/">Jonas</a> &amp; <a href="http://sirireiter.dk/">Siri</a></p>
</section>
<footer><a href="http://www.bitcoinpenge.dk/">Mere info</a></footer>
</article>
diff --git a/style.scss b/style.scss
index 4cc6792..c225aca 100644
--- a/style.scss
+++ b/style.scss
@@ -8,10 +8,10 @@ $link-color: white;
// $link-visited-color: white;
// h5bp
-$line-height: 1.4;
+$line-height: 1;
$font-color: lightblue;
$font-family: sans-serif;
-$font-size: 1em;
+$font-size: 2em;
$selected-font-color: yellow;
$selected-background-color: orange;
@@ -19,17 +19,24 @@ $selected-background-color: orange;
body {
background-color: darkred;
+ color: $font-color;
+ line-height: $line-height;
+ font-size: $font-size;
}
article {
+ margin: 0 auto;
+ max-width: 20em;
text-align: center;
}
a {
@include link-colors($link-color);
+ @include hover-link;
}
#coin {
- width: 20em;
+ margin: 1em;
+ width: 10em;
height: auto;
}