Sobes.tech
Senior

.parent { position: relative; height: 100vh; } .box { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } #card .title { color: red; } .card .title { color: blue; } .title { color: green; }