en.javascript.info/02-ui/02-events-and-interfaces/01-introduction-browser-events/05-hide-message/task/messages.css
Ilya Kantor f301cb744d init
2014-10-26 22:10:13 +03:00

18 lines
233 B
CSS
Executable file

body {
margin: 10px auto;
width: 470px;
}
h3 {
margin: 0;
padding-bottom: .3em;
font-size: 1.1em;
}
p {
margin: 0;
padding: 0 0 .5em;
}
.pane {
background: #edf5e1;
padding: 10px 20px 10px;
border-top: solid 2px #c4df9b;
}