commit 59d1d1f3f600a89da31c2323d1259db00ee0c661
parent b67fb556a408700ce70c6e8a3cfd0a2461ff5f5c
Author: ugrnm <ultrageranium@bleu255.com>
Date: Wed Aug 21 16:35:34 +0200
more centred stuff + larger main text
Diffstat:2 files changed, 9 insertions(+), 5 deletions(-)
diff --git a/index.html b/index.html
@@ -12,7 +12,6 @@
<header>
<div class="centreplz">
<img src="lurk-logo-web.svg">
- <h1 id="lurkers-of-the-world-unite">LURKers of the world unite!</h1>
<p>Welcome to LURK, we host, facilitate and archive discussions around net- and computational culture and politics, proto- and post-free culture practices, (experimental) (sound) (new media) (software) art, and things like that…</p>
<p>We’re <a href="#pls-send-halp">volunteer run</a> and wish to:</p>
<ul>
@@ -70,6 +69,7 @@
<div class="centreplz">
<h2 id="contact">Contact</h2>
<p>You can reach us here: lurk <em>NOSPAMpls</em> at <em>NOSPAM</em> bleu255 <em>NOSPAM</em> dot <em>NOSPAM</em> com</p>
+ <h1 id="lurkers-of-the-world-unite">LURKers of the world unite!</h1>
<div class="centreplz">
</footer>
</body>
diff --git a/style.css b/style.css
@@ -24,6 +24,10 @@ header, footer {
color: #FFF;
}
+header img {
+ width: 100%;
+}
+
#halp {
background-color: #FFCD3F;
color: #000;
@@ -35,7 +39,7 @@ main {
* {
font-family: "Route159-SemiBold", Fallback, sans-serif;
-
+ font-size: 1.05em;
}
.centreplz {
@@ -43,7 +47,6 @@ main {
width: 80%;
max-width: 960px;
margin: auto;
-
}
h1, h2, h3 {
@@ -52,11 +55,12 @@ h1, h2, h3 {
font-style: normal;
color: #FFFFFF;
text-transform: uppercase;
+ text-align: center;
}
h1 {
- word-spacing: 105%;
- letter-spacing: 0.1em;
+ word-spacing: 100%;
+ letter-spacing: -0.1em;
}
h2 {