fin séance
This commit is contained in:
@@ -1,13 +1,14 @@
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-family: 'Raleway', sans-serif;
|
||||
}
|
||||
|
||||
header {
|
||||
height: 135px;
|
||||
}
|
||||
|
||||
header.logo {
|
||||
.header-logo {
|
||||
float: left;
|
||||
width: 298px;
|
||||
}
|
||||
@@ -68,4 +69,65 @@ a.btn {
|
||||
padding: 10px 5px 10px 5px;
|
||||
background: #00ED93;
|
||||
color: #3B6D56;
|
||||
}
|
||||
}
|
||||
|
||||
.section {
|
||||
height: 879px;
|
||||
}
|
||||
|
||||
#carousel {
|
||||
margin: 50px 0;
|
||||
background-color: #DDEFFD;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
/*Menthe*/
|
||||
#carousel::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
bottom: -80px; left: 0;
|
||||
width: 348px;
|
||||
height: 642px;
|
||||
background: url("../img/—Pngtree—many kinds of vegetables in_7257107 1.png") left bottom;
|
||||
}
|
||||
|
||||
/*Choux fleur*/
|
||||
#carousel::after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 20px; right: 0;
|
||||
width: 348px;
|
||||
height: 642px;
|
||||
background: url("../img/—Pngtree—many kinds of vegetables in_7257107 2.png") right center;
|
||||
}
|
||||
|
||||
#carousel > .content {
|
||||
width: 1120px;
|
||||
margin: 0 auto;
|
||||
padding-top: 200px;
|
||||
}
|
||||
|
||||
#carousel .content *{
|
||||
margin: 20px 0px;
|
||||
}
|
||||
|
||||
#carousel .content p {
|
||||
font-weight: 700;
|
||||
font-size: 24px;
|
||||
line-height: 28px;
|
||||
color: #79BD9D;
|
||||
}
|
||||
|
||||
#carousel .content h1 {
|
||||
font-weight: 700;
|
||||
font-size: 44px;
|
||||
line-height: 52px;
|
||||
color: #3B6D56;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
#carousel .content h2 {
|
||||
font-weight: 700;
|
||||
font-size: 22px;
|
||||
line-height: 26px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user