registrer profesor

This commit is contained in:
2024-06-21 16:23:14 -06:00
parent 8d87c21efb
commit 5e0f251900
5 changed files with 96 additions and 66 deletions
+14 -2
View File
@@ -1,3 +1,8 @@
*{
margin: 0;
padding: 0;
}
body {
font-family: Arial, sans-serif;
margin: 0;
@@ -142,8 +147,7 @@ p.text-center.mt-3 {
background: white;
box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.1);
display: flex;
flex-direction: row;
align-items: center;
flex-direction: row !important;
text-align: left;
}
@@ -153,3 +157,11 @@ p.text-center.mt-3 {
justify-content: center;
align-items: center;
}
.imgProfe {
width: 150px;
height: 200px;
object-fit: cover;
border-radius: 1em;
margin: 5px;
}