Bootcamp/Levels
Tag: Undo |
No edit summary Tag: 2017 source edit |
||
Line 21: | Line 21: | ||
justify-content: center; | justify-content: center; | ||
margin-top: 20px; | margin-top: 20px; | ||
animation: fadeIn 1s ease-in-out; | |||
} | } | ||
.header-text { | .header-text { | ||
Line 36: | Line 37: | ||
align-items: center; | align-items: center; | ||
margin: 20px 0; | margin: 20px 0; | ||
animation: fadeInUp 1s ease-in-out forwards; | |||
} | } | ||
.section { | .section { | ||
Line 80: | Line 82: | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
margin: 0 20px; | margin: 0 20px; | ||
animation: fadeInScale 1s ease-in-out forwards; | |||
} | } | ||
Line 85: | Line 88: | ||
background-color:#E2F5FA; | background-color:#E2F5FA; | ||
} | |||
.section-container:nth-child(2) { | |||
animation-delay: 0.2s; | |||
} | |||
.section-container:nth-child(3) { | |||
animation-delay: 0.4s; | |||
} | } | ||
Line 119: | Line 129: | ||
} | } | ||
} | } | ||
@keyframes fadeIn { | |||
0% { | |||
opacity: 0; | |||
} | |||
100% { | |||
opacity: 1; | |||
} | |||
} | |||
@keyframes fadeInUp { | |||
0% { | |||
opacity: 0; | |||
transform: translateY(50px); | |||
} | |||
100% { | |||
opacity: 1; | |||
transform: translateY(0); | |||
} | |||
} | |||
@keyframes fadeInScale { | |||
0% { | |||
opacity: 0; | |||
transform: scale(0.8); | |||
} | |||
100% { | |||
opacity: 1; | |||
transform: scale(1); | |||
} | |||
} | |||
</style> | </style> | ||
</head> | </head> |
Revision as of 23:04, 9 August 2024
Choose the right option for you
BEGINNER
You are brand new to MDriven modeling and tools and you've got a lot of questions. This is the place to start - right from the basics!
INTERMEDIATE
You have some understanding of models but you need to brush up on what you know and learn what else is new. Join the trail from here!
ADVANCED
You are very familiar with modeling and now you just want to understand how MDriven does it. Dive right in with the more advanced concepts behind the MDriven tools.
This page was edited 174 days ago on 08/10/2024. What links here