freeCodeCamp/public/css/app.css

26 lines
350 B
CSS
Raw Normal View History

body {
padding-top: 50px;
}
.starter-template {
padding: 40px 15px;
text-align: center;
2013-11-14 20:29:06 +00:00
}
.btn-label {
position: relative;
left: -12px;
display: inline-block;
padding: 6px 12px;
background: rgba(0, 0, 0, 0.15);
border-radius: 3px 0 0 3px;
}
2013-11-14 20:29:06 +00:00
.btn-labeled {
padding-top: 0;
padding-bottom: 0;
}
2013-11-14 20:29:06 +00:00
.btn {
margin-bottom: 10px;
}