Psudo selectors in css

pseudo selectors,pseudo elements,css pseudo element selector,pseudo elements tutorial,css pseudo elements,css pseudo elements tutorial,css tutorial,web development tutorial,css before and after pseudo elements,tutorial,css after tutorial,css before tutorial,lesson,app development,css,before,css after,css basics,css before,css before…

0 Comments

css curve

.box { width: 500px; height: 100px; border: solid 5px #000; border-color: #000 transparent transparent transparent; border-radius: 50%/100px 100px 0 0; } https://blog.logrocket.com/how-to-create-fancy-corners-in-css/    

0 Comments

Background overlay in css

.bg_image_2 { background-color: steelblue; background-image: url(https://source.unsplash.com/VWcPlbHglYc); background-size: cover; background-position: center; background-blend-mode: multiply; color: #fff; }

0 Comments