-
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
nigellak
committed
Jul 3, 2019
1 parent
ece367a
commit 422d2ed
Showing
18 changed files
with
303 additions
and
208 deletions.
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
File renamed without changes
File renamed without changes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File renamed without changes
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,43 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<title>Webpage</title> | ||
<link rel="stylesheet" href="css/customf.css"> | ||
<link rel="icon" href="Resources/nk.jpg"> | ||
</head> | ||
<body> | ||
<div class="nk"> | ||
<b>NK Incorporated</b> | ||
</div> | ||
|
||
<div class="logo"> | ||
<img src="Resources/Wit.jpg" alt="logo" height="500" width="900"> | ||
</div> | ||
<div class="para1"> | ||
<p><span>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ab distinctio ducimus eius exercitationem explicabo impedit libero maxime minima modi odit optio, perferendis praesentium quas, quia similique? Dolorum magnam unde voluptatum.</span><span>Ab, adipisci alias, aliquid blanditiis consectetur delectus deserunt dolor dolorum eos ex excepturi fuga iure magnam necessitatibus nostrum officiis optio perspiciatis quas quasi recusandae similique tempora tenetur! Cumque, dolorem, earum!</span><span>Aliquam assumenda culpa cum eaque fugiat iure laboriosam odit provident quo. Adipisci consectetur cupiditate deserunt dolor earum eius in labore, nemo obcaecati quaerat quia quisquam repellat tempore! Corporis debitis, ducimus!</span> | ||
</p> | ||
<p><span>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ab distinctio ducimus eius exercitationem explicabo impedit libero maxime minima modi odit optio, perferendis praesentium quas, quia similique? Dolorum magnam unde voluptatum.</span><span>Ab, adipisci alias, aliquid blanditiis consectetur delectus deserunt dolor dolorum eos ex excepturi fuga iure magnam necessitatibus nostrum officiis optio perspiciatis quas quasi recusandae similique tempora tenetur! Cumque, dolorem, earum!</span><span>Aliquam assumenda culpa cum eaque fugiat iure laboriosam odit provident quo. Adipisci consectetur cupiditate deserunt dolor earum eius in labore, nemo obcaecati quaerat quia quisquam repellat tempore! Corporis debitis, ducimus!</span> | ||
</p> | ||
<p><span>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ab distinctio ducimus eius exercitationem explicabo impedit libero maxime minima modi odit optio, perferendis praesentium quas, quia similique? Dolorum magnam unde voluptatum.</span><span>Ab, adipisci alias, aliquid blanditiis consectetur delectus deserunt dolor dolorum eos ex excepturi fuga iure magnam necessitatibus nostrum officiis optio perspiciatis quas quasi recusandae similique tempora tenetur! Cumque, dolorem, earum!</span><span>Aliquam assumenda culpa cum eaque fugiat iure laboriosam odit provident quo. Adipisci consectetur cupiditate deserunt dolor earum eius in labore, nemo obcaecati quaerat quia quisquam repellat tempore! Corporis debitis, ducimus!</span> | ||
</p> | ||
</div> | ||
|
||
<div class="end"> | ||
<ul> | ||
<li><a href="#">Contact</a></li> | ||
<!--li>a--> | ||
<li><a class="active" href="#">Services and Products</a></li> | ||
<li><a href="#">About Us</a></li> | ||
<li><a href="#">Cookie Preferences</a></li> | ||
<li><a href="#">FAQ</a></li> | ||
<li><a href="#">Feedback</a></li> | ||
</ul> | ||
</div> | ||
<div class="foot"> | ||
<h4>Nigellak Inc. © 2019.</h4> | ||
</div> | ||
|
||
|
||
</body> | ||
</html> |
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
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
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 |
---|---|---|
|
@@ -66,4 +66,7 @@ tr:hover{ | |
} | ||
tr:nth-child(odd){ | ||
background: mistyrose; | ||
} | ||
td{ | ||
font-family: Tahoma ; | ||
} |
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
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,78 @@ | ||
.footer{ | ||
background: blue; | ||
width: 100%; | ||
height: 50px; | ||
padding: 10px; | ||
color: gainsboro; | ||
text-align: center; | ||
} | ||
p{ | ||
font-family: "Eras Medium ITC"; | ||
font-size:18px ; | ||
color: darkslategray; | ||
padding-left: 10px; | ||
padding-right: 10px; | ||
text-align: justify; | ||
} | ||
body{ | ||
margin: 0px; | ||
padding: 0px; | ||
} | ||
/*.image{*/ | ||
/* padding-left: 10px;*/ | ||
/* padding-right: 10px;*/ | ||
/* padding-top: 20px;*/ | ||
/*}*/ | ||
ul { | ||
list-style-type: none; | ||
/*gets rid of bullets*/ | ||
margin: 0; | ||
padding: 0; | ||
overflow: hidden; | ||
background-color: orange; | ||
|
||
} | ||
li { | ||
float: left; | ||
align-items: center; | ||
justify-content: center; | ||
} | ||
/*li a {*/ | ||
/* display: block;*/ | ||
/* padding: 8px;*/ | ||
/* background-color: #dddddd;*/ | ||
/*}*/ | ||
li a { | ||
display: block; | ||
color: white; | ||
text-align: center; | ||
padding: 14px 16px; | ||
text-decoration: none; | ||
font-family: "Bookman Old Style"; | ||
font-size:18px ; | ||
} | ||
li a:hover { | ||
background-color: #111; | ||
} | ||
.active{ | ||
background: cadetblue; | ||
} | ||
li{ | ||
border-right: 1px solid midnightblue; | ||
} | ||
.image{ | ||
/*margin: 0px;*/ | ||
/*padding: 0px;*/ | ||
padding-left: 10px; | ||
padding-right: 0px; | ||
padding-top: 0px; | ||
|
||
} | ||
.hovah{ | ||
display: flex; | ||
} | ||
.logo{ | ||
display: flex; | ||
align-items: center; | ||
justify-content: center; | ||
} |
Oops, something went wrong.