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

Line 17: Line 17:
 
.pictureshadow{
 
.pictureshadow{
 
         box-shadow: 0px 30px 40px rgba(0,0,0,1);
 
         box-shadow: 0px 30px 40px rgba(0,0,0,1);
 +
}
 +
 +
.img-50 {
 +
        width: 50%;
 +
        height:50%;
 
}
 
}

Revision as of 14:51, 29 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-50 {

       width: 50%;
       height:50%;

}