Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

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;
}
Source by programmerclick.com #
 
PREVIOUS NEXT
Tagged: #crear #sol #css
ADD COMMENT
Topic
Name
1+7 =