From 71a515b90db3ccae67f0ff86ced68af7c2ce1e67 Mon Sep 17 00:00:00 2001 From: Anthony Dumas Date: Sun, 28 Aug 2016 02:58:58 +0200 Subject: [PATCH] Ajout d'une page NSFW --- index.html | 2 +- nsfw/content.css | 21 +++++++++++++++++++++ nsfw/index.html | 17 +++++++++++++++++ 3 files changed, 39 insertions(+), 1 deletion(-) create mode 100644 nsfw/content.css create mode 100644 nsfw/index.html diff --git a/index.html b/index.html index 0cdba37..f400b0f 100644 --- a/index.html +++ b/index.html @@ -487,7 +487,7 @@
- Copyright © Anthony Yvon Dumas - 2016 + Copyright © Anthony Yvon Dumas - 2016
diff --git a/nsfw/content.css b/nsfw/content.css new file mode 100644 index 0000000..5075f52 --- /dev/null +++ b/nsfw/content.css @@ -0,0 +1,21 @@ +body { + background: #EECDA3; + /* fallback for old browsers */ + background: -webkit-linear-gradient(to left, #EECDA3, #EF629F); + /* Chrome 10-25, Safari 5.1-6 */ + background: linear-gradient(to left, #EECDA3, #EF629F); + /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ + font-family: 'Satisfy', cursive; + color: white; +} +h1 { + font-size: 50px; + text-shadow: 1px 1px 15px #3c3c3c; +} +.hide { + display: none; +} +.center { + text-align: center; + padding-top: 100px; +} diff --git a/nsfw/index.html b/nsfw/index.html new file mode 100644 index 0000000..45ce8c1 --- /dev/null +++ b/nsfw/index.html @@ -0,0 +1,17 @@ + + + + Stay calm + + + + + + + +
+ +

Stay Calm

+
+ +