⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
pureOSC
All Projects
pureOSC
Overview
Activity
Issues
Spent time
Gantt
Calendar
News
Documents
Wiki
Files
Download (363 Bytes)
Chyba #83
» fade.html
Šimon Formánek
, 10/27/2024 04:09 AM
<!doctype html>
<html
lang=
"en-US"
>
<head>
<!-- Document metadata goes here -->
</head>
<style>
@keyframes
fadeInUp
{
0
%
{
/* transform: translateY(100%);*/
opacity
:
0
;
}
100
%
{
/* transform: translateY(0%);*/
opacity
:
1
;
}
}
body
{
animation
:
2.5s
fadeInUp
;
}
</style>
<body
bgcolor=
black
>
<img
src=
"../../images/enigma.webp"
>
(1-1/1)
Loading...