Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
You can do this:
add two elements
between these elements make a block with text
place all elements using flexbox
HTML:
div class="container"
hr
div class="text"Kitchen of your choice/div
hr/
/div
CSS:
.container{
display:flex;
justify-content: space-around
}
.line{
width: width of your choice;
color: red;
}
.text{
padding: 0
}
UPD: removed the < and > symbols, since the tags are not displayed in the response
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question