WEBLEB
Início
Editor
Entrar
Pro
Português
English
Français
Español
Português
Deutsch
Italiano
हिंदी
HTML
CSS
JS
Calculator
AC
SHIFT
MENU
OFF
%
1
2
3
/
4
5
6
X
7
8
9
-
+
0
=
body{ background: radial-gradient(rgb(97, 149, 97),blue); height: 1500px; display: flex; justify-content: center; } /*pour la taille du boitier de la calculatrice*/ .Calculator { width: 380px; height: 620px; background-color: black; border-radius: 40px; margin-left: 160px; margin-top: 100px; } /*Pour la modification de l'ecran de la calculatrice */ .screen { background-color: rgb(255, 255, 255); width: 320px; height: 180px; border-radius: 20px; margin-left: 30px; margin-top: 35px; } /*pour la gestion des bouttons*/ button{ height: 50px; width: 50px; margin-top: 40px; border-radius: 14px; flex-wrap: wrap; margin: 13px; margin-left: 25px; color: blue; }
/* Replace with your JS Code (Leave empty if not needed) */
Validating your code, please wait...
HTML
CSS
JS
Calculator
AC
SHIFT
MENU
OFF
%
1
2
3
/
4
5
6
X
7
8
9
-
+
0
=
body{ background: radial-gradient(rgb(97, 149, 97),blue); height: 1500px; display: flex; justify-content: center; } /*pour la taille du boitier de la calculatrice*/ .Calculator { width: 380px; height: 620px; background-color: black; border-radius: 40px; margin-left: 160px; margin-top: 100px; } /*Pour la modification de l'ecran de la calculatrice */ .screen { background-color: rgb(255, 255, 255); width: 320px; height: 180px; border-radius: 20px; margin-left: 30px; margin-top: 35px; } /*pour la gestion des bouttons*/ button{ height: 50px; width: 50px; margin-top: 40px; border-radius: 14px; flex-wrap: wrap; margin: 13px; margin-left: 25px; color: blue; }
/* Replace with your JS Code (Leave empty if not needed) */