Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions styles/normalize.css
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ small {

sub,
sup {
font-size: 75%;
font-size: 85%;
line-height: 0;
position: relative;
vertical-align: baseline;
Expand Down Expand Up @@ -379,7 +379,7 @@ input[type="search"]::-webkit-search-decoration {
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
padding: 0.45em 0.625em 0.75em;
}

/**
Expand Down
20 changes: 7 additions & 13 deletions styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ h1,h2,h3,h4,h5,h6{
.content h1{
font-family: 'Kaushan Script', cursive;
color: #D74942;
font-size: 50px;
text-shadow: 4px 4px 5px rgba(0,0,0,0.5);
font-size: 100px;
text-shadow: 10px 4px 5px rgba(0,0,0,0.5);
}

.content{
Expand All @@ -39,9 +39,9 @@ h1,h2,h3,h4,h5,h6{
}

.content .icon{
animation: float 1.5s ease-out infinite;
animation: float 0.5s ease-out infinite;
color: white;
font-size: 80px;
font-size: 60px;
}

.info{
Expand All @@ -59,7 +59,7 @@ h1,h2,h3,h4,h5,h6{
.info-3{
background-color: #B6B6B6;
color: white;
padding: 24px;
padding: 44px;
}

.info-3 .block {
Expand All @@ -82,7 +82,7 @@ h1,h2,h3,h4,h5,h6{
justify-content: center;
}
.lista ul li a{
color: white;
color: green;
}
.info a {
color: white;
Expand Down Expand Up @@ -189,17 +189,11 @@ footer ul li a:hover{
text-decoration: underline;
}

.logo{
padding: 10px;
position: absolute;
top: 10px;
left: 10px;
}

.git-logo, .github-logo{
display: inline-block;
vertical-align: middle;
width: 40%;
width: 20%;
}

.imagen{
Expand Down