Skip to content

Commit

Permalink
Cambios finales
Browse files Browse the repository at this point in the history
  • Loading branch information
DianaJ-Dev committed Oct 17, 2023
1 parent 657209a commit 349fc9e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
1 change: 0 additions & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
<link rel="stylesheet" href="style.css" />
<title>HerCode</title>
</head>
Expand Down
14 changes: 6 additions & 8 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -598,15 +598,13 @@

}
.titlePost{

font-family:'Bebas Neue', sans-serif;
font-size: 500%;
font-size: 350%;
text-align: center;
padding-top: 15%;
position: relative;
transform: translateX(8%);
color: #DC7633;
-webkit-text-stroke: 0.8px black;
right:0%;
padding-top: 40px; /* Ajusta el valor según tus necesidades */
text-shadow: 0px 0px 9px #F6DF0D;
left:1%;
}
.btn-publicar {
font-family: 'Bebas Neue', sans-serif;
Expand All @@ -616,7 +614,7 @@
justify-content: center;
align-items: center;
position: absolute;
top: 15%;
top: 40%;
left: 42%;
transform: translateX(210%);
background-color: #F6DF0D;
Expand Down

1 comment on commit 349fc9e

@vercel
Copy link

@vercel vercel bot commented on 349fc9e Oct 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.