briefcharte/css/style.css

57 lines
752 B
CSS
Raw Normal View History

2021-09-12 06:41:48 +00:00
body{
background-color:#f3f6f8;
}
header{
background-color: white;
position: sticky;
top: 0;
left: 0;
right: 0;
height: 80px;
z-index: 1;
}
button{
background: #e40034;
color: white;
2021-10-26 13:46:49 +00:00
display: block;
margin: auto;
2021-09-12 06:41:48 +00:00
}
.bloc{
background-color: white;
margin-bottom: 50px;
box-shadow: 1px 1px 1px 1px grey;
padding: 20px 40px 20px 40px;
border-radius: 5px;
2021-09-12 15:49:27 +00:00
box-shadow: 0px 0px 30px #909da1;
2021-09-12 06:41:48 +00:00
}
.blocs{
margin: auto;
}
.row{
margin-top: 50px;
2021-10-26 13:46:49 +00:00
margin-bottom: 50px;
2021-09-12 06:41:48 +00:00
}
h5{
/*font-family: cursive;*/
text-shadow: black 40px;
}
ol{
list-style-image: url(../images/bullet.png);
display: none;
}
.active{
display: block;
2021-09-12 15:49:27 +00:00
}
2021-10-27 11:03:17 +00:00
.etendre{
2021-10-27 11:12:10 +00:00
font-size: 12px;
2021-10-27 11:03:17 +00:00
}