Skip to main content

Best phones under 2000/-

 

 

Realme 7 pro(64Gb ROM / 6Gb RAM) 18499/-


Samsung Galaxy M31s (6Gb RAM / 128Gb ROM) 19499/-


  • Quad camera setup - 64MP (F1.8) main camera + 12MP (F2.2) ultra wide camera + 5MP (F2.4) depth camera + 5MP (F2.4) macro camera | 32MP (F2.2) front camera
  • 16.4 centimeters (6.5-inch) super Amoled - Infinity-O display, FHD+ capacitive multi-touch touchscreen with 1080 x 2400 pixels resolution, 407 ppi pixel density and Contrast Ratio: 78960:1
  • Memory, Storage & SIM: 6GB RAM, 128GB internal memory expandable up to 512GB | Dual SIM (nano+nano) dual-standby (4G+4G)
  • Android v10.0 operating system with 1.7GHz+2.3GHz Exynos 9611 octa core processor
  • 6000mAH lithium-ion battery with 5x fast charge | 25W Type-C fast charger in the box
  • 1 year manufacturer warranty for device and 6 months manufacturer warranty for in-box accessories including batteries from the date of purchase
  • Box also includes: Travel adapter, USB Type-C to Type-C Cable, ejection pin and user manual
  • Fast face unlock and fingerprint sensor | Dual SIM (nano+nano) with dual standby and dual VoLTE, Dedicated Sim slot

Comments

Popular posts from this blog

Eduford HTML and CSS dynamic website template free with source code

               For more templates please subscribe the blog and share it             For more templates please subscribe the blog and share it                    For more templates please subscribe the blog and share it           For more templates please subscribe the blog and share it           For more templates please subscribe the blog and share it                                       DOWNLOAD TEMPLATE

Website background design using HTML and CSS

         Background plays a big role in website designing. When a visitor visits a website, the background works to attract him and keep him on the website.      Website background design using HTML and CSS HTML: <!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, initial-scale=1.0 "> <title> animated background </title> <link rel =" stylesheet " href =" style.css "> </head> <body> <div class =" wrapper "> <h2> Animated Background </h2> <div class =" box "> <div> </div> <div> </div> <div> </div> <div> </div>

Car garage web page design with full source code

  HTML: <!DOCTYPE html> <html lang="en"> <head>     <meta charset="UTF-8">     <meta name="viewport" content="width=device-width, initial-scale=1.0">     <title>car website design</title>     <link rel="stylesheet" href="style.css">     <link href="https://fonts.googleapis.com/css2?     family=Roboto:wght@300;400;900&display=swap" rel="stylesheet"> </head> <body>  <div class="container">      <nav>          <img src="images/menu.png">          <ul>              <li><img src="images/car_icon.png" </li>              <li>Engines</li>              <li>Tyres</li>              <li>Break</li>              <li>Gear box</li>              <li>Cooling</li>          </ul>      </nav>      <div class="con