From 1ec6252e738cb6082c7cf13566fc8f5a6247d2b1 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Mon, 14 Dec 2020 16:03:07 +0530 Subject: added a startpage for web browser --- startpage/styles.css | 69 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 startpage/styles.css (limited to 'startpage/styles.css') diff --git a/startpage/styles.css b/startpage/styles.css new file mode 100644 index 00000000..4631ead4 --- /dev/null +++ b/startpage/styles.css @@ -0,0 +1,69 @@ +.center { text-align: center; } +body { + margin: 7px; + background-color: #111111; + background-image: url("bg5.jpg"); + background-repeat: no-repeat; + background-size: cover; +} + +.content { + border-radius: 6px; + background: #2326273f; + padding: 10px 24px; + margin: 3%; +} + +.content #title { + font-size: 44px; +} + +#time-container h2 { + font-size: 32px; + color: #f50a69; + margin-right: 510px; + margin-left: 510px; + padding: 5px 0px; + background-color: #a00af619; + border-radius: 50px; +} + + + +.content h1 { + color: #FFFFFF; +} + + +#bottom-nav-container { + margin: -7px; + background-color: #333333dd; + overflow: hidden; + position: fixed; + bottom: 0; + width: 100%; + padding: 0px 0px 7px 0px; +} + +.bottom-nav-item p { + display: inline; + color: #FFFFFF; +} + +#nav-links { + padding: 12px 12px 12px 12px; + background-color: #FCFCFC; + float: left; + border: 2px solid #232627; + border-radius: 90px 90px 90px 90px; +} + +#nav-links a { + color: #FFFFFF; + background-color: #a000fc; + text-decoration: none; + padding: 8px 18px; + border-radius: 20px; + margin-right: 3px; + margin-left: 3px; +} -- cgit v1.2.3