Template:Event Box/styles.css: Difference between revisions

Jump to navigation Jump to search
m
no edit summary
mNo edit summary
mNo edit summary
 
Line 1: Line 1:
.box {
.box {
     border: 2px solid #c0c4d6;
     border: 1.5px solid #c0c4d6;
     border-radius: 8px;
     border-radius: 8px;
     display: block;
     display: block;
     width: 300px;
     width: 400px;
     background-color: white;
     background-color: white;
     filter: drop-shadow(1px 1px 5px rgba(168,168,168,.4));
     filter: drop-shadow(1px 1px 5px rgba(168,168,168,.4));
Line 24: Line 24:


.line:before, .line:after {
.line:before, .line:after {
     height: 2px;
     height: 1.5px;
     background-color: #a8a8a9;
     background-color: #a8a8a9;
     content: "";
     content: "";
755

edits

Navigation menu