-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
100 lines (77 loc) · 1.32 KB
/
index.css
File metadata and controls
100 lines (77 loc) · 1.32 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
* {
box-sizing: border-box;
font-family:"Cousine" , monospace;
font-family:"Courier";
}
body {
background-image: linear-gradient(45deg, #000000 2.17%, #fff 2.17%, #fff 50%, #000000 50%, #000000 52.17%, #fff 52.17%, #fff 100%);
background-size: 23.00px 23.00px;
}
.sum{
background-color: white;
padding:0%;
margin-left:10%;
margin-right:10%;
text-align:center;
}
li{
display:inline;
}
ul{
list-style-type: none;
margin: 0;
padding: 0;
}
.nav-github{
margin-left: 10%;
padding: 10px;
background-color:white;
}
.nav-resume{
margin-right: 10%;
padding: 10px;
margin-left: 10%;
background-color:white;
}
.nav-films{
margin-right: 10%;
padding: 10px;
margin-left: 10%;
background-color:white;
}
.nav-phil{
margin-right: 10%;
padding: 10px;
background-color:white;
}
.navi{
margin-top:10%;
text-align:center;
}
a{
text-decoration: none;
color:#000000;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: none;
background-image: linear-gradient(168deg, #000000 2.17%, #fff 2.17%, #fff 50%, #000000 50%, #000000 52.17%, #fff 52.17%, #fff 100%);
background-size: 23.00px 4.89px;
}
a:active {
text-decoration: none;
}
h1 {
text-align:center;
}
p {
}
@media screen and (max-width:200px) {
.left, .main, .right {
width:100%;
}