RE: Help me with my new website!
December 19, 2017 at 10:43 am
(This post was last modified: December 19, 2017 at 10:45 am by bennyboy.)
I really like the graphics for that part of your page, and it looks like a very interesting project. It's probably a simple enough concept that you could do it with straight-up Javascript. Then you can generate as many divs as you want on the fly without the user ever having to post back to the server.
Re: your front page.
I'm sorry I haven't upload the image. I actually figured out how to do it in Photoshop, but unfortunately the very next day I had to go to the hospital and I haven't been released yet. Hopefully I'll be out tomorrow and we can see if the resultant image will be seamless enough.
I also thought of an alternative way of trying to do it: I believe CSS now has methods for defining rounded corners. It seems to me if you layer two linear gradients on top of each other, and then clip the result using a rounded corner, you can achieve something very similar to what you want. It will probably take a lot of fiddling, but might be a fun adventure.
Re: your front page.
I'm sorry I haven't upload the image. I actually figured out how to do it in Photoshop, but unfortunately the very next day I had to go to the hospital and I haven't been released yet. Hopefully I'll be out tomorrow and we can see if the resultant image will be seamless enough.
I also thought of an alternative way of trying to do it: I believe CSS now has methods for defining rounded corners. It seems to me if you layer two linear gradients on top of each other, and then clip the result using a rounded corner, you can achieve something very similar to what you want. It will probably take a lot of fiddling, but might be a fun adventure.