Olá, estou conseguindo acompanhar as aulas mas agora surgiu uma dúvida: como faço para posicionar todos os elementos (fotos, textos e botões) para próximo essa linha vermelha que tracei à esquerda? tentei de várias formas e não consegui! Também gostaria de colocar o texto "eleve seu negocio digital.." em menos linhas a palavra "front-end" apresenta uma quebra, por exemplo. Como posso mudar isso?
@import url('https://fonts.googleapis.com/css2?family=Krona+One&family=Montserrat+Alternates:wght@200;400&display=swap');
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
box-sizing: border-box;
background-color: #000000;
background: linear-gradient(160deg, #000000,#030331 );
color: #F6F6F6;
overflow: hidden;
}
.cabecalhonav {
display: flex;
gap: 0px
}
.home {
font-family: 'Monserrat Alternates', sans-serif;
font: size 24px;
font-weight: 600px;
color: #22D4FD;
padding: 2% 0 0 18%;
}
.boutme {
font-family: 'Monserrat Alternates', sans-serif;
font: size 24px;
font-weight: 600px;
color: #22D4FD;
padding: 2% 2% 0 ;
}
.botaocor {
background-color: #02032c;
width: 250px;
text-align: center;
gap: 16px;
text-indent:2%;
border-radius: 14px;
font-size: 28px;
text-decoration: none;
padding: 10px 19px 10px;
font-family: 'Montserrat Alternates', sans-serif;
color: #22D4FD;
margin-right: 80px;
margin-top: 20px;
box-shadow: 0 0 10px #F6F6F6
}
.botaocor:hover {
background-color:#0b0b48;
}
.titulodestaque {
color: #22D4FD;
}
.apresentacao__cont {
width: 615px;
}
.apresentacao__cont__tit {
font-size: 36px;
font-family: 'Montserrat Alternates', sans-serif;
margin-bottom: 2%;
margin-top: 1%;
margin-left: 0;
margin-right: 0px;
padding: 1% 1% 0 8%;
}
.paragrafo {
margin-top: 40px;
margin-left: 20px;
font-size: 15px;
font-family: 'Krona One', sans-serif;
}
.apresentacao {
margin-left: 10%;
display: flex;
align-items: center;
justify-content:space-between;
padding: 6%;
height: 50%;
gap: 55px;
}
.botao {
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
margin-top: 8%;
margin-left: 40px;
}
.titdois { margin-right: 20%;
margin-left: 10px;
margin-top: 1%;
font-family: 'Krona One', sans-serif;
font-weight: 400;
font-size: 20px;
}
.imagem {
border-radius: 20px;
box-shadow: 0 0 20px #45bad1 ;
margin-left: 30px;
}
h1{
font-weight: bold;
}
span{
color: #22D4FD;}
.rodape {
color: #F6F6F6;
background-color: #030331;
text-align: center;
padding: 5px;
font-size: 20px;
font-family: 'Montserrat Alternates', sans-serif;
font-weight: 400;
}