Browse Source

fix fun.html

master
SERNY Sacha 3 years ago
parent
commit
341e638292
  1. 6
      style/style_fun.css
  2. 2
      style/style_fun.css.map
  3. 7
      style/styles_fun.scss

6
style/style_fun.css

@ -1,3 +1,7 @@
* {
box-sizing: content-box;
}
@keyframes defilement {
0% {
top: 0;
@ -31,7 +35,7 @@
.star-wars {
background-color: black;
height: 100vh;
height: 70%;
margin-right: 10px;
transform: perspective(400px) rotateX(20deg);
overflow: hidden;

2
style/style_fun.css.map

@ -1 +1 @@
{"version":3,"sourceRoot":"","sources":["styles_fun.scss"],"names":[],"mappings":"AAAA;EACI;IACE;IACA;;EAEF;IACE;IACA;;;AAGN;EACI;IACI;;EAEJ;IACI;;EAEJ;IACI;;EAEJ;IACI;;EAEJ;IACI;;;AAGN;EACE;;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;EACA","file":"style_fun.css"}
{"version":3,"sourceRoot":"","sources":["styles_fun.scss"],"names":[],"mappings":"AAAA;EACE;;;AAEF;EACI;IACE;IACA;;EAEF;IACE;IACA;;;AAGN;EACI;IACI;;EAEJ;IACI;;EAEJ;IACI;;EAEJ;IACI;;EAEJ;IACI;;;AAGN;EACE;;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;EACA","file":"style_fun.css"}

7
style/styles_fun.scss

@ -1,3 +1,6 @@
* {
box-sizing: content-box;
}
@keyframes defilement {
0% {
top: 0;
@ -24,13 +27,13 @@
100% {
color:yellow;
}
}
}
.main-contents {
z-index: 9999;
}
.star-wars {
background-color: black;
height: 100vh;
height: 70%;
margin-right: 10px;
transform: perspective(400px) rotateX(20deg);
overflow: hidden;

Loading…
Cancel
Save