Skip to content

Commit

Permalink
Merge pull request #12 from melvinsantanac/gh-pages
Browse files Browse the repository at this point in the history
Nuevas modificaciones de estilo
  • Loading branch information
melvinsantanac authored Apr 7, 2024
2 parents 1315326 + 5fa9124 commit 743f31c
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 12 deletions.
30 changes: 21 additions & 9 deletions assets/styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ a {
display: flex;
align-items: center;
justify-content: center;
height: 100vh;
height: 100svh;
background-image: url(/assets/img/background.jpg);
background-repeat: no-repeat;
background-size: cover;
Expand All @@ -43,7 +43,7 @@ a {
background: black;
opacity: 0.8;
width: 100vw;
height: 100vh;
height: 100svh;
top: 0;
}

Expand Down Expand Up @@ -109,29 +109,31 @@ a {
border-color: #f9a825;
}

.projectsList {
.projectsListTitle {
margin-top: 2em;
font-size: 1.5rem !important;
text-transform: capitalize;
}

.projectsList {
display: flex;
justify-content: center;
width: 100%;
column-gap: 1em;
}

.btn-projects {
display: inline;
background-color: white;
color: #333333;
padding: 1em;
width: 75px !important;
width: 250px !important;
transition: all 0.3s;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
}

.btn-projects:first-child {
margin-right: 0.5em;
}

.btn-projects:hover {
background-color: lightgray;
color: #1b1b1b;
Expand All @@ -141,4 +143,14 @@ a {
.__coverPage-content {
width: 100%;
}

.projectsList {
flex-direction: column;
row-gap: 1em;
}

.btn-projects {
text-align: center;
width: 100% !important;
}
}
2 changes: 1 addition & 1 deletion assets/styles/style.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ <h3>We are building something <strong>GREAT!</strong></h3>
><i class="fas fa-envelope"></i
></a>
</div>
<p class="projectsList">practice projects</p>
<div>
<p class="projectsListTitle">practice projects</p>
<div class="projectsList">
<a
class="btn-projects"
target="_blank"
Expand Down

0 comments on commit 743f31c

Please sign in to comment.