Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Twowaits Webpage #8

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added images/job.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/price.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/road.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/support.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
548 changes: 547 additions & 1 deletion index.html

Large diffs are not rendered by default.

833 changes: 276 additions & 557 deletions main.css

Large diffs are not rendered by default.

Binary file added twowaits/images/job.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added twowaits/images/logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added twowaits/images/price.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added twowaits/images/road.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added twowaits/images/support.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
547 changes: 547 additions & 0 deletions twowaits/index.html

Large diffs are not rendered by default.

276 changes: 276 additions & 0 deletions twowaits/main.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,276 @@
*{

margin: 0;

padding: 0;

box-sizing: border-box;

}



.header {

margin:0;

transition: 0.3s;

padding: 0;

}

.container-fluid {

height:50px;

text-align:center;

margin-bottom:30px;

}



a.btn-first {

background-color: beige;

color: black;

}

.brand {

margin-top: 0;

}

.logo {

padding: 2px 0;

height: 100px;

width:150px;

}

.navbar-style {

margin-top: 10px 0;

box-shadow: 0 3px 15px black;

text-transform: uppercase;

transition:0.3s;

width:1345px;

height: 40px;

background-color:darkslategray;

}

.navbar-toggle {

color: darkorange;

}

.icon-bar {

background: darkorange;

}

.navbar-nav {

color: darkorange;

}

a.btn {



margin: 30px 10px;

width: 150px;

padding: 10px;

border-radius: 20px;

}



a.btn-second {

border: 2px solid darkorange;

color: #fff;

}



a.btn-third {

background-color: darkorange;

border: 1px solid darkorange;

color: #fff;

}



a.btn:hover {

background: darkorange;

border: none;

color: white;

box-shadow: 5px 5px 10px #999;

transition: 0.3s;

}

.banner-image{

width:200px;

height:150px;

}

.img-responsive {

width:200px;

height:150px;

}



.card: {

box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);

padding: 10px;

color: darkslateblue;

border : 2px solid darkorange;

}

.card:hover{

background:white;

color: black;

box-shadow: 10px 10px 10px black;

border : 2px solid darkorange;

transition: 0.3s;

}

.card-body {

color: white;

margin:10px;

}

a.btn-fourth {

float:center;

border: 2px solid darkorange;

color: #fff;

}

a.btn-fifth {

border: 2px solid darkorange;

color: #fff;

}

a.btn-sixth {

background-color: darkorange;

border: 1px solid darkorange;

color: #fff;

}


}
.cont{
font-size: 180%;
padding: 20px;
text-align: center;
margin: 0 auto;
text-align: center;
color: black;
}
.styled {
height:60px;
width:270px;
border: 0;
line-height: 2.5;
padding: 0 20px;
font-size: 2rem;
text-align:left;
color: white;
border-radius:10px;
text-shadow: 1px 1px 1px #000;

background-color: #34495e;
/* background-image: linear-gradient(to top left,
rgba(0, 0, 0, .2),
rgba(0, 0, 0, .2) 30%,
rgba(0, 0, 0, 0));
box-shadow: inset 2px 2px 3px rgba(255, 255, 255, .6),
inset -2px -2px 3px rgba(0, 0, 0, .6);*/
}

.styled:hover {
background-color:#34495e ;
border-width:5px;border-style:solid;border-color:orange;
}

.styled:active {
box-shadow: inset -2px -2px 3px rgba(255, 255, 255, .6),
inset 2px 2px 3px rgba(0, 0, 0, .6);
}

.card:hover{
background:white;
color: black;
box-shadow: 10px 10px 10px black;
transition: 0.3s;
background-color:#34495e ;
border-width:5px;border-style:solid;border-color:orange;
border-radius:20px;
}