-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles3.css
More file actions
29 lines (23 loc) · 830 Bytes
/
Copy pathstyles3.css
File metadata and controls
29 lines (23 loc) · 830 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
body {
background-color: #e30e87;
background-size:cover;
background-position: center;
background-repeat: no-repeat;
font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
margin: 5;
padding: 10;
background-image: url(https://static.vecteezy.com/system/resources/previews/041/050/971/non_2x/a-cocoa-cream-or-coffee-with-milk-background-with-many-bubbles-abstract-bubble-background-3d-texture-of-liquid-with-blobs-seamless-pattern-illustration-vector.jpg);
}
p {
color: #12f561;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
line-height: 1.6;
margin: 15px 20px;
font-size: 18px;
}
h1, h2, h3, h4, h5, h6 {
color: #2911b1;
font-family: 'Georgia', serif;
margin: 20px 0;
text-align: center;
}