Hello! I would like to add a curve to the top of frame on my webpage and make it look 3d. Like the one on at the bottom left side of the screen but upsidedown.
I also I want to add a shadow to the pictures.
<style>
img filter Chroma(Color = #000000); Shadow(Color=#00FF00, Direction=125); a:hover img {filter: Xray;}
</style>