Skip to content

Commit 3e7a7e5

Browse files
committed
added new background images
1 parent 41c711b commit 3e7a7e5

File tree

5 files changed

+8
-1
lines changed

5 files changed

+8
-1
lines changed

css/background10.png

1.91 MB
Loading

css/background11.png

1.72 MB
Loading

css/bg10.png

1.49 MB
Loading

css/overwrite.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ header, section.success {
22
background-color: #2C3E50;
33
}
44

5+
header, #contact {
6+
background-image: url("bg10.png");
7+
background-attachment: fixed;
8+
}
9+
10+
511
#mainNav {
612
border-bottom-color: white;
713
border-bottom-style: solid;
@@ -13,5 +19,4 @@ header, section.success {
1319
border-style: solid;
1420
border-width: 2px;
1521
border-radius: 500px;
16-
1722
}

index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@
7676
<span class="name">Matt Lao</span>
7777
<hr class="star-light">
7878
<span class="skills">Web Developer - Software Engineer - User Experience Designer</span>
79+
<br>
80+
7981
</div>
8082
</div>
8183
</div>

0 commit comments

Comments
 (0)