-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
226 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,90 @@ | ||
body{ | ||
border:20px solid #3A4245; | ||
margin:0 auto; | ||
} | ||
|
||
header { | ||
background-image:url("images/laptop-and-person.jpg"); | ||
background-size:cover; | ||
} | ||
|
||
nav img { | ||
width:10%; | ||
} | ||
nav li { | ||
background-color:#8C92A1; | ||
display:inline-block; | ||
} | ||
|
||
nav li:hover { | ||
background-color:#ED98B1; | ||
|
||
} | ||
|
||
nav a:hover { | ||
color:white; | ||
text-decoration: none; | ||
} | ||
|
||
nav a { | ||
color:white; | ||
text-decoration: none; | ||
} | ||
|
||
#gray-box { | ||
background-color:#545D70; | ||
} | ||
|
||
#pink-box { | ||
background-color:#B56B81; | ||
} | ||
|
||
#aqua-box { | ||
background-color:#5FC9AA; | ||
} | ||
|
||
#des-box { | ||
background-color:#545D70; | ||
} | ||
footer { | ||
background-color:#545D70; | ||
} | ||
|
||
p { | ||
color:white; | ||
font-size:16px; | ||
} | ||
|
||
.big-2-p { | ||
font-size:24px; | ||
color:black; | ||
} | ||
|
||
.big-p { | ||
font-size:18px; | ||
} | ||
|
||
#header-info { | ||
width:50%; | ||
background-color:hsla(42, 98%, 80%, 0.56); | ||
} | ||
|
||
#logo-bar { | ||
background-color:white; | ||
} | ||
|
||
#header-info h1, #gray-box h1, #pink-box h1, #aqua-box h1, #white-box h1 { | ||
font-size:44px; | ||
} | ||
|
||
#header-info h1 { | ||
color:#B56B81; | ||
} | ||
|
||
#white-box h1, #gray-box h1 { | ||
color:#5FC9AA; | ||
} | ||
|
||
#pink-box h1, #aqua-box h1 { | ||
color:white; | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters