Answers for "crear un sol con css"

CSS
0

crear un sol con css

.sun {
    position: absolute;
    top: 15em;
    left: 15em;
    width: 10em;
    height: 10em;
    background-color: yellow;
    border-radius: 50%;
    box-shadow: 0 0 3em white;
}
Posted by: Guest on April-22-2022

Code answers related to "crear un sol con css"

Browse Popular Code Answers by Language