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
20 changes: 15 additions & 5 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,18 @@
margin-block-end: 0;
margin-block-start: 0;
}
header nav{
margin-left: 65%;
}
h1{
color: #27275A;
font-size: 36px;
font-weight: 700;
text-transform: uppercase;
}

.burner p{
font-size: 20px;
text-align: center;
color: #4A5568;
}
</style>
</head>
<body>
Expand All @@ -28,7 +37,7 @@
<nav>
<ul>
<li>
<a href="index.html"></a>
<a href="index.html">Home</a>
</li>
<li>
<a href="about.html">About</a>
Expand All @@ -40,7 +49,8 @@
</nav>
</header>
<div class="burner">

<h1>Get In touch</h1>
<p>Contact us with any questions you may have or discuss how we can help with your project.</p>
</div>

<div id="contact-form">
Expand Down
61 changes: 45 additions & 16 deletions css/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/style.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,13 @@
<![endif]-->
<header>
<div class="logo">
<a href="#">Group III</a>
<a href="index.html">Group III</a>
</div>
<nav>
<ul>
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="about.html">About</a>
</li>
Expand Down
9 changes: 6 additions & 3 deletions sass/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,14 @@ header{
font-size: 24px;
color: #27275A;
font-weight: 900;
.logo-image{
border-radius: unset;
}
}
}
nav{
flex: 1;
margin-left: 67%;
margin-left: 60%;
margin-top: 20px;

top:0;
Expand All @@ -66,7 +69,7 @@ header{
display: inline-block;
text-decoration: none;
color: #27275A;
font-weight: 600;
font-weight: 700;
}
a:hover{
border-radius: 8px;
Expand Down Expand Up @@ -130,7 +133,7 @@ main{
background-color: #27275A;
width: 1920px;
.article-services{
margin-left: 140px;
margin-left: 170px;
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
.card{

Expand Down
15 changes: 3 additions & 12 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ body{
.burner{
background-size: cover;
height: 200px;
width: 100%;
opacity: 0.6;
width: 100%;
opacity: unset;
padding-top: 100px;
}
.media-icons{
Expand Down Expand Up @@ -78,7 +78,7 @@ img{
}
h1{

color:white;
color:#27275A;
font-size: 50px;
text-align: center;

Expand Down Expand Up @@ -218,11 +218,7 @@ button{

border-radius: 10px;
}
.modal-media{



}
.contact-us{
width: 50%;
margin: 1%;;
Expand Down Expand Up @@ -292,15 +288,10 @@ button{
}


.Form-left {


}


.Form-right h2{
color: #fff;
padding: ;
margin: 0;
margin-block-end: 0;
margin-block-start:0;
Expand Down