diff --git a/cabo.jpg b/cabo.jpg new file mode 100644 index 0000000..c5d719d Binary files /dev/null and b/cabo.jpg differ diff --git a/index.html b/index.html index cc282a6..63e6a8a 100644 --- a/index.html +++ b/index.html @@ -44,15 +44,11 @@
  • Resume
  • - - - - -
  • LinkedIn
  • Mail
  • +
  • MKS
  • diff --git a/indexmeme.html b/indexmeme.html index 21f2df4..a7231a0 100644 --- a/indexmeme.html +++ b/indexmeme.html @@ -42,6 +42,7 @@ rel="noopener noreferrer">LinkedIn
  • Mail
  • +
  • MKS
  • diff --git a/mks.html b/mks.html new file mode 100644 index 0000000..4cc0810 --- /dev/null +++ b/mks.html @@ -0,0 +1,143 @@ + + + + + + Muqaddar ka Sikandar + + + + + +
    + +
    + +
    +

    Muqaddar ka Sikandar

    +

    All-Time Cabo Counter

    + +
    +
    + Prabal + 0 +
    +
    + Skeleton Artwork +
    +
    + Swayam + 0 +
    +
    +
    + + + + diff --git a/stylecabo.css b/stylecabo.css new file mode 100644 index 0000000..5155aee --- /dev/null +++ b/stylecabo.css @@ -0,0 +1,49 @@ +.header { + align-items: center; + width: 100%; + background-position: center; + background-size: cover; + position: relative; + margin-bottom: -5%; +} + +nav { + + display: flex; + padding: 1% 4.5%; + justify-content: space-between; + align-items: center; +} + +.nav-links { + + flex: 1; + text-align: center; +} + +.nav-links ul li { + list-style: none; + display: inline-block; + padding: 10px 30px 0px; + position: relative; +} + +.nav-links ul li a { + font-family: "IBM Plex Mono", monospace; + font-weight: 300; + font-style: normal; + color: #333; + text-decoration: none; + font-size: 100%; + position: relative; + display: inline-block; + transition: transform 0.8s, color 0.5s; + /* Add transition for smooth effect */ +} + +.nav-links ul li a:hover { + transform: scale(2); + /* Scale the link up by 2 times */ + color: rgb(148, 0, 27); + font-weight: 500; +} \ No newline at end of file