From e466f12a5e5e79852dfec1f26962e005059470b2 Mon Sep 17 00:00:00 2001 From: Dirk Engling Date: Tue, 16 Aug 2016 23:00:21 +0200 Subject: make our logo an inlined svg --- index.html | 13 ++++++++++++- style.css | 14 ++++++++++++++ 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 8be56b8..f539edd 100644 --- a/index.html +++ b/index.html @@ -12,7 +12,18 @@
-

Abmahnbeantworter

+

+ + Abmahnbeantworter

Sie haben eine Abmahnung für einen Urheberrechtsverstoß erhalten?

diff --git a/style.css b/style.css index 5a57b2a..0ef5891 100644 --- a/style.css +++ b/style.css @@ -73,8 +73,22 @@ h1 { font-weight: 300; text-transform: uppercase; cursor: pointer; + vertical-align: top; + padding-top: 0px; +} + +h1 svg { + transform: scale(1.35) translate(0px, 4px) rotate(0deg); + margin-right: 21px; + float: left; + transition: transform 0.5s; } +#wrapper.step1 h1 svg { + transform: scale(1.35) translate(0px, 4px) rotate(360deg); +} + + h2 { font-size: 24pt; font-weight: 300; -- cgit v1.2.3