-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
97 lines (78 loc) · 1.33 KB
/
style.css
File metadata and controls
97 lines (78 loc) · 1.33 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
body{
background-color:rgb(142, 145, 167);
margin: 0;
padding: 0;
font-family:'Courier New', Courier, monospace
}
ul{
padding: 0;
margin: 0;
}
li{
list-style: none;
}
header {
background-color: rgb(241, 146, 2);
height: 100px;
}
h1{
float: left;
margin-left: 500px;
margin-right:50px;
color: rgb(17, 0, 255);
text-shadow: 4px 4px 4px rgb(42, 140, 153);
}
nav li{
display: inline-block;
margin-top:80px;
margin-right:20px;
margin-left:-500px;
}
nav li a {
color: rgb(0, 0, 0);
text-decoration: underline rgb(0, 162, 255);
font-size: 18px;
font-weight: 750;
cursor:grabbing;
}
nav li a:hover{
color:rgb(25, 9, 248);
text-decoration:underline;
font-size: 22px;
}
main {
width: 960x;
height: max-content;
margin: 10px auto;
min-height: 550px;
border: 3px solid black;
/* border-radius: 25px; */
}
main li {
float: left;
margin-right: 30px;
margin-bottom: 20px;
margin-top: 20px;
}
main p{
float: left;
font: size 500px;
margin: 30px;
min-height:auto
}
footer{
text-align:center;
background-color: rgb(224, 206, 209);
height: 100px;
}
footer p{
padding-top: 50px;
font-size:18px;
font: weight 600;
}
image {
margin:auto;
}
img {
margin:auto;
}