-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
118 lines (108 loc) · 1.94 KB
/
style.css
File metadata and controls
118 lines (108 loc) · 1.94 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
#ust{
color: gold;
height: 15% ;
text-align: center;
}
a{
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
font-size: 25px;
text-decoration: none;
}
li{
list-style: none;
margin-left: 5%;
margin-right: 3%;
}
.baslik{
text-align: right;
background-color: tomato;
color: rgb(255, 0, 0);
}
.slider{
width: 50%;
height: 50%;
margin-left: 25%;
}
form{
background-color: rgb(32, 27, 31);
width: 80%;
margin-left: 10%;
margin-right: 10%;
text-align: right;
color: rgb(8, 189, 180);
font-size: 150%;
padding: 3%;
border-radius: 5%;
border: 10px solid rgb(97, 97, 23);
}
footer{
background-color:rgba(27, 39, 150, 0.39);
border-radius: 10px;
}
body{
background-color: rgb(39, 36, 36);
}
.anakisim {
height: 100%;
}
.bakim {
background-color: rgba(236, 44, 18, 0.596);
margin-left: 25%;
width: 50%;
align-content: center;
color: rgb(225, 240, 15);
font-size: 40px;
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
border-radius: 4%;
border: 10px solid rgb(158, 153, 150);
}
#memleketimlogo{
width:100px;
height: 100px;
}
#linkler{
text-align: left;
}
#memleketimflag{
width: 120px;
height: 100px;
}
#footerkismi{
font-size: 60px;
text-align: center;
color: snow;
}
.insta-logo{
width: 45px;
height: 45px;
text-align: left;
margin-right:8%;
margin-left:8%
}
a:hover{
background-color: grey;
}
.tablo{
margin-left: 5%;
width: 90%;
background-color: rgb(36, 18, 15);
color: rgb(245, 159, 0);
}
td,th{
padding: 12px;
border: 3px solid green;
}
#cvfoto{
border-radius: 10px;
border: 3px solid rgb(124, 107, 7);
height: 250px;
width: 250px;
margin: 4px;
margin-left: 8%;
}
.cv{
font-size: 35px;
color: yellow;
width: 100%;
text-align: center;
}