-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
50 lines (41 loc) · 732 Bytes
/
style.css
File metadata and controls
50 lines (41 loc) · 732 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
45
46
47
48
49
50
#id-profile-photo {
width: 95%;
border-radius: 10px;
}
.jumbotron {
background-color: #eee;
border-radius: 10px;
}
.div-baslik {
background-color: #eee;
height: 40px;
text-indent: 1%;
line-height: 40px;
border-radius: 10px;
}
.baslik{
font-weight: bold;
font-size: large;
margin-top: 10px;
margin-bottom: 10px;
}
.indent {
text-indent: 5%;
}
.center {
margin-left: auto;
margin-right: auto;
}
button:hover {
background-color: rgb(210, 210, 210);
}
li {
margin-left: 2px;
margin-right: 2px;
margin-top: 5px;
margin-bottom: 5px;
}
ul {
background-color: #eee;
border-radius: 10px;
}