How to Create Border and Background color for Sidebar Widget in Blogger


How to Create Border and Background color for Sidebar Widget in Blogger



This is the CSS code .

.sidebar .widget {
    padding: 40px;
    margin-bottom: 30px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 1px 0 0 rgba(238, 238, 238, 0.6);
    position: relative;
}




Go to template customization ,click on Add CSS  ,then add the above code . 






How to Create Border and Background color for Sidebar Widget in Blogger






Now your design is completed.



How to Create Border and Background color for Sidebar Widget in Blogger

Comments