Difference between revisions of "Template:USNA Annapolis/CSS"

Line 34: Line 34:
 
.pad-top {
 
.pad-top {
 
         padding-top: 200px;
 
         padding-top: 200px;
}
 
 
 
.background-colors1 {
 
        background-color: #0099CC;
 
 
}
 
}

Revision as of 20:05, 30 June 2017

.parkdescr:after { content: "He likes to eat bananas and other kinds of fruit."; }

.alexdescr:after { content: "He likes to eat broccoli and other types of vegetables."; }

.center {

       text-align: center;

}

.h6 {

       font-size:20px;

}

.pictureshadow{

       box-shadow: 0px 30px 40px rgba(0,0,0,1);

}

.img-std {

       width: 250px;
       height:300px;

}

.img-response {

       display: inline;

}

.float-left {

       float: left;

}

.pad-top {

       padding-top: 200px;

}