-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
103 lines (82 loc) · 1.19 KB
/
style.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
.header {
color: silver;
font-size:75px;
margin-left: 50px;
font-style: italic;
}
ul#menu {
padding: 0px;
margin: 0px;
float: left;
width:100% ;
background-color: black;
list-style-type: none;
}
li a:hover{
background-color: orange;
color: white;
}
li {
display: inline;
}
li a {
display: inline;
}
body{
background-color: #696969;
}
.titleColor{
color: white;
}
font-variant1 {color:orange;}
font-variant2 {color:white;font-size:50}
a{
display:block;
width: 100%;
padding: 10px;
background-color: #696969
text-decoration-color: black;
}
h1 {
color: #808080;
font-size:100px;
margin-left: 50px;
font-style: italic;
}
h2 {
color: #808080;
font-size:100px;
margin-left: 50px;
font-style: italic;
margin-bottom: 0;
}
p {
color: #808080;
font-size:50px;
margin-left: 50px;
font-style: italic;
}
.quote1 {
margin-left: 60%;
margin-top: 5%;
}
#box1 {
margin-top:5%;
width: 100%;
height: 200;
background: #333333;
color: silver
}
#box2 {
width: 300px;
height: 200px;
font-size: 50px;
margin-left: 500px;
margin-bottom: 10px;
}
#box3 {
width: 70px;
height: 70px;
margin-left:20px;
margin-top:-15px;
}