From d5054f04351fe210b7ed696220333f988a300306 Mon Sep 17 00:00:00 2001 From: Mohammed MAHROUS <mohammed.mahrous@ensiie.fr> Date: Sun, 8 May 2016 19:33:43 +0200 Subject: [PATCH] start1.css --- Timeline/css/start1.css | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 Timeline/css/start1.css diff --git a/Timeline/css/start1.css b/Timeline/css/start1.css new file mode 100644 index 0000000..a6ee85c --- /dev/null +++ b/Timeline/css/start1.css @@ -0,0 +1,29 @@ + + + +.start1 { + position: center; + padding: 400px 400; + text-align: center; + } + +.start1 p { + font-size: 240px; + font-weight: 300; + line-height: 1.25; + margin-bottom: 30px; +} + +/* Link styles (used on .masthead-links as well) */ +.start1 a { + color: #fff; + color: rgba(255,255,255,.5); + -webkit-transition: all .2s ease-in-out; + -moz-transition: all .2s ease-in-out; + transition: all .2s ease-in-out; +} +.start1 a:hover { + color: #fff; + text-shadow: 0 0 10px rgba(255,255,255,.25); +} + -- GitLab