-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathboot.css
More file actions
44 lines (42 loc) · 743 Bytes
/
boot.css
File metadata and controls
44 lines (42 loc) · 743 Bytes
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
.resimSlider{
height: 600px;
}
body{
padding-top: 50px;
f
ont-family: 'Raleway', sans-serif;
}
.hakkimiz{
background-color:#f2f2f2;
}
.ayrac{
border: none;
border-top: 3px solid #343a40;
max-width: 250px;
margin: 25px auto;
}
.ibeyaz{
color: #343a40;
position: relative;
top: -55px;
font-size: 40px;
border: 10px solid:white;
background-color:white;
}
.igri{
color: #343a40;
position: relative;
top: -55px;
font-size: 40px;
border: 10px solid #f2f2f2 ;
background-color: #f2f2f2;
}
.ekipCard>img:hover{
opacity:0.8 ;
}
.Galeri{
background-color:white;
}
.figure:hover{
opacity: 0.8;
}