Changes

Jump to navigation Jump to search
m
no edit summary
Line 374: Line 374:  
     -moz-user-select: none;
 
     -moz-user-select: none;
 
     -webkit-user-select: none;
 
     -webkit-user-select: none;
 +
}
 +
 +
/* Shields */
 +
.shield {
 +
  display:inline-block;
 +
  width:109px;
 +
  height:20px;
 +
}
 +
 +
#shield-python310 {
 +
  background-image:url("https://img.shields.io/badge/Python-3.10%2B-3776AB?logo=python&logoColor=white");
 
}
 
}

Navigation menu