-
Notifications
You must be signed in to change notification settings - Fork 0
/
style_page.css
76 lines (75 loc) · 1.56 KB
/
style_page.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
67
68
69
70
71
72
73
74
75
*{
font-family: 'Roboto', 'Segoe UI', Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.navbar-nav{
z-index: 55;
}
.navbar{
position: fixed;
}
.kataloq{
display: block;
margin: auto;
width: 100%;
height: auto;
}
.big-text{
display: flex;
align-items: center;
justify-content: center;
height: 130px;
width: 100%;
}
.big-text span{
font-size: 50px;
}
.home-logo-img{
height: 40px;
width: 40px;
background-image: url(./images/logo.png);
background-position: center;
background-repeat: no-repeat;
background-size: contain;
z-index: 10;
margin: 0 auto;
margin-top: 5px;
}
.kataloq-ici{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: flex-start;
justify-content: space-evenly;
width: 80%;
height: auto;
margin: auto;
}
.xidmetler{
height: 375px;
width: 235px;
margin: 10px;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
}
.xidmetin-sekli-1, .xidmetin-sekli-2, .xidmetin-sekli-3, .xidmetin-sekli-4{
height: 90%;
width: 100%;
background-image: url(./images/74624113_100591768055517_5163869798802653184_n.png);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
.xidmetin-adi-1, .xidmetin-adi-2, .xidmetin-adi-3, .xidmetin-adi-4{
height: 10%;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.xidmetin-adi span{
font-size: 20px;
}
.xidmetin-sekli-2{
background-image: url(./images/images.jpg);
}