Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
JoaoEmerson0 authored Aug 8, 2024
1 parent 7b1a5c6 commit ec1aea6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 1 addition & 3 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -102,15 +102,13 @@ a.navbar-brand {
border-radius: 150px;
background-color: var(--color-primary);
position: absolute;
right: 0;
top: -80px;
margin-right: 30px;
}

.img-introduction img{
position: absolute;
top: 30px;
right: 0;
height: 400px;
width: 400px;
border-radius: 125px;
Expand Down Expand Up @@ -144,7 +142,7 @@ a.navbar-brand {
}

.copacol-img {
margin-right: 250px;
/* margin-right: 250px; */
border-radius: 35px;
}

Expand Down
2 changes: 1 addition & 1 deletion css/responsivo.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@
.img-logo-copacol{
margin-left: 25px!important;
}
}
}
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ <h1 class="title">
</div>
</div>
</div>
<div class="col-6 mb-5 no-mobile">
<div class="col-2"></div>
<div class="col-4 mb-5 no-mobile">
<div class="d-flex img-introduction">
<img src="./img/img_oport.jpg">
</div>
Expand Down Expand Up @@ -261,7 +262,7 @@ <h1 class="title">

<div class="col-4 no-mobile">
<div>
<img src="./img/copacol_img.jpg" class="copacol-img" width="480">
<img src="./img/copacol_img.jpg" class="copacol-img" width="450">
</div>
</div>

Expand Down

0 comments on commit ec1aea6

Please sign in to comment.