-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader.html
84 lines (68 loc) · 1.58 KB
/
header.html
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
<style>
html, body {
margin-top: 1%;
margin-left: 10%;
margin-right: 10%;
background-color: #fbfbfb;
color: #403f52;
font-family: 'KaTeX_SansSerif';
font-size: 18px;
}
@media (max-width:480px) {
html, body {
margin-top: 1%;
margin-left: 2%;
margin-right: 2%;
/* background-color: #fbfbfb;
color: #403f52;
font-family: 'KaTeX_SansSerif';
font-size: 18px; */
}
}
img {
max-width: 80%;
}
figcaption{
font-style: italic;
}
pre code {
display:inline-block;
font-size: 14px;
margin: 10px 10px 10px 10px;
}
code {
display:inline-block;
font-size: 14px;
}
.footer {
text-align: center;
margin-top: 1%;
margin-bottom: 1%;
}
.date {
font-style: italic;
}
a { color: inherit; }
/* tables */
table {
border-collapse: collapse;
border-spacing: 0;
border: 1px solid #cbcbcb;
table-layout: auto;
}
tr, td, th {
border-left: 1px solid #cbcbcb; /* inner column border */
border-bottom: 1px solid #cbcbcb;
padding: 2px 5px;
font-size: 14px;
}
thead {
background-color: #e0e0e0;
color: #000;
}
</style>
<script src="https://kit.fontawesome.com/fa8004ee4c.js" crossorigin="anonymous"></script>
<h1>
<a href="/index.html" style="text-decoration:none">Miraç Lütfullah Gülgönül</a>
</h1>
<hr>