Completed exercise 02
This commit is contained in:
parent
fa32a91b26
commit
404ebaad95
|
@ -7,21 +7,32 @@ body {
|
||||||
width: 400px;
|
width: 400px;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
margin: 16px auto;
|
margin: 16px auto;
|
||||||
|
padding: 13px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
background: #e3f4ff;
|
background: #e3f4ff;
|
||||||
|
font-size: 1.4rem;
|
||||||
|
margin: 0 0 11px 0;
|
||||||
|
padding: 7px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
background: #e3f4ff;
|
background: #e3f4ff;
|
||||||
|
margin-bottom: 11px;
|
||||||
|
padding: 11px 7px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button-container {
|
.button-container {
|
||||||
background: #e3f4ff;
|
background: #e3f4ff;
|
||||||
|
text-align: center;
|
||||||
|
padding: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
background: white;
|
background: white;
|
||||||
border: 1px solid #eee;
|
border: 1px solid #eee;
|
||||||
|
display: block;
|
||||||
|
margin: 0 auto;
|
||||||
|
padding: 8px 18px;
|
||||||
}
|
}
|
Loading…
Reference in New Issue