From ab653ce604b30dad9c70676141627dc88ec6ac6d Mon Sep 17 00:00:00 2001 From: Srijan Shovit Date: Wed, 13 Jul 2022 00:58:08 +0530 Subject: [PATCH 1/2] enhanced ui --- index.css | 42 ++++++++++++++++++++++++++++++++++-------- index.html | 24 +++++++++++++----------- 2 files changed, 47 insertions(+), 19 deletions(-) diff --git a/index.css b/index.css index 07cca01..371207a 100644 --- a/index.css +++ b/index.css @@ -1,27 +1,53 @@ +@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap"); + +* html { + padding: 0; + margin: 0; + box-sizing: border-box; +} + +body { + margin: 0; + font-family: "Open Sans", sans-serif; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + background-color:#0f0e13; + background-image: + radial-gradient(at 0% 0%, hsla(253,16%,7%,1) 0, transparent 50%), + radial-gradient(at 50% 0%, hsla(225,39%,30%,1) 0, transparent 50%), + radial-gradient(at 100% 0%, hsla(339,49%,30%,1) 0, transparent 50%); +} + +.desc{ + color: thistle; +} + + .logo{ width: 200px; height: 200px; margin-top: 2%; } .lcolor{ - color: #D91B5B; + color: #c8c8d7; } .btns{ margin-top: 1% } #note{ - border: 2px dotted black; + border: 2px dotted rgb(177, 189, 236); padding-bottom: 7px; width: 60%; margin-bottom:1%; + border-radius: 10px; } #note:hover{ - border: 2px dashed #D91B5B; -} + border: 2px dashed #7be76b; -.header{ - font-family: Francois One; } + .list-group-item{ - font-family: Noticia Text; -} \ No newline at end of file + font-family: Open Sans; + background-color: lavender; + font-size: medium; +} diff --git a/index.html b/index.html index e3a7957..a61a091 100644 --- a/index.html +++ b/index.html @@ -16,14 +16,15 @@ Download Github - -

A lightweight javascript library which provides users with a set of options in the form of a small popover over the selected portion of text.

+
+

A lightweight javascript library which provides users with a set of options in the form of a small popover over the selected portion of text.

+
-

Try selecting any text on this page

+

Try selecting any text on this page😏

-

Features

+

Features

Lightweight No dependencies @@ -33,7 +34,7 @@

Features

-

Menu Options Available

+

Menu Options Available

Share on Twitter Share on Facebook @@ -45,16 +46,17 @@

Menu Options Available

-

Basic Usage

+

Basic Usage

-
-

Designed with by Prateek Kalra.

-
-

Advanced Usage

+

Advanced Usage

+
+

Designed with by Prateek Kalra🤔

+

Enhanced with by Srijan Shovit🤓

+
@@ -72,7 +74,7 @@

Advanced Usage

copy:true, speak:true, translate:true, - backgroundColor: 'crimson', + backgroundColor: 'violet', iconColor: '#fff', }).init(); From b8318398d87f85a9b1ca6896be1751d2795b632a Mon Sep 17 00:00:00 2001 From: SrijanShovit <86592220+SrijanShovit@users.noreply.github.com> Date: Wed, 13 Jul 2022 01:03:00 +0530 Subject: [PATCH 2/2] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index a61a091..b2a1238 100644 --- a/index.html +++ b/index.html @@ -55,7 +55,7 @@

Advanced Usage

Designed with by Prateek Kalra🤔

-

Enhanced with by Srijan Shovit🤓

+

Enhanced with by Srijan Shovit🤓