diff --git a/app.js b/app.js index e69de29..9c4afe3 100644 --- a/app.js +++ b/app.js @@ -0,0 +1 @@ +// Some logics will be implimented \ No newline at end of file diff --git a/index.html b/index.html index cafcf9b..8de6293 100644 --- a/index.html +++ b/index.html @@ -117,8 +117,51 @@

Tagged

+
+

  Sample Notes Container || Tool List

+
+
+
- Your Note Here +

Title of Your Note Here

+

+ Your Note Here +

+ + + //Add Some Code Here + + +

Some List

+ + +
+ +
+ +

Some Paragraph

+ +

+ Lorem ipsum dolor sit amet consectetur adipisicing elit. Autem reiciendis iste exercitationem alias, natus quos, deserunt eum optio eius inventore iure obcaecati nisi fuga laudantium assumenda, nam quam veniam. Consequatur. +

+ +

Some Images

+ +

+ Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deleniti enim earum unde iusto accusamus eligendi officiis! Dolorem alias nisi minus quia consectetur voluptas est fugit fugiat! Ullam id odit eaque! + +

+ + +
diff --git a/logo.png b/logo.png new file mode 100644 index 0000000..c377a13 Binary files /dev/null and b/logo.png differ diff --git a/style.css b/style.css index 998ca7e..032ee5c 100644 --- a/style.css +++ b/style.css @@ -88,8 +88,23 @@ section { .notes { display: flex; flex-direction: column; - } - +} + +#note { + padding: 40px 0 200px 10px ; + height: 100vh; + line-height: 40px; + overflow: scroll; + /* padding: 40px 0 200px 10px; */ +} + +#note ul, #note li{ + margin: 0 0 0 10px; +} + +#note img { + max-width: 100%; +} .note { border: 1px solid; padding: 8px; @@ -97,19 +112,16 @@ section { /* border-radius: 20px ; */ margin: 4px; transition: all .1s ease ; - - } - - #note { - min-height: 100vh; + opacity: .9; + background: rgb(255, 255, 255); } .note:hover { scale: 1.002; - margin: 10px; + /* margin: 10px; */ border: 1px solid palevioletred; - background: transparent; + opacity: 1.2; } .notetitle { @@ -137,7 +149,7 @@ section { display: flex; flex-grow: 1; flex-direction: row; - justify-content: space-around; + justify-content: flex-end; font-weight: bolder; } @@ -147,7 +159,12 @@ section { padding: 4px; border-radius: 20px; max-height: max-content; - + margin: 2px; + border: 2px solid transparent; +} + +.notetags span:hover { + border: 2px solid; } .notetime {