registrer profesor
This commit is contained in:
+14
-2
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user