Skip to content

Commit

Permalink
tela inicial atualizada
Browse files Browse the repository at this point in the history
  • Loading branch information
Fenelas committed Oct 27, 2023
1 parent 602f9f6 commit 1da9ed4
Showing 1 changed file with 36 additions and 26 deletions.
62 changes: 36 additions & 26 deletions frontend/src/stylesheets/Home.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,23 +22,27 @@ body {
}
/*tela de fundo*/
.background-bottom{
width: 1923px;
height: 950px;
background-color: black;
width: 100%;
height: 100%;
margin: 0 auto;
background-color: #0D1117;
border-radius: 30px 30px 30px 30px ;
}

/*tela principal*/
.main-screen{
width: 1880px;
height: 966px;
width: 1520px;
height: 735px;
flex-shrink: 0;
background: linear-gradient(180deg, #1C294F 0%, rgba(10,14, 25, 0.80) 100%);
border-radius: 30px 30px 30px 30px;

}
/*parte esqueda*/
.left-screen{
margin-left: 0%;
width: 347px;
height: 1040px;
height: 735px;
flex-shrink: 0;
border-radius: 30px 0px 0px 30px;
background: #0D1117;
Expand All @@ -47,7 +51,9 @@ body {


.left-screen h1{
height: 0%;
margin-bottom: -30%;
height: 20%;
margin-top: 0%;
color: white;
text-align: center;
font-family: 'fonts/Inter';
Expand All @@ -56,7 +62,9 @@ body {
font-weight: 500;
line-height: normal;
letter-spacing: 3.85px;
display: block;
display: flex;
flex-direction: column;
justify-content: center;

}

Expand Down Expand Up @@ -89,19 +97,21 @@ body {
width: 311px;
height: 47px;
margin-top: -55%;
margin-left: 50%;
margin-left: 70%;

}

.right-screen h2{
text-align: center;
color: #FFF;
text-align: left;
font-family: 'fonts/Inter';
font-size: 40px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 12.8px;

margin-top: 50%;
margin-left: -69%;
}

.all-courses{
Expand All @@ -113,12 +123,11 @@ flex-direction: column;
display: flex;
flex-direction: row-reverse;
justify-content: center;

flex-direction: column;
margin-top: 50%;
width: 335px;
height: 168px;
margin-left: -160%;
width: 240px;
height: 140px;
margin-left: -200%;
text-align: center;
font-family: 'fonts/Inter';
font-size: 26px;
Expand All @@ -141,15 +150,16 @@ color: white;
justify-content: center;
flex-direction: column;
margin-top: -50%;
margin-left: -85%;
text-align: center;
font-family: 'fonts/Inter';
font-size: 26px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 2.6px;
width: 335px;
height: 168px;
width: 240px;
height: 140px;
flex-shrink: 0;
border-radius: 100px 0;
border: 2px solid #FFF;
Expand All @@ -165,16 +175,16 @@ color: white;
justify-content: center;
flex-direction: column;
margin-top: -50%;
margin-left: 150%;
margin-left: 30%;
text-align: center;
font-family: 'fonts/Inter';
font-size: 26px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 2.6px;
width: 335px;
height: 168px;
width: 240px;
height: 140px;
flex-shrink: 0;
border-radius: 100px 0;
border: 2px solid #FFF;
Expand All @@ -190,16 +200,16 @@ display: flex;
justify-content: center;
flex-direction: column;
margin-top: 40%;
margin-left: -80%;
margin-left: -155%;
text-align: center;
font-family: 'fonts/Inter';
font-size: 26px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 2.6px;
width: 335px;
height: 168px;
width: 240px;
height: 140px;
flex-shrink: 0;
border-radius: 100px 0;
border: 2px solid #FFF;
Expand All @@ -216,16 +226,16 @@ display: flex;
justify-content: center;
flex-direction: column;
margin-top: -50%;
margin-left: 70%;
margin-left: -25%;
text-align: center;
font-family: 'fonts/Inter';
font-size: 26px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 2.6px;
width: 335px;
height: 168px;
width: 240px;
height: 140px;
flex-shrink: 0;
border-radius: 100px 0;
border: 2px solid #FFF;
Expand Down

0 comments on commit 1da9ed4

Please sign in to comment.