-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
121 lines (109 loc) · 2.12 KB
/
style.css
File metadata and controls
121 lines (109 loc) · 2.12 KB
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
/* CSS Document */
body,h1{
margin: 0px;
padding: 0px;
}
body{
background-color: black;
/* background-image: url("photos/sea.png"); */
}
.sayfa{
width: 1032px;
margin: 5px auto;
}
#logo{
/* float: left; */
color:whitesmoke;
font-size: 23pt;
font-family: Verdana;
font-weight: bolder;
/* margin-top: 10px;
margin-right: 40px;
margin-left: 10px; */
background-color: red;
text-align: center;
}
#menu{
float: left;
list-style: none;
}
#menu li{
float: left;
}
#menu li a{
text-decoration: none;
color: white;
padding-right: 20px;
padding-left: 20px;
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
font-size: 14pt;
}
#menu li a:hover{
background-color: #295784;
border-radius: 10px;
}
#icerik{
background-color: aliceblue;
}
/* #galeri img{
height: 300px;
width: 940px;
margin: 10px 10px;
} */
.yazi{
height: 300px;
width: 340px;
float: left;
background-color: #5E95E0;
margin-left: 15px;
margin-bottom: 30px;
}
.yazi h1{
color: black;
margin-left: 10px;
text-align: center;
}
.yazi p{
text-indent: 20px;
text-align: justify;
margin: 10px;
}
.temizle{
clear: both;
}
.button {
background-color: #4CAF50; /* Green */
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
}
.button1 {background-color: #008CBA;} /* Blue */
.button2 {background-color: #f44336;} /* Red */
.button3 {background-color: #e7e7e7; color: black;} /* Gray */
.button4 {background-color: #555555;} /* Black */
.yazim{
height: 300px;
width: 300px;
float: left;
background-image: url("photos/cu.png");
background-repeat: no-repeat;
background-color: #5E95E0;
margin-left: 15px;
margin-bottom: 30px;
}
.yazim h1{
color:black;
margin-left: 10px;
text-align: center;
}
.yazim p{
text-indent: 20px;
text-align: justify;
margin: 10px;
}