Commit 186a929 1 parent 25db2f7 commit 186a929 Copy full SHA for 186a929
File tree 2 files changed +18
-10
lines changed
2 files changed +18
-10
lines changed Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
- < html lang ="en ">
2
+ < html lang ="ua ">
3
3
4
4
< head >
5
5
< meta charset ="UTF-8 ">
16
16
</ head >
17
17
18
18
< body >
19
- < header class ="container ">
19
+ < header class ="container flex1 ">
20
20
< a class ="webstudio "> Web < span class ="studio "> Studio</ span > </ a >
21
- < ul class ="header-list ">
22
- < li > < a class ="active " href ="index.html "> Студія</ a > </ li >
23
- < li > < a href ="index1.html "> Портфоліо</ a > </ li >
24
- < li > < a href ="# "> Контакти</ a > </ li >
21
+ < ul class ="header-list flex1 ">
22
+ < li class =" item1 " > < a class ="active " href ="index.html "> Студія</ a > </ li >
23
+ < li class =" item1 " > < a href ="index1.html "> Портфоліо</ a > </ li >
24
+ < li class =" item1 " > < a href ="# "> Контакти</ a > </ li >
25
25
</ ul >
26
- </ ul >
27
- < ul class ="header-list-contacts ">
28
- < li >
26
+ < ul class ="header-list-contacts flex1 ">
27
+ < li class ="item1 ">
29
28
< address > < a class ="activ " href ="mailto:info@devstudio.com "> info@devstudio.com</ a > </ address >
30
29
</ li >
31
- < li >
30
+ < li class =" item1 " >
32
31
< address > < a class ="activ " href ="tel:+380961111111 "> +38 096 111 11 11</ a > </ address >
33
32
</ li >
34
33
</ ul >
Original file line number Diff line number Diff line change 76
76
.container {
77
77
margin : 0 auto;
78
78
outline : solid 1px auto rgb (76 , 0 , 255 );
79
+ }
80
+ .flex1 {
81
+ display : flex;
82
+ }
83
+ .item1 {
84
+ flex-wrap : wrap;
85
+ justify-content : center;
86
+ gap : 50px ;
87
+ word-wrap : normal;
79
88
}
You can’t perform that action at this time.
0 commit comments