Skip to content

Instantly share code, notes, and snippets.

@maylisdoucet
Created April 5, 2018 19:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maylisdoucet/c62ab3870ac86eecd7e2279c82bcab8d to your computer and use it in GitHub Desktop.
Save maylisdoucet/c62ab3870ac86eecd7e2279c82bcab8d to your computer and use it in GitHub Desktop.
@import url('https://fonts.googleapis.com/css?family=Press+Start+2P');
body {
font-size: 62.5%; /* base de "10px" au lieu de "16px" */
font-family: 'Press Start 2P', cursive;
}
h1{
font-size: 3rem;
}
h2{
font-size: 2rem;
}
h3{
font-size: 1rem;
}
h4{
font-size: 0.6rem;
}
.backgroundcaroussel {
background-color: red;
text-align: center;
}
.pinkframe {
background-color: pink;
border: 0.3rem black solid;
margin: 2rem;
padding: 1rem;
}
.pinksquare {
background-color: pink;
border: 0.3rem black solid;
margin: 1rem;
width: 12rem;
height: 13rem;
}
.pinksquare:hover {
background-color: red;
border: 0.3rem black solid;
margin: 1rem;
width: 12rem;
height: 13rem;
}
.redrectangle {
background-color: black;
height: 4rem;
width: 12rem;
}
img {
margin-top: 1rem;
height: 6rem;
}
.rowa {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
.bigredbutton h1 {
background-color: red;
border: 0.3rem black solid;
width: auto;
margin: 2rem;
padding: 1rem;
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
/* //////////////
FIGHT
////////////////*/
.leftfight
{
background-color: red;
border: 0.3rem black solid;
margin: 1rem;
width: 32rem;
height: 32rem;
}
.rightfight
{
background-color: red;
border: 0.3rem black solid;
margin: 1rem;
width: 32rem;
height: 32rem;
}
.vs
{
padding: 1rem;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment