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

(Created page with ".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."; }")
 
Line 5: Line 5:
 
.alexdescr:after {
 
.alexdescr:after {
 
content: "He likes to eat broccoli and other types of vegetables.";
 
content: "He likes to eat broccoli and other types of vegetables.";
 +
}
 +
 +
.center {
 +
        text-align: center;
 +
}
 +
 +
.pictureshadow{
 +
        box-shadow: 0px 30px 40px rgba(0,0,0,1);
 
}
 
}

Revision as of 13:21, 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;

}

.pictureshadow{

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

}