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.
 
 
 
 
 

47 lines
565 B

body
{
padding:0px;
}
h1 img
{
width:18px;
height:18px;
}
#descEvent
{
margin-top: 150px;
width:80%;
margin-right:auto;
margin-left:auto;
margin-bottom:70px;
}
#descEvent h1
{
text-align:center;
}
#descEvent #description
{
width:60%;
text-align:justify;
}
#descEvent #image
{
float:right;
width:20%;
margin-right:100px;
margin-bottom:-100px;
}
#map {
width: 100%;
height: 500px;
margin-bottom: -30px;
background-image: url("images/OSM.svg");
background-repeat: no-repeat;
background-position: center;
}