-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
66 lines (66 loc) · 1.09 KB
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
*{
margin: 0;
padding: 0;
}
.logo-menu{
display: flex;
justify-content: space-between;
}
.logo img{
width: 150px;
}
.menu-bar ul li{
display: inline-block;
padding: 15px;
margin-top: 10px;
}
.menu-bar ul li a{
text-decoration: none;
color: #000;
text-shadow: 2px 4px 5px #04aefdd5;
font-size: 20px;
}
.menu-bar ul li:nth-child(6){
border: 1px solid black;
margin-right: 20px;
border-radius: 20px;
box-shadow: 1px 2px 2px 2px #04aefd65;
}
.home-image{
display: flex;
justify-content: center;
height: 500px;
}
.about-image{
display: flex;
justify-content: center;
height: 500px;
}
.service-image{
display: flex;
justify-content: center;
height: 500px;
}
.price-image{
display: flex;
justify-content: center;
height: 500px;
}
.blog-area-image{
display: flex;
justify-content: center;
}
.blog-area-image img{
width: 450px;
height: 400px;
}
.contact-image{
display: flex;
justify-content: center;
height: 500px;
opacity: 0.1;
}
h1{
text-align: center;
font-size: 30px;
}