-
Notifications
You must be signed in to change notification settings - Fork 0
/
Homepage.css
104 lines (103 loc) · 1.55 KB
/
Homepage.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
99
100
101
102
103
104
header{
font-family: 'Rozha One', serif;
font-style: italic;
font-weight: bold;
color: #3F6F75;
text-align: center;
font-size: 40px;
}
header a{
font-family: 'Rozha One', serif;
font-style: italic;
font-weight: bold;
color: #3F6F75;
text-align: center;
text-decoration: none;
}
header a:hover{
font-family: 'Rozha One', serif;
font-style: italic;
font-weight: bold;
color: #FFAD6D;
text-align: center;
text-decoration: none;
}
.navigaion{
font-family: arial;
font-style: italic;
font-weight: bold;
}
body{
background-color: black;
}
html{
text-align: center;
color:#3F6F75;
}
.image{
width: 700px;
height: auto;
}
li{
display: inline;
padding: 40px;
}
li a{
display: inline;
color: #3F6F75;
text-decoration: none;
}
li a:hover{
display: inline;
color: #FFAD6D;
text-decoration: none;
}
ul{
color: #3F6F75;
margin-right: 40px;
padding-bottom: 30px;
}
footer{
color: #3F6F75
}
p{
color: #3F6F75;
font-family: arial;
font-weight: bold;
font-size: 20px;
font-style: italic;
}
.tagline{
color: #3F6F75;
font-family: arial;
font-weight: bold;
font-size: 22px;
font-style: italic;
}
.taglinetitle{
font-family: 'Rozha One', serif;
color: #3F6F75;
font-style: italic;
font-weight: bold;
font-size: 30px;
}
.ftitle{
font-family: 'Rozha One', serif;
font-style: italic;
font-weight: bold;
font-size: 100px;
}
.footer{
display: inline;
padding: 40px;
}
.footer a{
display: inline;
color: #3F6F75;
text-decoration: none;
}
.footer a:hover{
display: inline;
color: #FFAD6D;
text-decoration: none;
}