-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
55 lines (55 loc) · 853 Bytes
/
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
#main{
background-image:url("https://lauraashley.ee/wp-content/uploads/2019/09/1386613007.jpg");
}
h1{
text-align : center;
font-size : 60px;
color : black ;
background-image: linear-gradient(90deg, #C4B1A1, #D3C9BC, #FAF3EF);
}
#hr-one{
position: relative;
top: 52px;
}
#hr-two{
position: relative;
top: 30px;
}
#hr-three{
position: relative;
bottom: 30px;
}
#hr-four{
position: relative;
bottom: 50px;
}
#image{
max-width:100%;
height: auto;
border: 7px solid;
border-color: black;
border-radius: 2%;
margin-left: auto;
margin-right: auto;
display:block;
}
#img-caption{
text-align:center;
font-size: 20px;
}
.info{
font-size: 25px;
}
#quote{
font-size: 30px;
color: #006400;
}
#tribute-link{
color:blue;
position:
}
#tribute-link:hover{
color: orange;
position: relative;
bottom: 2px;
}