Template:UMVC3 Notation/styles.css: Difference between revisions

Template page
No edit summary
No edit summary
Line 3: Line 3:
     width: 20%;
     width: 20%;
}
}
table.dict tr {
 
    border-bottom: solid 1px;
.NotationBox {
  border: solid 3px;
  margin: auto;
  width: 70%;
  display: flex;
}
}

Revision as of 16:55, 12 August 2022

table.dict td:first-child {
    text-align: center;
    width: 20%;
}

.NotationBox {
   border: solid 3px;
   margin: auto;
   width: 70%; 
   display: flex;
}