Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
Kauany7492 authored Aug 13, 2024
1 parent 7a7aac3 commit 4b36c39
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 37 deletions.
39 changes: 3 additions & 36 deletions Responsividade.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,6 @@ footer{
padding: 0 0 10px 10px;
}

.icons-rs{
display: flex;
justify-content: space-between;
}

.icons{
width: 60px;
right: 60px;
margin: 30px;
}

.logo{
width: 80px;
}
Expand All @@ -36,7 +25,7 @@ footer{
font-family: 'Rubik', sans-serif;
}

h3, p, .email, .telefone{
h3, p{
font-size: 20px;
color: #352c84;
font-family: "Red Hat Display", sans-serif;;
Expand All @@ -60,17 +49,6 @@ header{
width: 500px;
}

.icons-rs{
display: flex;
justify-content: space-between;
}

.icons{
width: 60px;
right: 60px;
margin: 30px;
}

.logo{
width: 80px;
}
Expand All @@ -86,7 +64,7 @@ header{
font-family: 'Rubik', sans-serif;
}

h3, p, .email, .telefone{
h3, p{
font-size: 20px;
color: #352c84;
font-family: "Red Hat Display", sans-serif;
Expand Down Expand Up @@ -117,17 +95,6 @@ header{
margin-right: 150px;
}

.icons-rs{
display: flex;
justify-content: space-between;
}

.icons{
width: 130px;
right: 130px;
margin: 65px;
}

.logo{
width: 150px;
margin-bottom: 30px;
Expand All @@ -142,7 +109,7 @@ header{
padding-top: 60px;
}

h3, p, .email, .telefone{
h3, p{
color: #352C84;
font-size: 30px;
font-family: "Red Hat Display", sans-serif;
Expand Down
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Seja Parceiro</title>
<link>
<link rel="stylesheet" href="Responsividade.css" />
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="StyleMenu.css">
<link rel="shortcut icon" type="imagex/png" href="logo-cedus.png">
</head>
<body>

Expand Down

0 comments on commit 4b36c39

Please sign in to comment.