2
I’m having a hard time shaping the way it’s supposed to be in exercise... I wanted to leave the image attached
I’ll leave the code of my attempts:
.header{
background-color: lightgrey;
border: 1px solid;
width: 47%;
text-align: center;
height: 100%;
font-family: inherit;
color:dimgrey;
font-size: 27px;
margin:auto;
margin-top: 95px;
}
.info
{
background-color: lightgrey;
border: 1px solid;
text-align: left;
height: 100%;
color:dimgrey;
font-size: 10px;
margin:auto;
}
#link{
color:blue;
font-size: 20px;
font-family: arial;
}
<!DOCTYPE html>
<html>
<head>
<link type="text/css" rel="stylesheet" href="login.css"/>
<meta charset="utf-8">
<div class="header">
<h4 id="text">texto texto texto texto texto</h4>
</div>
</head>
<body>
<div class="info">
<a id="link" href="https://www.google.com">Esqueceu o seu usuário ou senha?</p>
<p> O uso de Cookies deve ser permitido no seu navegador</p>
<p> Alguns cursos podem permitir o acesso a visitantes</p>
</div>
</body>
</html>
If possible, also add the HTML part where you use this CSS.
– Matheus Ribeiro
I added, but I only have the beginning... I’m trying to read some css materials and changing some things to see what to do
– joão
Exercise is with pure css? you already know the bootstrap tool ?
– Bsalvo
has to be pure css
– joão