-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstylesheet.css
More file actions
79 lines (73 loc) · 1.34 KB
/
Copy pathstylesheet.css
File metadata and controls
79 lines (73 loc) · 1.34 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
@import url('https://fonts.googleapis.com/css?family=Comfortaa&display=swap');
/*navbar*/
.navbar {
background: #00bfff;
color: white;
font-size: 20px;
width: 100%;
height: 70px;
}
#head_home {
padding: 3px;
float: left;
}
.head_button {
color: white;
background-color: #00bfff;
font-size: 16px;
transition-duration: 0.4s;
padding: 25px 5px 25px 5px;
text-decoration: none;
text-align: center;
float: right;
}
.head_button:hover {
background-color: #00a5ff;
}
#head_title {
float: left;
color: white;
margin-top: 0px;
padding-top: 10px;
padding-left: 20px;
}
/*navbar*/
.MainP_Content {
padding: 5px;
text-align: center;
background: #aae9ff;
color: black;
font-size: 20px;
font-family: Comfortaa, "Comic Sans MS", Arial, sans-serif;
}
.MyProjects_Content {
padding: 5px;
text-align: center;
background: #aae9ff;
color: black;
font-size: 20px;
font-family: Comfortaa, "Comic Sans MS", Arial, sans-serif;
}
.footer {
background: #00bfff;
color: white;
font-size: 20px;
width: 100%;
height: 60px;
text-align: center;
}
.PageLink:link {
color: inherit;
background-color: transparent;
text-decoration: underline;
}
.PageLink:visited {
color: inherit;
background-color: transparent;
text-decoration: underline;
}
.PageLink:hover {
color: blue;
background-color: transparent;
text-decoration: underline;
}