Skip to content

Commit ffb5d8c

Browse files
committed
1
1
1 parent 186a929 commit ffb5d8c

File tree

2 files changed

+15
-7
lines changed

2 files changed

+15
-7
lines changed

index.html

+6-3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<title>Document</title>
88
<link rel="preconnect" href="https://fonts.googleapis.com">
9+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
10+
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet">
11+
<link rel="preconnect" href="https://fonts.googleapis.com">
912
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
1013
<link href="https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap"
1114
rel="stylesheet">
@@ -17,7 +20,7 @@
1720

1821
<body>
1922
<header class="container flex1">
20-
<a class="webstudio">Web <span class="studio">Studio</span></a>
23+
<a href="index.html" class="webstudio">Web <span class="studio">Studio</span></a>
2124
<ul class="header-list flex1">
2225
<li class="item1"><a class="active" href="index.html">Студія</a></li>
2326
<li class="item1"><a href="index1.html">Портфоліо</a></li>
@@ -79,10 +82,10 @@ <h4>м. Київ, пр-т Лесі Українки, 26</h4>
7982
</ul>
8083
<ul>
8184
<li>
82-
<address><a class="activ" href="mailto:info@devstudio.com">info@devstudio.com</a></address>
85+
<address><a class="activ roboto footer-mail" href="mailto:info@devstudio.com">info@devstudio.com</a></address>
8386
</li>
8487
<li>
85-
<address><a class="activ" href="tel:+380961111111">+38 096 111 11 11</a></address>
88+
<address><a class="activ roboto footer-mail" href="tel:+380961111111">+38 096 111 11 11</a></address>
8689
</li>
8790
</ul>
8891
</footer>

style.css

+9-4
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,9 @@ a {
3939
}
4040
.webstudio {
4141
color: var(--accent-color);
42+
text-decoration: none;
4243
font-family: "Raleway", sans-serif;
43-
font-size: xx-large;
44-
width: 145px;
45-
height: 31px;
44+
font-size: 26px;
4645
font-weight: 700;
4746
}
4847
.studio {
@@ -81,8 +80,14 @@ a {
8180
display: flex;
8281
}
8382
.item1{
84-
flex-wrap: wrap;
83+
/* flex-wrap: wrap; */
8584
justify-content: center;
8685
gap: 50px;
8786
word-wrap: normal;
87+
}
88+
.roboto{
89+
font-family: "Roboto";
90+
}
91+
.footer-mail{
92+
color: rgba(255, 255, 255, 0.6);
8893
}

0 commit comments

Comments
 (0)