From 81dd4f0859fcd82c7676b61e598071f6c1f61827 Mon Sep 17 00:00:00 2001 From: Priyan J Date: Sun, 17 Dec 2023 20:53:03 +0530 Subject: [PATCH] Funny Changes --- index.html | 18 +++++++++++++++--- styles.css | 26 ++++++++++++++++++++++++++ 2 files changed, 41 insertions(+), 3 deletions(-) create mode 100644 styles.css diff --git a/index.html b/index.html index 9458341..aff911b 100644 --- a/index.html +++ b/index.html @@ -1,11 +1,23 @@ + Priyan + + + + + -

Hello :)

-

There is nothing here, Why did you search me?


-
Hosted with GitHub Pages :)
+
+
+ I am Priyan J +
+
+ Building Momentum +
+
+ \ No newline at end of file diff --git a/styles.css b/styles.css new file mode 100644 index 0000000..8e2ac7f --- /dev/null +++ b/styles.css @@ -0,0 +1,26 @@ +body { + margin: 20px; + background: #343434; + color: aliceblue; + font-family: 'Grandstander', cursive; + font-size: x-large; + align-items: center; + justify-content: center; + display: flex; + flex-direction: column; + box-sizing: border-box; +} + +.card { + border-radius: 12px; + box-shadow: 0 2px 8px rgba(0, 0, 0, 0.26); + min-width: 50rem; + max-width: 50rem; + margin: 2rem auto; + padding: 1rem; +} + +.card:hover { + box-shadow: 0 2px 8px rgba(0, 255, 204, 0.766); + min-width: 52rem; +} \ No newline at end of file