site-accueil-insa/assets/css/template.css
Guillaume Joffre 631f396ce1 Police : css
Definition et utilisation de la police
2022-04-08 14:55:04 +02:00

50 lines
No EOL
737 B
CSS

/* Custom mario font definition : */
@font-face{
font-family: "Mario Extended";
src: url("../fonts/MarioFontExtended.otf") format("opentype");
}
body {
font-family: 'Mario Extended', sans-serif;
background-color: #33A8FF;
}
main {
padding-top: 30px;
}
#boxjaune {
display: inline-block;
background-color: #FFDC00;
padding: 10px;
box-shadow: 10px 10px 15px 5px rgba(0,0,0,0.61);
border: 3px solid black;
margin: 40px;
}
#title_in_box {
padding: 25px;
}
.circle {
width: 5px;
height: 5px;
border-radius: 2.5px;
background: black;
}
#circle_l {
float: right;
}
#circle_r {
float: left;
}
#menu_space_bottom {
background-color: transparent;
position: relative;
width: 100%;
padding-top: 13%;
}