-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
71 lines (58 loc) · 1.09 KB
/
style.css
File metadata and controls
71 lines (58 loc) · 1.09 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
h1{
/* border: 2px solid red; */
text-align: center;
text-transform: capitalize;
}
.main{
}
html
{
/* background-color: rgb(2, 34, 89); */
/* background-color:rgba(193 ,192 ,206,0.3); */
background-color:rgb(250 ,183 ,73);
/* background-image: radial-gradient(circle green 20% blue 40%); */
}
ul{
padding: 0px;}
.main{
/* border:2px solid black; */
}
html {
margin-left: 0px;
}
.navbar{
object-position: left;
/* border:2px solid black; */
background-color: black;
width:auto;
padding: 40px;
margin-left: 0px;
}
a:hover{
background-color: rgb(255 ,166 ,25);
opacity: 0.9;
}
.navbar li{
display: inline;
padding: 20px;
margin: 20px;
text-transform: uppercase;
font-weight: bold;
}
.navbar li a{
font-size: large;
/* color: rgb(20, 2,34) ; */
/* color: rgb(231 243 243) ; */
color: #999
}
img{
height: 50%;
width: 1500px;
margin-left: 0px;
/* border: 5px solid oldlace; */
}
#Image{
margin: 20px;
text-align: center;
margin-left: 0px;
}