forked from nay-nae/Ah-Push-It
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
37 lines (32 loc) · 999 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
@import url('https://fonts.googleapis.com/css2?family=MedievalSharp&display=swap');
.heading{
color: rgb(230, 24, 120);
font-family: MedievalSharp, 'Times New Roman', Times, serif;
}
p{
color: blanchedalmond;
font-family: MedievalSharp, 'Times New Roman';
}
body{
background-image: linear-gradient(black 50%, white 0%);
}
.picture-border{
border-color: #f579b3d7;
border-width: 10px;
border-style: solid;
border-radius:50%;
}
#Library {
background-image: url('https://s2.r29static.com/bin/entry/8df/430x516,85/1683072/image.webp');
height: 512px;
width: 500px;
border-color: #f579b3d7;
border-width: 10px;
border-style: solid;
border-radius:50%;
}
#Library:hover {
background-image: url('https://www.thoughtco.com/thmb/iX8sqH8WGiM6_0dsoZJwflTiXu4=/768x0/filters:no_upscale():max_bytes(150000):strip_icc():format(webp)/GettyImages-168603201-585fc169f6b64c8bb878852d567bac8a.jpg');
height: 512px;
width: 600px;
}