./Workspace

v1.1.6

img
          
          
          
          <!DOCTYPE html>
          <html lang="en">
            <head>
              <meta charset="UTF-8" />
              <meta http-equiv="X-UA-Compatible" content="IE=edge" />
              <meta
                name="viewport"
                content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"
              />
              <title>Crypto</title>
              <link rel="stylesheet" href="./css/main.css" />
              <link rel="stylesheet" href="https://zaferinci.com.tr/workspace/reset.css" />
            </head>
            <body>
              <header>
                <a href="#">KRYPTO</a>
                <ul>
                  <li>
                    <a href="#"> ABOUT </a>
                  </li>

                  <li>
                    <a href="#"> PRICING </a>
                  </li>

                  <li>
                    <a href="#"> CONTACT </a>
                  </li>

                  <li>
                    <a href="#">
                      <div></div>
                      BUY NFTS
                    </a>
                  </li>
                </ul>
              </header>
              <section class="hero">
                <div class="left">
                  <h2>Discover And Collect Rare NFTs</h2>
                  <p>
                    The most secure marketplace for buying and selling unique crypto
                    assets.
                  </p>
                  <div class="actions">
                    <a href="#">BUY NFTS</a>
                    <a href="#">SELL NFTS</a>
                  </div>
                </div>
                <div class="right">
                  <img src="./img/pc.png" alt="" />
                </div>
              </section>
              <section class="brands">
                <h2>FEATURED ON</h2>
                <ul>
                  <li>
                    <a href="#">
                      <img src="./img/techcrunch.png" alt="" />
                    </a>
                  </li>

                  <li>
                    <a href="#">
                      <img src="./img/fastcompany.png" alt="" />
                    </a>
                  </li>

                  <li>
                    <a href="#">
                      <img src="./img/mit.png" alt="" />
                    </a>
                  </li>

                  <li>
                    <a href="#">
                      <img src="./img/forbes.png" alt="" />
                    </a>
                  </li>
                </ul>
              </section>
              <section class="analytics">
                <div class="left">
                  <span>ANALYTICS</span>
                  <h2>Built-In Analytics To Track Your Nfts</h2>
                  <p>
                    Use our built-in analytics dashboard to pull valuable insights and
                    monitor the value of your Krypto portfolio over time.
                  </p>
                  <a href="#">VIEW OUR PRICING</a>
                </div>
                <div class="right">
                  <img src="./img/energy.png" alt="" />
                </div>
              </section>
              <section class="getapp">
                <div class="left">
                  <span>GET OUR APP</span>
                  <h2>Browse NFTs from your smartphone</h2>
                  <p>
                    Use our built-in analytics dashboard to pull valuable insights and
                    monitor the value of your Krypto portfolio over time.
                  </p>
                  <a href="#">VIEW OUR PRICING</a>
                </div>
                <div class="right">
                  <img src="./img/phone.png" alt="" />
                </div>
              </section>
              <section class="testimonials">
                <h5>TESTIMONIALS</h5>
                <h2>Read What Others Have To Say</h2>
                <ul>
                  <li>
                    <div class="card">
                      <img src="./img/olivia.png" />
                      <h2>OLIVIA COLE</h2>
                      <p>
                        Lorem ipsum, dolor sit amet consectetur adipisicing elit. Tenetur
                        excepturi dicta corrupti iusto consequatur facere.
                      </p>
                    </div>
                  </li>

                  <li>
                    <div class="card">
                      <img src="./img/even.png" />
                      <h2>OLIVIA COLE</h2>
                      <p>
                        Lorem ipsum, dolor sit amet consectetur adipisicing elit. Tenetur
                        excepturi dicta corrupti iusto consequatur facere.
                      </p>
                    </div>
                  </li>

                  <li>
                    <div class="card">
                      <img src="./img/john.png" />
                      <h2>OLIVIA COLE</h2>
                      <p>
                        Lorem ipsum, dolor sit amet consectetur adipisicing elit. Tenetur
                        excepturi dicta corrupti iusto consequatur facere.
                      </p>
                    </div>
                  </li>
                </ul>
              </section>
              <section class="getstarted">
                <h5>ARE YOU READY?</h5>
                <h2>Be A Part Of The Next Big Thing</h2>
                <a href="#">GET STARTED</a>
              </section>
              <footer>
                <a href="#">KRYPTO</a>

                <div class="menu first">
                  <a href="#">Home</a>
                  <a href="#">About</a>
                  <a href="#">Buy NFTs</a>
                  <a href="#">Sell NFTs</a>
                </div>

                <div class="menu">
                  <a href="#">Market</a>
                  <a href="#">Browse NFTs</a>
                  <a href="#">Buy NFTs</a>
                  <a href="#">Sell NFTs</a>
                </div>

                <div class="menu">
                  <a href="#">Contact</a>
                  <a href="#">Email</a>
                  <a href="#">Linkedln</a>
                  <a href="#">Instagram</a>
                  <a href="#">Twitter</a>
                </div>

                <div class="join">
                  <span>Join our newsletter</span>
                  <div class="mail">
                    <input type="text" placeholder="Email Address" />
                    <button>SUBMIT</button>
                  </div>
                </div>

                <div class="ellipse4"></div>
              </footer>
              <div class="ellipse"></div>
              <div class="ellipse2"></div>
              <div class="ellipse3"></div>
            </body>
          </html>
                    
        
          
          @import url("https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap");

          html,
          body {
            height: 100%;
          }

          body {
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 0 20px;
            color: #fff;
            background: #000235;
            overflow: overlay;
            position: relative;
            overflow-x: hidden;
          }

          body,
          input,
          textarea,
          select,
          button {
            font-family: "Outfit", sans-serif;
          }

          header {
            display: flex;
            align-items: center;
            margin-top: 45px;
            max-width: 1100px;
            width: 100%;
            font-size: 17px;
            font-weight: 700;
            a {
              color: #fff;
            }
            ul {
              display: flex;
              align-items: center;
              margin-left: auto;
              li {
                margin: 0 30px;
                a {
                  color: #fff;
                }
                &:last-child {
                  margin-right: 0;
                  a {
                    display: flex;
                    align-items: center;
                    padding: 10px 25px 10px 21px;
                    border-radius: 60px;
                    background: #2d2879;
                    div {
                      width: 17px;
                      height: 17px;
                      border-radius: 50%;
                      background: #9091dc;
                      margin-right: 10px;
                    }
                  }
                }
              }
            }
          }
          .hero {
            display: flex;
            align-items: center;
            width: 100%;
            max-width: 1100px;
            margin-top: 70px;
            .left,
            .right {
              width: 100%;
            }
            .left {
              h2 {
                font-size: 76px;
                max-width: 450px;
              }
              p {
                font-size: 18px;
                font-weight: 300;
                max-width: 350px;
              }
              .actions {
                display: flex;
                align-items: center;
                margin-top: 20px;
                a {
                  display: flex;
                  align-items: center;
                  justify-content: center;
                  color: #fff;
                  font-size: 18px;
                  font-weight: 700;
                  border-radius: 60px;
                  background: #8d8dda;
                  padding: 22px 60px;
                  margin-right: 12px;
                  &:last-child {
                    border: 1px solid #fff;
                    background: transparent;
                  }
                }
              }
            }
            .right {
              display: flex;
              align-items: center;
              justify-content: center;
              img {
                width: 100%;
                height: 100%;
              }
            }
          }
          .brands {
            display: flex;
            flex-direction: column;
            width: 100%;
            max-width: 1100px;
            margin-top: 150px;
            h2 {
              font-size: 18px;
              letter-spacing: 3px;
              margin-bottom: 15px;
            }
            ul {
              display: flex;
              align-items: center;
              justify-content: center;
              background: rgba(#6358bd, 0.15);
              border-radius: 8px;
              width: 100%;
              padding: 19px 62px;
              li {
                margin-right: 140px;
                &:last-child {
                  margin: 0;
                }
                a {
                  display: flex;
                  align-items: center;
                  height: 100%;
                  img {
                    width: 100%;
                    height: 100%;
                  }
                }
              }
            }
          }
          .analytics {
            display: flex;
            align-items: center;
            flex-direction: row-reverse;
            margin-top: 100px;
            gap: 10px;
            max-width: 1100px;
            width: 100%;
            .left,
            .right {
              width: 100%;
            }
            .left {
              display: flex;
              flex-direction: column;
              justify-content: center;

              padding-right: 50px;
              span {
                display: block;
                font-size: 18px;
                letter-spacing: 2px;
                color: #abd9d9;
                margin-bottom: 7px;
              }
              h2 {
                font-size: 58px;
                color: #fff;
              }
              p {
                font-size: 16px;
                font-weight: 400;
                width: 336px;
                color: #fff;
                margin: 10px 0 21px 0;
              }
              a {
                display: flex;
                align-self: flex-start;
                align-items: center;
                justify-content: center;
                padding: 22px 51px;
                border-radius: 83px;
                color: #fff;
                font-weight: 700;
                background: #8d8dda;
              }
            }
            .right {
              display: flex;
              align-items: center;
              justify-content: flex-start;
            }
          }
          .getapp {
            display: flex;
            align-items: center;
            width: 100%;
            max-width: 1100px;
            margin-top: 50px;
            .left,
            .right {
              width: 100%;
            }
            .left {
              display: flex;
              flex-direction: column;
              justify-content: center;
              padding-left: 30px;
              span {
                display: block;
                font-size: 18px;
                letter-spacing: 2px;
                color: #abd9d9;
                margin-bottom: 7px;
              }
              h2 {
                font-size: 58px;
                color: #fff;
              }
              p {
                font-size: 16px;
                font-weight: 400;
                width: 336px;
                color: #fff;
                margin: 10px 0 21px 0;
              }
              a {
                display: flex;
                align-self: flex-start;
                align-items: center;
                justify-content: center;
                padding: 22px 51px;
                border-radius: 83px;
                color: #fff;
                font-weight: 700;
                background: #8d8dda;
              }
            }
            .right {
              display: flex;
              align-items: center;
              justify-content: center;
              img {
                width: 92%;
                height: 92%;
              }
            }
          }
          .testimonials {
            display: flex;
            flex-direction: column;
            align-items: center;
            width: 100%;
            max-width: 1100px;
            padding: 150px 0;
            text-align: center;
            h5 {
              font-size: 18px;
              font-weight: 500;
              color: rgba(#fff, 0.75);
            }
            h2 {
              font-size: 48px;
              font-weight: 700;
              max-width: 500px;
              margin: 12px 0 30px 0;
            }
            ul {
              display: flex;
              align-items: center;
              li {
                margin-right: 15px;
                &:last-child {
                  margin-right: 0;
                }
                .card {
                  display: flex;
                  flex-direction: column;
                  justify-content: center;
                  align-items: center;
                  background: rgba(#fff, 0.08);
                  border-radius: 20px;
                  padding: 50px 30px;
                  h2 {
                    font-size: 22px;
                    font-weight: 700;
                    margin: 25px 0;
                  }
                  p {
                    font-size: 16px;
                    font-weight: 300;
                  }
                  img {
                    width: 100px;
                    height: 100px;
                    object-fit: cover;
                    mix-blend-mode: luminosity;
                  }
                }
              }
            }
          }
          .getstarted {
            display: flex;
            flex-direction: column;
            align-items: center;
            width: 100%;
            max-width: 1100px;
            padding: 75px 20px;
            text-align: center;
            border-radius: 30px;
            background: linear-gradient(270deg, #abd9d9, #5151c6);
            h5 {
              font-size: 18px;
              color: #000;
            }
            h2 {
              margin: 20px 0;
              font-size: 54px;
              max-width: 500px;
            }
            a {
              margin-top: 20px;
              padding: 20px 71px;
              font-size: 16px;
              color: #fff;
              border-radius: 60px;
              background: #000;
            }
          }
          footer {
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            width: 100%;
            max-width: 1100px;
            padding: 200px 0 30px 0;
            position: relative;
            a {
              font-size: 18px;
              color: #fff;
              font-weight: 700;
            }
            .menu {
              margin-right: 30px;
            }

            .menu {
              display: flex;
              flex-direction: column;
              a {
                font-size: 16px;
                color: #fff;
                &:first-child {
                  font-size: 18px;
                  font-weight: 700;
                  margin-bottom: 22px;
                }
              }
              &.first {
                margin-top: 44px;
                a {
                  margin-bottom: 0;
                  font-weight: normal;
                }
              }
            }

            .join {
              width: 345px;
              span {
                display: block;
                margin-bottom: 22px;
                font-weight: 700;
                font-size: 20px;
              }
              .mail {
                position: relative;
                input {
                  width: 100%;
                  padding: 12px 80px 12px 23px;
                  background-color: #13124f;
                  font-size: 16px;
                  font-weight: 300;
                  color: rgba(#fff, 0.8);
                  border-radius: 70px;
                  &::placeholder {
                    color: rgba(#fff, 0.8);
                  }
                }
                button {
                  top: 50%;
                  transform: translateY(-50%);
                  position: absolute;
                  background: #8d8dda;
                  border-radius: 80px;
                  color: #fff;
                  font-size: 14px;
                  font-weight: 700;
                  padding: 8px 32px;
                  right: 6px;
                  cursor: pointer;
                }
              }
            }
            .menu-first,
            .menu,
            .join {
              z-index: 2;
            }
            .ellipse4 {
              position: absolute;
              bottom: -100px;
              right: -350px;
              width: 400px;
              height: 400px;
              z-index: 0;
              filter: blur(250px);
              background: rgba(#abd9d9, 0.8);
            }
          }
          .ellipse {
            position: absolute;
            top: -500px;
            left: 25%;
            transform: translateX(-50%);
            width: 400px;
            height: 400px;
            filter: blur(250px);
            background: #abd9d9;
          }
          .ellipse2 {
            position: absolute;
            top: 800px;
            right: -500px;
            width: 400px;
            height: 400px;
            z-index: 2;
            filter: blur(250px);
            background: rgba(#abd9d9, 0.8);
          }
          .ellipse3 {
            position: absolute;
            top: 2200px;
            left: -350px;
            width: 400px;
            height: 400px;
            z-index: 2;
            filter: blur(250px);
            background: rgba(171, 217, 217, 1);
          }
          
        
          
          @import url("https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap");
          
          html,
          body {
            height: 100%;
          }

          body {
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 0 20px;
            color: #fff;
            background: #000235;
            overflow: overlay;
            position: relative;
            overflow-x: hidden;
          }

          body,
          input,
          textarea,
          select,
          button {
            font-family: "Outfit", sans-serif;
          }

          header {
            display: flex;
            align-items: center;
            margin-top: 45px;
            max-width: 1100px;
            width: 100%;
            font-size: 17px;
            font-weight: 700;
          }
          header a {
            color: #fff;
          }
          header ul {
            display: flex;
            align-items: center;
            margin-left: auto;
          }
          header ul li {
            margin: 0 30px;
          }
          header ul li a {
            color: #fff;
          }
          header ul li:last-child {
            margin-right: 0;
          }
          header ul li:last-child a {
            display: flex;
            align-items: center;
            padding: 10px 25px 10px 21px;
            border-radius: 60px;
            background: #2d2879;
          }
          header ul li:last-child a div {
            width: 17px;
            height: 17px;
            border-radius: 50%;
            background: #9091dc;
            margin-right: 10px;
          }

          .hero {
            display: flex;
            align-items: center;
            width: 100%;
            max-width: 1100px;
            margin-top: 70px;
          }
          .hero .left,
          .hero .right {
            width: 100%;
          }
          .hero .left h2 {
            font-size: 76px;
            max-width: 450px;
          }
          .hero .left p {
            font-size: 18px;
            font-weight: 300;
            max-width: 350px;
          }
          .hero .left .actions {
            display: flex;
            align-items: center;
            margin-top: 20px;
          }
          .hero .left .actions a {
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 18px;
            font-weight: 700;
            border-radius: 60px;
            background: #8d8dda;
            padding: 22px 60px;
            margin-right: 12px;
          }
          .hero .left .actions a:last-child {
            border: 1px solid #fff;
            background: transparent;
          }
          .hero .right {
            display: flex;
            align-items: center;
            justify-content: center;
          }
          .hero .right img {
            width: 100%;
            height: 100%;
          }

          .brands {
            display: flex;
            flex-direction: column;
            width: 100%;
            max-width: 1100px;
            margin-top: 150px;
          }
          .brands h2 {
            font-size: 18px;
            letter-spacing: 3px;
            margin-bottom: 15px;
          }
          .brands ul {
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(99, 88, 189, 0.15);
            border-radius: 8px;
            width: 100%;
            padding: 19px 62px;
          }
          .brands ul li {
            margin-right: 140px;
          }
          .brands ul li:last-child {
            margin: 0;
          }
          .brands ul li a {
            display: flex;
            align-items: center;
            height: 100%;
          }
          .brands ul li a img {
            width: 100%;
            height: 100%;
          }

          .analytics {
            display: flex;
            align-items: center;
            flex-direction: row-reverse;
            margin-top: 100px;
            gap: 10px;
            max-width: 1100px;
            width: 100%;
          }
          .analytics .left,
          .analytics .right {
            width: 100%;
          }
          .analytics .left {
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding-right: 50px;
          }
          .analytics .left span {
            display: block;
            font-size: 18px;
            letter-spacing: 2px;
            color: #abd9d9;
            margin-bottom: 7px;
          }
          .analytics .left h2 {
            font-size: 58px;
            color: #fff;
          }
          .analytics .left p {
            font-size: 16px;
            font-weight: 400;
            width: 336px;
            color: #fff;
            margin: 10px 0 21px 0;
          }
          .analytics .left a {
            display: flex;
            align-self: flex-start;
            align-items: center;
            justify-content: center;
            padding: 22px 51px;
            border-radius: 83px;
            color: #fff;
            font-weight: 700;
            background: #8d8dda;
          }
          .analytics .right {
            display: flex;
            align-items: center;
            justify-content: flex-start;
          }

          .getapp {
            display: flex;
            align-items: center;
            width: 100%;
            max-width: 1100px;
            margin-top: 50px;
          }
          .getapp .left,
          .getapp .right {
            width: 100%;
          }
          .getapp .left {
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding-left: 30px;
          }
          .getapp .left span {
            display: block;
            font-size: 18px;
            letter-spacing: 2px;
            color: #abd9d9;
            margin-bottom: 7px;
          }
          .getapp .left h2 {
            font-size: 58px;
            color: #fff;
          }
          .getapp .left p {
            font-size: 16px;
            font-weight: 400;
            width: 336px;
            color: #fff;
            margin: 10px 0 21px 0;
          }
          .getapp .left a {
            display: flex;
            align-self: flex-start;
            align-items: center;
            justify-content: center;
            padding: 22px 51px;
            border-radius: 83px;
            color: #fff;
            font-weight: 700;
            background: #8d8dda;
          }
          .getapp .right {
            display: flex;
            align-items: center;
            justify-content: center;
          }
          .getapp .right img {
            width: 92%;
            height: 92%;
          }

          .testimonials {
            display: flex;
            flex-direction: column;
            align-items: center;
            width: 100%;
            max-width: 1100px;
            padding: 150px 0;
            text-align: center;
          }
          .testimonials h5 {
            font-size: 18px;
            font-weight: 500;
            color: rgba(255, 255, 255, 0.75);
          }
          .testimonials h2 {
            font-size: 48px;
            font-weight: 700;
            max-width: 500px;
            margin: 12px 0 30px 0;
          }
          .testimonials ul {
            display: flex;
            align-items: center;
          }
          .testimonials ul li {
            margin-right: 15px;
          }
          .testimonials ul li:last-child {
            margin-right: 0;
          }
          .testimonials ul li .card {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            background: rgba(255, 255, 255, 0.08);
            border-radius: 20px;
            padding: 50px 30px;
          }
          .testimonials ul li .card h2 {
            font-size: 22px;
            font-weight: 700;
            margin: 25px 0;
          }
          .testimonials ul li .card p {
            font-size: 16px;
            font-weight: 300;
          }
          .testimonials ul li .card img {
            width: 100px;
            height: 100px;
            object-fit: cover;
            mix-blend-mode: luminosity;
          }

          .getstarted {
            display: flex;
            flex-direction: column;
            align-items: center;
            width: 100%;
            max-width: 1100px;
            padding: 75px 20px;
            text-align: center;
            border-radius: 30px;
            background: linear-gradient(270deg, #abd9d9, #5151c6);
          }
          .getstarted h5 {
            font-size: 18px;
            color: #000;
          }
          .getstarted h2 {
            margin: 20px 0;
            font-size: 54px;
            max-width: 500px;
          }
          .getstarted a {
            margin-top: 20px;
            padding: 20px 71px;
            font-size: 16px;
            color: #fff;
            border-radius: 60px;
            background: #000;
          }

          footer {
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            width: 100%;
            max-width: 1100px;
            padding: 200px 0 30px 0;
            position: relative;
          }
          footer a {
            font-size: 18px;
            color: #fff;
            font-weight: 700;
          }
          footer .menu {
            margin-right: 30px;
          }
          footer .menu {
            display: flex;
            flex-direction: column;
          }
          footer .menu a {
            font-size: 16px;
            color: #fff;
          }
          footer .menu a:first-child {
            font-size: 18px;
            font-weight: 700;
            margin-bottom: 22px;
          }
          footer .menu.first {
            margin-top: 44px;
          }
          footer .menu.first a {
            margin-bottom: 0;
            font-weight: normal;
          }
          footer .join {
            width: 345px;
          }
          footer .join span {
            display: block;
            margin-bottom: 22px;
            font-weight: 700;
            font-size: 20px;
          }
          footer .join .mail {
            position: relative;
          }
          footer .join .mail input {
            width: 100%;
            padding: 12px 80px 12px 23px;
            background-color: #13124f;
            font-size: 16px;
            font-weight: 300;
            color: rgba(255, 255, 255, 0.8);
            border-radius: 70px;
          }
          footer .join .mail input::placeholder {
            color: rgba(255, 255, 255, 0.8);
          }
          footer .join .mail button {
            top: 50%;
            transform: translateY(-50%);
            position: absolute;
            background: #8d8dda;
            border-radius: 80px;
            color: #fff;
            font-size: 14px;
            font-weight: 700;
            padding: 8px 32px;
            right: 6px;
            cursor: pointer;
          }
          footer .menu-first,
          footer .menu,
          footer .join {
            z-index: 2;
          }
          footer .ellipse4 {
            position: absolute;
            bottom: -100px;
            right: -350px;
            width: 400px;
            height: 400px;
            z-index: 0;
            filter: blur(250px);
            background: rgba(171, 217, 217, 0.8);
          }

          .ellipse {
            position: absolute;
            top: -500px;
            left: 25%;
            transform: translateX(-50%);
            width: 400px;
            height: 400px;
            filter: blur(250px);
            background: #abd9d9;
          }

          .ellipse2 {
            position: absolute;
            top: 800px;
            right: -500px;
            width: 400px;
            height: 400px;
            z-index: 2;
            filter: blur(250px);
            background: rgba(171, 217, 217, 0.8);
          }

          .ellipse3 {
            position: absolute;
            top: 2200px;
            left: -350px;
            width: 400px;
            height: 400px;
            z-index: 2;
            filter: blur(250px);
            background: #abd9d9;
          }