-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathf.css
98 lines (93 loc) · 1.91 KB
/
f.css
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
gfg {
bottom :300px;
overflow: scroll;
}
h2,h3 {
color: #aa7e04;
font-size: large;
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
font-style: italic;
}
h1{
color:black;
font-size: larger;
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
font-style: italic;
}
body {
margin: 0;
font-family: Arial, Helvetica, sans-serif;
background-attachment:scroll;
overflow: scroll;
}
.topnav {
overflow: hidden;
background-color: #333;
font-size: medium;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
font-style: italic;
}
.topnav a {
float: left;
color: #f2f2f2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
font-style: italic;
}
.topnav a:hover {
background-color: #ddd;
color: black;
}
.topnav a.active {
background-color:black;
color: white;
}
img-container-inline {
text-align:left;
width: 400px;
}
footer {
text-align:left;
padding: 3px;
background-color:black;
color: white;
}
p{
text-shadow: #333;
text-size-adjust:33%;
text-emphasis-color: #445566;
font-size: medium;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
font-style: italic;
font-variant: normal;
}
p:hover{
background-color: aquamarine;
}
.container {
position: relative;
text-align: center;
color: white;
}
.bottom-right {
position: absolute;
bottom: 8px;
right: 16px;
font-size: medium;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.sbtn{
width: 10em;
height: 5ex;
background-color: gold;
border: 2px solid firebrick;
border-radius: 10px;
font-weight: bold;
color: black;
cursor: pointer;
}
.sbtn:hover{
background-color: aqua;
}