add correct
This commit is contained in:
@@ -17,3 +17,13 @@
|
||||
url('../fonts/Montserrat-SemiBold.ttf') format('truetype'), /* Safari, Android, iOS */
|
||||
url('../fonts/Montserrat-SemiBold.svg#svgFontName') format('svg'); /* Legacy iOS */
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Montserrat-Medium';
|
||||
src: url('../fonts/Montserrat-Medium.eot'); /* IE9 Compat Modes */
|
||||
src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
||||
url('../fonts/Montserrat-Medium.woff2') format('woff2'), /* Super Modern Browsers */
|
||||
url('../fonts/Montserrat-Medium.woff') format('woff'), /* Pretty Modern Browsers */
|
||||
url('../fonts/Montserrat-Medium.ttf') format('truetype'), /* Safari, Android, iOS */
|
||||
url('../fonts/Montserrat-Medium.svg#svgFontName') format('svg'); /* Legacy iOS */
|
||||
}
|
||||
|
||||
+54
-2
@@ -6,11 +6,9 @@ html{
|
||||
touch-action: manipulation;
|
||||
}
|
||||
|
||||
|
||||
body{
|
||||
cursor: -webkit-grab;
|
||||
cursor: grab;
|
||||
/* margin-left: 200px; */
|
||||
}
|
||||
|
||||
p, a{
|
||||
@@ -469,6 +467,11 @@ section{
|
||||
transform: rotate(-15deg);
|
||||
}
|
||||
|
||||
#pouce .txt p{
|
||||
margin-top: 90px;
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
#pouce .tracer-y{
|
||||
top: 360px;
|
||||
left: 275px;
|
||||
@@ -582,6 +585,12 @@ section{
|
||||
margin-top: 55px;
|
||||
}
|
||||
|
||||
#sy_mettre a{
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
left: 200px;
|
||||
transform: rotate(-10deg);
|
||||
}
|
||||
#sy_mettre #next{
|
||||
left: 130px;
|
||||
top: 240px;
|
||||
@@ -644,3 +653,46 @@ section{
|
||||
top: 840px;
|
||||
left: 500px;
|
||||
}
|
||||
|
||||
#center a:nth-child(1){
|
||||
font-size: 18px!important;
|
||||
color: #35b8c8ff!important;
|
||||
background: none!important;
|
||||
}
|
||||
|
||||
#center .txt a:last-child{
|
||||
top: 1055px;
|
||||
left: 180px;
|
||||
}
|
||||
|
||||
#center .txt a:nth-of-type(5){
|
||||
top: 1045px;
|
||||
left: 541px;
|
||||
}
|
||||
|
||||
#center .txt a:nth-child(-n+4){
|
||||
font-size: 42px;
|
||||
color: black;
|
||||
text-decoration: none ;
|
||||
font-family: 'Montserrat-Medium'!important;
|
||||
background: yellow;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
#center .txt a:nth-of-type(4){
|
||||
transform: rotate(10deg);
|
||||
top: 915px;
|
||||
left: 370px;
|
||||
}
|
||||
|
||||
#center .txt a:nth-of-type(3){
|
||||
top: 750px;
|
||||
left: 170px;
|
||||
transform: rotate(-8deg);
|
||||
}
|
||||
|
||||
#center .txt a:nth-child(2){
|
||||
top: 320px;
|
||||
left: 290px;
|
||||
transform: rotate(-15deg);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user