Source code of theme changer Calculator
Theme changer Calculator source code If you have no experience with the calculator click here to use that.. Here is some image of the the calculator.. Hope you like this. Here is source code of that .. ###START### <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>calculator@wing2rah</title> <style type="text/css" media="all"> body{ background:white; } .box{ height: 300px; width: 90%; margin: auto; box-shadow: 0 0 65px green inset; border-radius: 20px; margin-top: 30px; background-color: white; } .ball{ height: 50px; width: 50px; border-radius: 50%; border: 1px solid black; margin: 15px; } .r{ background-color: red; } .g{ background-color: green; } .b{ background-co