Skip to content

Latest commit

 

History

History
46 lines (46 loc) · 999 Bytes

all-css-properties.md

File metadata and controls

46 lines (46 loc) · 999 Bytes
    color: aqua;
    text-align: center;
    font-size: 10rem;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-style: italic;
    font-weight: bold;
    line-height: 1.2;
    text-transform: capitalize;
    word-spacing: 5px;
    letter-spacing: 5px;
    text-shadow: 2px 2px 2px black;
    text-decoration:;
    width: 100%;
    height: 10vh;
    background: ;
    background-color: aqua;
    background-image: url();
    background-size: ;
    background-repeat: ;
    background-position: ;
    float: left ;
    clear: both;
    margin: ;
    margin-top: ;
    margin-right: ;
    margin-bottom: ;
    margin-left: ;
    padding: ;
    padding-top: ;
    padding-right: ;
    padding-bottom: ;
    padding-left: ;
    border:10px;
    border-style: solid ;
    border-color: aqua;
    box-sizing: border-box;
    border-radius: ;
    position: ;
    top:;
    right: ;
    bottom: ;
    left: ;
    box-shadow: 2px 2px 2px red;
    display: ;