What's new

Help HTML

Status
Not open for further replies.

Loydie26

Honorary Poster
Established
Joined
Dec 22, 2018
Posts
598
Reaction
281
Points
214
Guys ano pwede ilagay para hndi magka space sa pagitan ng hr at yung text?

HTML:
<html>
<head>
<style>
.box{
    background: #812C00;
    width: 50rem;
    padding: 2.5rem;
    margin: 0.5rem auto;
    border-radius: 0.5rem;
    height: 1500px;
}

</style>
</head>
<title>PSU</title>

<body>
<div class="box">
<div align="center" style="background-color:#000000; width:100%; height:100%">
<br>
<div align="center" style="background-color:#FBA51A; width:95%; height:97.5%">
<br>
<br>
<font style="align:center; margin-left:25%; color:#00004A; font-size:30; font-family:Anton">
<b>PANGASINAN STATE UNIVERSITY</b>
</font>
<hr size="8" color="#00004A"/>
</div>
</div>
</div>
</body>
</html>
 
Last edited:
Status
Not open for further replies.

Similar threads

Back
Top