add fade-in transition to content
This commit is contained in:
parent
158be950d2
commit
8f1d07a768
1 changed files with 2 additions and 1 deletions
|
|
@ -88,7 +88,8 @@
|
||||||
background: #f5f5f5;
|
background: #f5f5f5;
|
||||||
color: #444;
|
color: #444;
|
||||||
}
|
}
|
||||||
.content { width: 100%; }
|
.content { width: 100%; animation: fadeIn 0.3s ease; }
|
||||||
|
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 32px;
|
font-size: 32px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue