Changeset 2134313
- Timestamp:
- 08/05/2019 01:49:53 PM (7 years ago)
- Location:
- maths-calculator/trunk
- Files:
-
- 2 edited
-
style.css (modified) (3 diffs)
-
wm-calculator.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
maths-calculator/trunk/style.css
r2134207 r2134313 26 26 #number-button { 27 27 background: #000; 28 } 29 30 input[type=button] { 31 background: #ff9933; 28 background: #ff9933; 32 29 width: 15%; 33 30 font-size: 20px; … … 41 38 } 42 39 43 input[type=button]:active {40 #number-button:active { 44 41 background-color: #b8e0b9; 45 42 box-shadow: 0 5px #666; … … 47 44 } 48 45 49 input[type = text] {46 #calculator-form input[type = text] { 50 47 position: relative; 51 48 display: block; -
maths-calculator/trunk/wm-calculator.php
r2134307 r2134313 3 3 {?> 4 4 <div id='wm-calculator' class="calculator-top"> 5 <form name="calculator">5 <form id="calculator-form" name="calculator"> 6 6 <input type="text" name="answer" Placeholder="Do Your Operations"/> 7 7 <br>
Note: See TracChangeset
for help on using the changeset viewer.