default background color
This commit is contained in:
parent
939b67cf26
commit
c467c69839
|
@ -66,7 +66,7 @@
|
|||
}
|
||||
|
||||
.intro {
|
||||
//background-color: #7A7A7A;
|
||||
background-color: #7A7A7A;
|
||||
background: image-url('intro-bg.jpg') no-repeat bottom center scroll;
|
||||
background-size: cover;
|
||||
height: 100%;
|
||||
|
@ -107,7 +107,7 @@
|
|||
}
|
||||
|
||||
#about, #skill {
|
||||
background-color: #000;
|
||||
background-color: #BABABA;
|
||||
color: #eee;
|
||||
padding: 10rem 0;
|
||||
h1, h2 {
|
||||
|
|
Loading…
Reference in New Issue