Hi all! Today I was scrolling through the news feed, and I realized that a fairly large number of requests are devoted to the topic: “How to create a gradient shadow using CSS?”. It became interesting to deal with this issue on my own 🙂 Continue reading HOW TO CREATE A GRADIENT SHADOW WITH CSS?
Category Archives: CSS
How to add image to html page?
Hi all! Today, a minimalist post that will look at all the possible options for adding an image to an html page. Would it come in handy? Continue reading How to add image to html page?
Round picture using CSS
Need a completely round picture? Which is easier? We take Photoshop, and cut the picture to the desired size. It just works in all browsers (even in IE ?) but … so old-fashioned. Especially when it comes to pictures in quantities measured in tens or hundreds (sometimes it happens) … It is better to use CSS – a primitive code, and a lot of time saved. Continue reading Round picture using CSS