tutorial2d

This commit is contained in:
Diego F. Goberna
2018-11-15 23:06:07 +01:00
parent 9634d8cbde
commit 46ebe3b574
4 changed files with 27 additions and 1 deletions

View File

@@ -45,3 +45,17 @@ html {
50% { opacity: 0.8; }
100% { opacity: 1; }
}
#tutorial2d {
position: absolute;
width: 60%;
left: 20%;
top: 35%;
}
@media (max-width: 1280px) {
#tutorial2d {
width: 80%;
left: 10%;
}
}