-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhomepage.css
More file actions
46 lines (46 loc) · 712 Bytes
/
homepage.css
File metadata and controls
46 lines (46 loc) · 712 Bytes
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
div.bgimg
{
position: relative;
top:0px;
height:400px;
box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.2), 0 8px 22px 0 rgba(0, 0, 0, 0.19);
}
div.ab
{
position:relative;
top:100px;
left:40px;
width:160px;
float:left;
border:5px solid;
border-color:black;
background-color:lavender;
}
a
{
left:30px;
color:black;
font-size:20px;
text-decoration:none;
}
a:hover
{
color:blue;
text-decoration:none;
}
hr
{
border:1px solid;
border-color:black;
}
div.abc
{
top:50px;
height:100%;
border:1px solid;
background-size:1500px 700px;
background-color:#778899;
visibility:visible;
font-family:verdana;
font-size:20px;
}