Quantcast
Viewing all articles
Browse latest Browse all 21

Simple Web Part :before :after example

I made this little fun :before :after CSS example for SharePoint 2013 Web Parts. Have fun branding your SharePoint solutions!

/*Web Part Styling*/

#DeltaPlaceHolderMain .ms-webpart-chrome-fullWidth:before {
background:url(‘grass.png’) top left;
content: ” “;
display: block;
position: relative;
height: 100px;
}

#DeltaPlaceHolderMain .ms-webpart-chrome-fullWidth:after {
background:url(‘roots.png’) bottom left no-repeat;
content: ” “;
display: block;
position: relative;
height: 125px;
}

Edit mode:

View mode:


Viewing all articles
Browse latest Browse all 21

Trending Articles