site-accueil-insa/assets/css/template.css

43 lines
594 B
CSS
Raw Normal View History

2022-04-08 13:13:19 +02:00
body {
font-family: 'New Super Mario Font U', sans-serif;
2022-04-08 14:42:53 +02:00
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;
2022-04-08 13:13:19 +02:00
}
2022-04-05 21:56:56 +02:00
#menu_space_bottom {
background-color: transparent;
position: relative;
width: 100%;
padding-top: 13%;
}