We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d40b18b commit e870329Copy full SHA for e870329
margin-and-padding/margin-and-padding-2/style.css
@@ -7,21 +7,32 @@ body {
7
width: 400px;
8
background: #fff;
9
margin: 16px auto;
10
+ padding: 8px;
11
}
12
13
.title {
14
background: #e3f4ff;
15
+ margin: 8px;
16
+ font-size: 16px;
17
18
19
20
.content {
21
22
23
+ padding: 18px 6px;
24
25
26
.button-container {
27
28
29
30
+ text-align: center;
31
32
33
button {
34
background: white;
35
border: 1px solid #eee;
36
+ display: block;
37
+ margin: 0 auto;
38
0 commit comments