diff --git a/healthmanager/src/Principal.css b/healthmanager/src/Principal.css index 8903135..54a34c3 100644 --- a/healthmanager/src/Principal.css +++ b/healthmanager/src/Principal.css @@ -7,7 +7,8 @@ body{ background-image: none; } #bienvenidoUsuario { - text-align: center; + margin-left: 50px; + text-align: left; font-size: medium; font-family: Arial, Helvetica, sans-serif; } diff --git a/healthmanager/src/Principal.jsx b/healthmanager/src/Principal.jsx index a22030e..b5aaf7b 100644 --- a/healthmanager/src/Principal.jsx +++ b/healthmanager/src/Principal.jsx @@ -82,17 +82,17 @@ function Principal(props) { const images = [ { - url: "https://th.bing.com/th/id/R.c691ed37c9ce3040c3ebd2892e88870c?rik=QUBcFflN%2b9oqPQ&pid=ImgRaw&r=0", + url: "https://www.meditips.com/wp-content/uploads/2019/03/recetas-medicas-1200x600-1.jpg", title: "Mis recetas", width: "33%", }, { - url: "https://th.bing.com/th/id/R.c691ed37c9ce3040c3ebd2892e88870c?rik=QUBcFflN%2b9oqPQ&pid=ImgRaw&r=0", + url: "https://th.bing.com/th/id/OIP.UKTXt_LSCslIT1KFUc-oYQAAAA?w=415&h=404&rs=1&pid=ImgDetMain", title: "Mi perfil", width: "33%", }, { - url: "https://th.bing.com/th/id/R.c691ed37c9ce3040c3ebd2892e88870c?rik=QUBcFflN%2b9oqPQ&pid=ImgRaw&r=0", + url: "https://cdn-icons-png.flaticon.com/512/1053/1053210.png", title: "Cerrar Sesion", width: "33%", }, @@ -167,7 +167,7 @@ function Principal(props) { //