Skip to content
Snippets Groups Projects
math-keyboard.component.css 316 B
Newer Older
  • Learn to ignore specific revisions
  • .delete-characters{
      font-size: x-large;
      width: 85px;
      height: 40px;
      border-radius: 20px;
      background-color: dimgray;
      color: #fff;
    }
    
    
    .clear-button-container{
      margin-left: 45px;
    }
    
    
    .grid-layout {
      margin-top: 15px;
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-template-rows: 1fr 1fr;
    }