-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #24 from valihna/hotfixcss
Hotfixcss
- Loading branch information
Showing
15 changed files
with
161 additions
and
269 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,7 @@ | |
} | ||
|
||
.calender-container { | ||
margin-top: 50px; | ||
margin-top: 150px; | ||
} | ||
|
||
.case { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,38 @@ | ||
@keyframes myAnim { | ||
0% { | ||
transform: scale(0); | ||
} | ||
0% { | ||
transform: scale(0); | ||
} | ||
|
||
100% { | ||
transform: scale(1); | ||
} | ||
100% { | ||
transform: scale(1); | ||
} | ||
} | ||
|
||
.cadeau{ | ||
animation: myAnim 1s ease 0s 1 normal forwards; | ||
position: absolute; | ||
top: 15%; | ||
left: 37%; | ||
color:white; | ||
border-radius: 10px; | ||
padding: 10px; | ||
text-align: center; | ||
background-color: goldenrod; | ||
.cadeau { | ||
animation: myAnim 1s ease 0s 1 normal forwards; | ||
position: absolute; | ||
top: 15%; | ||
left: 37%; | ||
color: white; | ||
border-radius: 10px; | ||
padding: 10px; | ||
text-align: center; | ||
background-color: goldenrod; | ||
} | ||
|
||
|
||
span{ | ||
color: black; | ||
font-weight: bold; | ||
font-size: 20px; | ||
} | ||
span { | ||
color: black; | ||
font-weight: bold; | ||
font-size: 20px; | ||
} | ||
.header-container { | ||
display: flex; | ||
} | ||
.croos-form { | ||
display: flex; | ||
align-items: center; | ||
justify-content: center; | ||
margin-left: 80px; | ||
border-radius: 50px; | ||
cursor: pointer; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
import React from "react"; | ||
import "../../components/Footer/Footer.css"; | ||
function Footer() { | ||
return ( | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,6 @@ | |
} | ||
|
||
.status { | ||
font-size: 1.2em; | ||
font-weight: bold; | ||
margin-bottom: 10px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
ul{ | ||
display: flex; | ||
justify-content: center; | ||
align-items: center; | ||
ul { | ||
display: flex; | ||
justify-content: space-between; | ||
align-items: center; | ||
} | ||
|
||
li{ | ||
list-style-type: none; | ||
color: white; | ||
margin-right: 90px; | ||
font-size: 30px; | ||
font-weight: bold; | ||
li { | ||
list-style-type: none; | ||
color: white; | ||
font-weight: bold; | ||
font-family: "Cedarville Cursive", cursive; | ||
font-size: 2.5rem; | ||
margin: 20px 35px; | ||
} | ||
|
||
a{ | ||
text-decoration:none; | ||
} | ||
a { | ||
text-decoration: none; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,18 @@ | ||
<<<<<<< HEAD | ||
/* * { | ||
/* { | ||
background-image: url(frontend/src/assets/imageSurprise.jpg); | ||
======= | ||
.surprise { | ||
background-image: url(public/imageSurprise.jpg); | ||
>>>>>>> 8485bddcb17696aa999f14b25f7e9b36c36e6940 | ||
background-size: 100%; | ||
background-attachment: fixed; | ||
margin: 0; | ||
padding: O; | ||
} */ | ||
} */ | ||
|
||
.containerSurprise { | ||
display: flex; | ||
flex-direction: column; | ||
justify-content: center; | ||
align-items: center; | ||
margin: 0; | ||
padding: 0; | ||
height: 100vh; | ||
width: 100%; | ||
} | ||
|
||
.imgSurprise { | ||
width: 500px; | ||
width: 800px; | ||
} |
Oops, something went wrong.