css.style

* {
      margin:0;
      padding:0;
      }
   
     body {
      background-image:url(c5.jpg);
      }
     
     #display {
      margin:5px;
      padding:2px;
      width:260px;
      height:75px;
      font-size:30px;
      border-radius:5px;
      }
     
     #buttons {
      margin:5px 2px 5px 2px;
      width:45px;
      height:32px;
      border-bottom-left-radius:15px;
      border-bottom-right-radius:15px;
      border-top-left-radius:8px;
      border-top-right-radius:8px;
      }
     
     .spl {
      background-color:orange;
      border-color:orange;
      }
     
     #buttons1 {
      margin:3px 1px 3px 1px;
      width:38px;
      height:24px;
      border-bottom-left-radius:14px;
      border-bottom-right-radius:14px;
      border-top-left-radius:8px;
      border-top-right-radius:8px;
      color:white;
      background-color:#666;
      border-color:#C0C0C0;
      }
     
     #container {
     padding-top:1px;
     width:300px;
     height:480px;
     margin-left:auto;
     margin-right:auto;
     margin-top:50px;
     margin-bottom:21px;
     background-color:#929292;
     border-bottom-left-radius:25px;
     border-bottom-right-radius:25px;
     border-top-left-radius:15px;
     border-top-right-radius:15px;
     border:5px hsla(230,60%,42%,1) ridge;
   
    }
   
     #auther {
      font-size:12px;
      color:#141414;
      text-align:left;
      margin-bottom:30px;
      margin-left:20px;
      margin-top:7px;
      font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
      float:left;
      }
   
     #box {
      margin-bottom:16px;
      margin-right:20px;
      margin-top:7px;
      float:right;
      width:120px;
      height:40px;
      background-color:#553F00;
      border-bottom-left-radius:10px;
      border-bottom-right-radius:10px;
      border-top-left-radius:10px;
      border-top-right-radius:10px;
      border-style:ridge;
      border-color:#553F00;
      }
     #display {
      border-radius:5px;
      border:3px #666 ridge;
      background-color:#362;
      }

Comments