14 lines
204 B
CSS
Executable File
14 lines
204 B
CSS
Executable File
#gifone {
|
|
position: relative;
|
|
width: 100px;
|
|
height: auto;
|
|
}
|
|
#giftwo {
|
|
position: fixed;
|
|
bottom: 0;
|
|
left: 25%;
|
|
transform: translateX(-50%);
|
|
width: 100px;
|
|
height: auto;
|
|
}
|