maj index/maj header/add color/ end principal home div

This commit is contained in:
theomemin 2018-12-10 15:58:17 +01:00
parent 96ed5cdb9f
commit 3af04f67ed
4 changed files with 17 additions and 5 deletions

Binary file not shown.

View File

@ -62,10 +62,10 @@ body{
.test1{ .test1{
float: left; float: left;
text-align: center; text-align: center;
margin-top: 133px; margin-top: 40px;
} }
.test2{ .test2{
margin-top: 166px; margin-top: 70px;
float: right; float: right;
font-family: 'Open Sans', sans-serif; font-family: 'Open Sans', sans-serif;
} }
@ -115,9 +115,10 @@ body{
} }
.bloc_principal{ .bloc_principal{
width: 100%; width: 100%;
height: 650px; height: 440px;
margin-top: 100px; margin-top: 100px;
background-color: white; background-color: white;
box-shadow: 1px 1px 30px 1px lightgrey;
} }
.bloc_principal_titre{ .bloc_principal_titre{
text-align: center; text-align: center;
@ -140,6 +141,7 @@ body{
} }
.p-home { .p-home {
padding-top: 20px; padding-top: 20px;
margin-right: 50px;
color: grey; color: grey;
} }
#twi{ #twi{
@ -189,16 +191,20 @@ body{
width: 250px; width: 250px;
} }
.test1{ .test1{
margin-top: 20px; margin-top: 30px;
} }
.test2{ .test2{
margin-top: 20px; margin-top:30px;
} }
#titre-home{ #titre-home{
padding-bottom: 10px; padding-bottom: 10px;
} }
.p-home{ .p-home{
padding-top: 7px; padding-top: 7px;
margin: 0;
}
.bloc_principal{
height: 630px;
} }
} }
@ -227,4 +233,7 @@ body{
.bloc_principal_titre{ .bloc_principal_titre{
font-size: 20px; font-size: 20px;
} }
.bloc_principal{
height: 650px;
}
} }

View File

@ -38,6 +38,9 @@
</div> </div>
</div> </div>
</div> </div>
<div class="">
</div>
</main> </main>
<footer> <footer>
<tag type="includes" file="footer" /> <tag type="includes" file="footer" />

Binary file not shown.

Before

Width:  |  Height:  |  Size: 62 KiB

After

Width:  |  Height:  |  Size: 55 KiB