<style ="text/css">
.asd123 {
height: 100px;
width: 900px;
margin: auto;
border: 3px dashed black;
}
.asd123_text {
font-family: Garamond;
font-size: 62px;
}
</style>
<body>
<div class="asd123">
<p class="asd123_text" style="padding-top:-50px; text-align:center; position:absolute;">generictext</p>
</div>
How can I make the paragraph text stack over the div or something?
I am pretty new to css and html but I do understand some of it, however css is starting to get really stupid