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

82 lines
1.3 KiB
CSS

.navbar {
background-color: rgb(247, 164, 105) !important;
}
.navbar-item img, .navbar-item svg {
max-height: 4rem !important;
}
.navbar-link, a.navbar-item svg {
color: rgb(240, 194, 136);
text-transform: uppercase;
font-weight: 700;
}
.hero{
background-image: url(img/151898_A\ realistic\ photo\ of\ Parc\ Montsouris\ in\ Paris\ _xl-1024-v1-0.png);
}
.hero{
background-size: 1920px;
width: 600px;
}
.hero{
width: 1920px;
height: 600px;
}
.my-big-title {
font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
text-align:center;
font-size: 4rem;
font-weight: 700;
color: black;
}
body{
background-color:rgb(235, 215, 201);
}
h2{
color: rgb(118, 52, 4);
font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif ;
text-align: center;
}
body{
background-color:rgb(235, 215, 201);
}
.button{
color: rgb(233, 146, 84);
font-weight: 700;
text-align: center;
}
.columns
{
width: 1230px;
margin: 0 auto;
}
.columns .col_img
{
width: 50% !important;
}
.box{
background-color: rgb(240, 204, 178);
}
.box {
background: rgb(240, 204, 178);
padding: 2rem;
border-radius: 8px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}