You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
421 B

.DivActus
{
display: flex;
flex-flow: row nowrap;
height: 220px;
margin: 1.5em;
border: 1px solid black;
box-shadow: -10px -5px 5px #001534;
}
.text
{
background-color: #001534;
color: white;
}
.ImagesActus
{
display: block;
float: left;
height: 220px;
}
h2
{
padding: 4px;
text-align: center;
}
p
{
display: block;
text-align: justify;
margin: 1.5em;
}