Posts

Showing posts from June, 2020

CALCULATOR (USING HTML CSS JS)

Image
       🇸 🇴 🇺 🇷 🇨 🇪    🇨 🇴 🇩 🇪  <html> <head> <title>Simple Calculator (HTML+CSS+JS(Eventhandling)) </title> <style> #main { height:750px; width:600px; position:relative; top:200px; margin:auto; border-style:double; border-width:12px; border-radius:2px; border-color:gray; text-align:center; background-color:#000066; } input { width:122px; height:100px; border-width:16px; border-radius:2px; font-size:50px; text-weight:bold; font-family:"times new roman"; text-shadow:2px 2px 0px black; background-color:pink; } #text { width:520px; background-color:lightblue ; height:130px; font-size:50px; border-width:15px; } #symbol:hover { background-color:violet; } h1 { text-align:center; color:yellow; font-size:90px; text-shadow:5px 5px 2px #8080ff; text-decoration:underline} body { background:black; } #clear:hover { background-color:red; } input:hover { background-color:khaki; } p{ text-ali