Spaces:
Running
Running
| .informacion { | |
| padding: 10rem; | |
| background-image: url("./../src/assets/fondoacercade.png"); | |
| background-size: cover; | |
| background-position: center; | |
| } | |
| .foto img { | |
| height: 13rem; | |
| border-radius: 30%; | |
| } | |
| .cesar { | |
| padding: 10px; | |
| display: flex; | |
| gap: 2rem; | |
| justify-content: center; | |
| align-items: center; | |
| } | |
| .texto-cesar span { | |
| font-family: "Times New Roman", Times, serif; | |
| font-size: 4.8rem; | |
| line-height: 0.5; | |
| } | |
| .texto-cesar p { | |
| width: 38rem; | |
| } | |
| .cesarin-contenedor { | |
| display: flex; | |
| justify-content: center; | |
| align-items: center; | |
| } | |
| .cesarin { | |
| width: 53rem; | |
| display: flex; | |
| flex-direction: column; | |
| text-align: center; | |
| } | |
| .cesarin span { | |
| font-family: cursive; | |
| line-height: 1; | |
| font-size: 4rem; | |
| } | |