From f07eb697deb42d4cd96f0b85c5c6b22f89113e2a Mon Sep 17 00:00:00 2001 From: Minin <70429604+MininxD@users.noreply.github.com> Date: Sat, 13 Jan 2024 10:28:02 +0700 Subject: [PATCH] Add files via upload --- index.html | 19 +++++++++---------- style.css | 14 ++++++++++++-- 2 files changed, 21 insertions(+), 12 deletions(-) diff --git a/index.html b/index.html index 2bcdd76..a507a09 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,4 @@ - @@ -11,32 +10,32 @@
-
AC
-
^
-
%
-
×
+
AC
+
^
+
%
+
×
7
8
9
-
÷
+
÷
4
5
6
-
-
+
-
1
2
3
-
+
+
+
.
0
del
-
=
+
=
- + \ No newline at end of file diff --git a/style.css b/style.css index e7fcc61..c2883fd 100644 --- a/style.css +++ b/style.css @@ -1,13 +1,14 @@ body { position: relative; padding:0; + font-family: Sans-Serif; } div.rumusContainer { border-radius: 0 0 10px 10px; padding:0 1% 0 1%; height: 20%; width: 98%; - background: #eee; + background: #EAEFF9; text-align: right; font-size: 65px; } @@ -43,7 +44,7 @@ padding: 10px; line-height: 60px; font-size: 40px; - border:1px #000 solid; + background: #F7F9FC; height: 60px; width: 70px; margin: 5px; @@ -53,6 +54,15 @@ background: #eee; border-radius: 20px; } + div.operator { + background: #C2E7FF !important; + } + div.AC { + background: #BAE3C6 !important; + } + div.jumlah { + background: #D2E2FC !important; + } p.footer { text-align: center; font-style: oblique;