1
* {
margin: 0px;
}
div {
height: 300px;
width: 300px;
background-color: gray;
float: left;
text-align: center;
}
h1 {
text-align: right;
}
hr {
float: left;
width: 300px;
color: rgba(150,140,190,.5);
}
<!DOCTYPE html>
<html>
<head>
<style>
</style>
</head>
<body>
<div>Foto Aqui</div>
<h1>Teste</h1><br>
<hr>
</body>
</html>
Enter the source code you’ve already made.
– Don't Panic
That’s probably a
border-bottom
in the div that has the text Design Your Ring– Isac
A
border-bottom: 1px solid rgba(190,190,190,.5);
or a similar colour– Leone Cerqueira