feat(views): link to the doc (#34)
* feat(views): link to the doc * typo(views): removed extra space Co-Authored-By: Grafikart <Grafikart@users.noreply.github.com>
This commit is contained in:
parent
403223214f
commit
29d8045f57
|
@ -67,6 +67,16 @@ section:before {
|
|||
animation: slideUp 1s cubic-bezier(0.19, 1, 0.30, 1) 0.5s forwards;
|
||||
}
|
||||
|
||||
|
||||
a {
|
||||
color: inherit;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
p {
|
||||
margin: 0.83rem 0;
|
||||
}
|
||||
|
||||
@keyframes slideUp {
|
||||
0% {
|
||||
transform: translateY(40px);
|
||||
|
|
|
@ -9,7 +9,12 @@
|
|||
<section>
|
||||
<div class="logo"></div>
|
||||
<div class="title"></div>
|
||||
<div class="subtitle"><p>AdonisJs simplicity will make you feel confident about your code</p></div>
|
||||
<div class="subtitle">
|
||||
<p>AdonisJs simplicity will make you feel confident about your code</p>
|
||||
<p>
|
||||
Don't know where to start? Read the <a href="https://adonisjs.com/docs">documentation</a>.
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue
Block a user