Skip to content
Permalink
5b5a200ab6
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
24 lines (21 sloc) 357 Bytes
.input-group {
padding: 20px;
}
.btn-primary {
padding: 5px;
color: white;
background: blue;
border-radius: 4px;
}
.btn-primary:hover {
background-color: blue;
opacity: 0.6;
scale: 1.05;
}
.student-card {
margin: 20px;
border: 2px solid grey;
padding: 10px;
display: inline-block;
text-align: center;
}