Skip to content
Snippets Groups Projects
Commit cb3f1bb9 authored by Nadia Mareta Putri Leiden's avatar Nadia Mareta Putri Leiden
Browse files

Upload New File

parent c22c6cb2
1 merge request!9Upload New File
@import url('http://fonts.cdnfonts.com/css/gotham');
body {background: linear-gradient(109.6deg, rgb(0, 0, 0) 11.2%, rgb(11, 132, 145) 91.1%);
animation: transitionIn 0.75s;}
h1{
font-family: gotham;
color: white;
position: absolute;
top: 150px;
left: 550px;
}
.img1{
position: absolute;
top: 300px;
left: 500px;
}
.img2{
position: absolute;
top: 290px;
left: 850px;
}
.text1{
color: white;
font-family: gotham;
position:absolute;
left: 20px;
}
.text2{
color: white;
font-family: gotham;
position:absolute;
left: 20px;
}
@keyframes transitionIn{
from{
opacity: 0;
transform: translateX(-480px);
}
to{
opacity: 1;
transform: translateX(0);
}
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment