Skip to content

Commit

Permalink
FONT
Browse files Browse the repository at this point in the history
  • Loading branch information
jrugarte committed Apr 18, 2023
1 parent 3188bf1 commit 46fc31c
Showing 1 changed file with 16 additions and 24 deletions.
40 changes: 16 additions & 24 deletions assets/style.css
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
@import url('https://fonts.googleapis.com/css2?family=Righteous&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&family=Righteous&display=swap');
#juego{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
background-size: 220vh;
font-family: 'Righteous', cursive;
font-family: 'Permanent Marker', cursive;
background-attachment: fixed;
}

#by{
color: black;
font-size: 12px;
.title{
color: white;
height: 50px;
width: auto;
font-size: 60px;
}
#encabezado{
display: flex;
Expand All @@ -22,12 +23,11 @@
font-size: 30px;
width: -webkit-fill-available;
}
.title{
color: white;
height: 50px;
width: auto;
font-size: 60px;
#by{
color: black;
font-size: 12px;
}

#homenaje{
display: flex;
font-size: 14px;
Expand All @@ -45,11 +45,6 @@
width: 100px;
height: 100px;
}
.select{
display: flex;
flex-direction: column;

}
.select-jugador{
display: flex;
flex-direction: row;
Expand All @@ -69,10 +64,9 @@
background-image: url(./images/bg2player.jpeg);
cursor: pointer;
transition: 0.2s;
color: #ff00c3;
}



#Jotaerre:checked ~ .select-jugador[for="Jotaerre"],
#Juanserino:checked ~ .select-jugador[for="Juanserino"],
#Alesi:checked ~ .select-jugador[for="Alesi"],
Expand All @@ -81,10 +75,8 @@
{
background-image: url(./images/bg2player.jpeg);
cursor: pointer;
}



color: #ff00c3;
}
#ataques{
display: flex;
flex-direction: column;
Expand All @@ -100,11 +92,11 @@
align-items: center;

}
.form{
/* .form{
display: flex;
flex-flow: column wrap;
}
} */
#personaje-select{
display: flex;
color: #ffffff;
Expand Down

1 comment on commit 46fc31c

@vercel
Copy link

@vercel vercel bot commented on 46fc31c Apr 18, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

free-fire – ./

free-fire-jrugarte.vercel.app
free-fire-jr.vercel.app
free-fire-git-main-jrugarte.vercel.app

Please sign in to comment.