Skip to content

Commit f6041db

Browse files
committed
Added container element
1 parent 25377d4 commit f6041db

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

src/custom-elements.css

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,17 @@
66

77
border: 4px solid darkgray;
88
border-radius: 15px;
9-
box-shadow: 0 10px rgb(120, 120, 120);
9+
box-shadow: 0 10px #787878;
10+
}
11+
12+
.container {
13+
color: white;
14+
margin: 20px auto;
15+
padding: 10px;
16+
width: 75%;
17+
18+
border: 4px solid darkgray;
19+
border-radius: 15px;
1020
}
1121

1222
.container-depth {

0 commit comments

Comments
 (0)