|
7 | 7 | position: relative;
|
8 | 8 | font-family: 'Lato', sans-serif;
|
9 | 9 | }
|
| 10 | +footer{ |
| 11 | + padding: 10px 0; |
| 12 | + background-color: #333; |
| 13 | +} |
| 14 | +footer h5{ |
| 15 | + color: rgba(255,255,255, 0.8); |
| 16 | +} |
| 17 | +.wrapper-2, .wrapper-4{ |
| 18 | + background-color: #f3f3f3; |
| 19 | + margin-top: 20px; |
| 20 | + padding-bottom: 10px; |
| 21 | +} |
10 | 22 | #demo1, #demo2, #demo3{
|
11 | 23 | padding-top: 40px;
|
12 | 24 | }
|
| 25 | +.about{ margin-top: 60px; } |
| 26 | +.about-text{ |
| 27 | + font-size: 20px; |
| 28 | + color: #555; |
| 29 | + line-height: 1.6; |
| 30 | +} |
13 | 31 | .title{
|
14 | 32 | font-size: 26px;
|
15 | 33 | font-family: 'Lato', sans-serif;
|
@@ -38,6 +56,12 @@ body {
|
38 | 56 | .navbar-default .navbar-nav>li>a{
|
39 | 57 | color: #fff;
|
40 | 58 | }
|
| 59 | +.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover{ |
| 60 | + color: #fff; |
| 61 | +} |
| 62 | +.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{ |
| 63 | + color: #fff; |
| 64 | +} |
41 | 65 | .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
|
42 | 66 | color: #fff;
|
43 | 67 | background-color: #9c27b0;
|
|
0 commit comments