Skip to content
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 .DS_Store
Binary file not shown.
44 changes: 39 additions & 5 deletions css/styles.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,41 @@
body {
padding-top: 5rem;
}
.starter-template {
padding: 3rem 1.5rem;
/*padding: 3rem 1.5rem;*/
text-align: left;

background-color: #800080;
background-image: linear-gradient(141deg, #9fb8ad 0%, #1fc8db 51%, #2cb5e8 75%);
color: white;
opacity: 0.95;}

body, html {
padding-top: 1rem;
height: 100%;
background-image: url("rings.jpg");

min-height: 50px;
/*
Center and scale the image nicely */
background-position: center;
background-repeat: no-repeat;
background-size: cover;

/* Needed to position the navbar */
position: relative;
}

/* The navbar */
.topnav {
overflow: hidden;
background-color: #333;
float: left;
text-align: center;
}
padding: 10px;
}

/* Navbar text */
.nav-item a{
font-family: arial !important;
color: black;
font-weight: bold;
font-size: 16px;
}
293 changes: 293 additions & 0 deletions css/styles2.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,293 @@
.starter-template {
/*padding: 3rem 1.5rem;*/
text-align: left;

background-color: #800080;
background-image: linear-gradient(141deg, #9fb8ad 0%, #1fc8db 51%, #2cb5e8 75%);
color: white;
opacity: 0.95;}

body, html {
padding-top: 0.3rem;
height: 100%;
background-image: url("../images/rings.jpg");

min-height: 50px;
/*
Center and scale the image nicely */
background-position: center;
background-repeat: no-repeat;
background-size: cover;

/* Needed to position the navbar */
position: relative;
}

/* The navbar */
/* .topnav {
overflow: hidden;
background-color: #333;
float: left;
text-align: center;
padding: 1px;
} */

/* Navbar text */
/* .topnav-right { */
/* font-family: arial !important; */
/* color: black; */
/* font-weight: bold; */
/* font-size: 15px; */
/* } */

.topnav-right {
font-family: arial !important;
color: #000000;
float: right;
font-weight: bold;
font-size: 15px;
margin-top: -100px;
display: inline;
padding-right: 30px;
padding-top: 1px
}

.topnav-right a{
color: #000000;
padding: 0 40px 0 40px;
}
*{
padding:0;
margin:0;
}

html{
background-color: #eaf0f2;
}

body{
font:12px/1.6 Arial, sans-serif;
}

header{
text-align: center;
padding-top: 100px;
margin-bottom:190px;
}

header h1{
font: normal 32px/1.5 'Open Sans', sans-serif;
color: #3F71AE;
padding-bottom: 16px;
}

header h2{
color: #F05283;
}

header span{
color: #3F71EA;
}


/* The footer is fixed to the bottom of the page */

footer{
position: fixed;
bottom: 0;
}

@media (max-height:800px){
footer { position: static; }
header { padding-top:40px; }
}


.footer-distributed{
background-color: #fff9f7;
box-sizing: border-box;
width: 100%;
text-align: left;
font: bold 12px sans-serif;
padding: 50px 50px 60px 50px;
margin-top: 80px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
display: inline-block;
vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
width: 30%;
}

.footer-distributed h3{
color: #000000;
font: normal 36px 'Cookie', cursive;
margin: 0;
}

/* The company logo */

.footer-distributed .footer-left img{
width: 30%;
}

.footer-distributed h3 span{
color: #000000;
}

/* Footer links */

.footer-distributed .footer-links{
color: #000000;
margin: 20px 0 12px;
}

.footer-distributed .footer-links a{
display:inline-block;
line-height: 1;
text-decoration: none;
color: inherit;
}

.footer-distributed .footer-company-name{
color: #8f9296;
font-size: 14px;
font-weight: normal;
margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center{
width: 35%;
}


.footer-distributed .footer-center i{
/* background-color: #33383b; */
color: #000000;
font-size: 25px;
width: 38px;
height: 8px;
border-radius: 50%;
text-align: center;
line-height: 42px;
margin: 10px 15px;
vertical-align: middle;
}

.fa-envelope {
margin-top: -20px;
}


/* .footer-distributed .footer-center i.fa-map{ */
/* margin-top: -20px;
} */


.footer-distributed .footer-center i.fa-envelope{
font-size: 17px;
line-height: 38px;
margin-top: -3%;

}
.footer-distributed .footer-center i.fa-map-marker{
margin-top: -8%

}

.footer-distributed .footer-center i.fa-phone{
margin-top: -8%
}
.footer-distributed .footer-center p{
display: inline-block;
color: #000000;
vertical-align: middle;
margin:0;
}

.footer-distributed .footer-center p span{
display:block;
font-weight: normal;
font-size:14px;
line-height:2;
}

.footer-distributed .footer-center p a{
color: #000000;
text-decoration: none;;
}


/* Footer Right */

.footer-distributed .footer-right{
width: 30%;
}

/* this is to do with everything below 'about the company' on RHS */
.footer-distributed .footer-company-about{
line-height: 20px;
color: #000000;
font-size: 15px;
font-weight: normal;
margin: 0;
}

.footer-distributed .footer-company-about span{
display: block;
color: #000000;
font-size: 15px;
font-weight: bold;
margin-bottom: 20px;
}

.footer-distributed .footer-icons{
margin-top: 10px;
}

.footer-distributed .footer-icons a{
display: inline-block;
width: 20px;
height: 20px;
cursor: pointer;
/* background-color: #33383b; */
border-radius: 2px;

font-size: 20px;
color: #000000;
text-align: center;
line-height: 35px;

margin-right: 3px;
margin-bottom: 5px;
}

/* Here is the code for Responsive Footer */
/* You can remove below code if you don't want Footer to be responsive */


@media (max-width: 880px) {

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
display: block;
width: 100%;
margin-bottom: 40px;
text-align: center;
}

.footer-distributed .footer-center i{
margin-left: 0;
}

}
36 changes: 36 additions & 0 deletions example.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<a class="navbar-brand" href="#">Navbar</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
<div class="navbar-nav">
<a class="nav-item nav-link active" href="#">Home <span class="sr-only">(current)</span></a>
<a class="nav-item nav-link" href="#">Features</a>
<a class="nav-item nav-link" href="#">Pricing</a>
<a class="nav-item nav-link disabled" href="#" tabindex="-1" aria-disabled="true">Disabled</a>
</div>
</div>
</nav>



<ul class="nav">
<li class="nav-item">
<a class="nav-link active" href="#">Active</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Link</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Link</a>
</li>
<li class="nav-item">
<a class="nav-link disabled" href="#" tabindex="-1" aria-disabled="true">Disabled</a>
</li>
</ul>


<a class="btn btn-primary" href="#" role="button">About Us</a>
<button class="btn btn-primary" type="button">Contact Us</button>
<input class="btn btn-primary" type="button" value="Gallery">
Binary file added images/Hp-Wedding-Ring-.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/christmas.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/dogcute.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/fluffy.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/kids.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/pig.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/rings.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/teenagers.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/wedding.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading