Skip to content

Commit

Permalink
sda
Browse files Browse the repository at this point in the history
  • Loading branch information
Rourkes committed Mar 10, 2024
1 parent 1534af4 commit b0d8277
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
12 changes: 8 additions & 4 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,12 @@ address{
display: flex;
justify-content:space-between;
align-items: center;
border-bottom: 1px solid #e7e9fc
}
.header-navigation {
flex-grow: 1;

display: flex;
align-items: center;
}
.header-logo {
font-weight: 700;
Expand Down Expand Up @@ -81,6 +83,7 @@ color: #2e2f42;
line-height: 1.5;
letter-spacing: 0.02em;
color: #2e2f42;

}
.header-menu-link {
font-weight: 500;
Expand Down Expand Up @@ -319,6 +322,8 @@ color: #434455;
letter-spacing: 0.03em;
text-transform: uppercase;
color: #4d5ae5;
display: inline-block;
margin-bottom: 16px;
}
.footer-p {
font-family: "Roboto", sans-serif;
Expand All @@ -328,7 +333,6 @@ line-height: 1.5;
letter-spacing: 0.02em;
color: #f4f4fd;
max-width: 264px;
margin-top: 16px;
}
.footer-logo-style {
font-weight: 700;
Expand All @@ -339,6 +343,6 @@ margin-top: 16px;
color: #f4f4fd;
}
.footer-box {
padding-top: 94px;
padding-bottom: 106px;
padding-top: 100px;
padding-bottom: 100px;
}
8 changes: 3 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Web Studio</title>
<link rel="stylesheet" href="<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/modern-normalize/2.0.0/modern-normalize.min.css" integrity="sha512-4xo8blKMVCiXpTaLzQSLSw3KFOVPWhm/TRtuPVc4WG6kUgjH6J03IBuG7JZPkcWMxJ5huwaBpOpnwYElP/m6wg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/modern-normalize/2.0.0/modern-normalize.min.css">
<link rel="stylesheet" href="./css/style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
Expand All @@ -13,8 +13,8 @@
<body>
<header class="header">
<div class="container header-container">
<a class="header-logo" href="./index.html">Web<span class="header-logo-style">Studio</span></a>
<nav class="header-navigation">
<a class="header-logo" href="./index.html">Web<span class="header-logo-style">Studio</span></a>
<ul class="header-menu-list">
<li class="header-menu-item"><a class="header-menu-link" href="./index.html">Studio</a></li>
<li class="header-menu-item"><a class="header-menu-link" href="">Portfolio</a></li>
Expand Down Expand Up @@ -133,11 +133,9 @@ <h3 class="portfolio-h">Online Courses</h3>
</section>
</main>
<footer class="footer">
<div class="container">
<div class="footer-box">
<div class="container footer-box">
<a class="footer-logo" href="./index.html">Web<span class="footer-logo-style">Studio</span></a>
<p class="footer-p">Increase the flow of customers and sales for your business with digital marketing & growth solutions.</p>
</div>
</div>
</footer>
</body>
Expand Down

0 comments on commit b0d8277

Please sign in to comment.