-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle1.css
More file actions
74 lines (69 loc) · 1.27 KB
/
Copy pathstyle1.css
File metadata and controls
74 lines (69 loc) · 1.27 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
.nav{
background-image: url("https://imgs.search.brave.com/a2aZvKpf2WDc_y4--Amk1Li9je4ll23zrq2rTR32_TM/rs:fit:860:0:0/g:ce/aHR0cHM6Ly9jZG4u/cGl4YWJheS5jb20v/cGhvdG8vMjAyMC8w/MS8xNS8xNy8zOC9m/aXJld29ya3MtNDc2/ODUwMV82NDAuanBn");
background-size: cover;
}
.left,li{
display:inline;
color: beige;
font-size: 25px;
margin-top: 15px;
margin-right:25px;
}
.left>li>a{
text-decoration: none;
margin-left: 20px;
}
.imgg{
width: 250px;
height: 230px;
margin-left: 655px;
}
h1{
text-align: center;
color: aliceblue;
}
.left:hover>a{
color: red
}
h2{
font-style: italic;
font-size: 50px;
}
.websitename{
color:darkcyan;
font-size: 60px;
font-style: initial;
background-color: rgb(109, 243, 109);
}
.titlepg>li{
color:black;
}
.pics{
width: 1500px;
height: 1050px;
align:center
}
table,tr,td{
border: 30px solid black;
}
.logo{
width: 100px; ;
height: 100px;
padding-left: 1350px;
padding-top:15px
}
.social{
width:70px;
height:70px;
margin-left: 30px;
}
a:link{
color:brown;
background-color: transparent;
}
a:visited{
color:cadetblue
}
a:hover{
color: aquamarine;
}