coulours and new background
This commit is contained in:
parent
2177dac6df
commit
ede2e2295d
1 changed files with 8 additions and 4 deletions
10
index.html
10
index.html
|
@ -7,7 +7,7 @@
|
||||||
<link rel="stylesheet" href="/static/css/bootstrap.css"/>
|
<link rel="stylesheet" href="/static/css/bootstrap.css"/>
|
||||||
<style rel="stylesheet">
|
<style rel="stylesheet">
|
||||||
#top-section {
|
#top-section {
|
||||||
background-image: url("/static/img/network_blur.jpg");
|
background-image: url("/static/img/aurora_blur.jpg");
|
||||||
background-position: center center;
|
background-position: center center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
|
@ -35,6 +35,10 @@
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.bg-one {
|
||||||
|
background: #b1e1bd;
|
||||||
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
@ -118,7 +122,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div class="py-5 bg-primary">
|
<div class="py-5 bg-one">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row flex-lg-row align-items-start g-5">
|
<div class="row flex-lg-row align-items-start g-5">
|
||||||
<h1>Notre travail</h1>
|
<h1>Notre travail</h1>
|
||||||
|
@ -194,7 +198,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="bg-primary">
|
<div class="bg-one">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="py-lg-5">
|
<div class="py-lg-5">
|
||||||
<h1 class="padding-bottom">Envie de participer</h1>
|
<h1 class="padding-bottom">Envie de participer</h1>
|
||||||
|
|
Loading…
Reference in a new issue