diff --git a/css/style.css b/css/style.css index 8296227..180a442 100644 --- a/css/style.css +++ b/css/style.css @@ -1,47 +1,54 @@ body{ - background-color:#2A4158; + + background-color: #031010; + color: #fff; + text-align: center; } -.header{ +header{ width: 100%; + height: 200px; text-align: center; - margin: 50px;; + background-color:#2A4158; } -ul{ - display:flex; - justify-content: center; +.navAccueil{ + } -li{ - color:#fff; - padding: 10px; +.navSearch{ - border-radius: 10% 10% 0% 0%; - margin :25px; - list-style: none; - font-size:18px; } -.active{ - background-color: #000; +h1{ + font-size: 48px; + } -.body{ - width:100%; +h2{ + } -img{ - width:100%; - height:auto; +.card{ + } -a{ - color:#fff; - font-size:18px; +.data{ + } +h3{ -a:hover{ - text-decoration: none; +} + +p{ + +} + +.boutons{ + + +} +footer{ + background-color: #2A4158; } \ No newline at end of file diff --git a/fonts/Montserrat-Bold.ttf b/fonts/Montserrat-Bold.ttf new file mode 100644 index 0000000..221819b Binary files /dev/null and b/fonts/Montserrat-Bold.ttf differ diff --git a/fonts/OpenSans-Regular.ttf b/fonts/OpenSans-Regular.ttf new file mode 100644 index 0000000..472faab Binary files /dev/null and b/fonts/OpenSans-Regular.ttf differ diff --git a/fonts/OpenSans-SemiBold.ttf b/fonts/OpenSans-SemiBold.ttf new file mode 100644 index 0000000..2f7861c Binary files /dev/null and b/fonts/OpenSans-SemiBold.ttf differ diff --git a/images/ban.png b/images/ban.png new file mode 100644 index 0000000..72c1b3e Binary files /dev/null and b/images/ban.png differ diff --git a/images/footer.png b/images/footer.png new file mode 100644 index 0000000..b1b6a08 Binary files /dev/null and b/images/footer.png differ diff --git a/index.html b/index.html index ed30c45..cb74fd0 100644 --- a/index.html +++ b/index.html @@ -8,6 +8,16 @@