-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstole.css
43 lines (38 loc) · 775 Bytes
/
stole.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
body,
html {
width: 100%;
height: 100%;
font-family: 'Montserrat', sans-serif;
background: url(https://i2.wp.com/files.123freevectors.com/wp-content/original/122771-pastel-pink-distressed-watercolor-background.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
img {
transition: all 0.8s;
}
img:hover {
transform: scale(1.2);
}
hr {
height: 5px;
color: black;
width: 125;
background-color: black;
border-color: red;
border-radius: 12px;
border-width: 2px;
}
hr:hover {
background-color: #ff1493;
}
ul {
display: block;
list-style-type: ;
margin-top: 1em;
margin-bottom: 1 em;
margin-left: 0;
margin-right: 0;
padding-left: 40px;
}