Skip to content

Commit

Permalink
css folder
Browse files Browse the repository at this point in the history
  • Loading branch information
ishika172 committed Oct 13, 2020
1 parent d62ab03 commit 13667d4
Show file tree
Hide file tree
Showing 6 changed files with 113 additions and 0 deletions.
Binary file added 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 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 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 road.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
113 changes: 113 additions & 0 deletions styling.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,113 @@
*{
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;
}
Binary file added support.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 13667d4

Please sign in to comment.