4
I’m trying to put an image so it looks like this:
but that’s not what happens, but watch my page;
<div class="container-fluid">
<div id="conteudo">
<div id="apresentacao">
<div id="frase1">
Bem vindo ao Agendador de salas
</div>
</div>
<div id="apresentacao2">
Fique atento as regras para agenda as salas para reunião.
</div>
</div>
</div>
Check out my CSS;
#frase1{
position: relative;
top: 0px;
width: 300px;
height: 20px;
border: 2px solid #fff;
background-color:#000000;
}
The background was supposed to be black. How do I do what I need?
I tried to make the suggested changes, but I was unsuccessful;
It was the jsfiddle home link, buddy!
– Tiago P.C
https://jsfiddle.net/08rhp35z/
– Miguel Batista
I commented just to remember the mistake, congratulations on the answer! + 1
– Tiago P.C
this picked up, but now how do I increase the font of the letter?
– wladyband
can use font-size:1em for example
– Miguel Batista