-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
29 lines (25 loc) · 874 Bytes
/
Copy pathstyle.css
File metadata and controls
29 lines (25 loc) · 874 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
body {
margin: 0;
font-family: Arial, Helvetica, sans-serif;
}
.header-image {
background-image: url("https://images.squarespace-cdn.com/content/v1/5917bfae1b10e3f7ad1ef295/1520982836352-2EBSVU9HADCKV3AIHJSQ/ke17ZwdGBToddI8pDm48kHeY6c1lPGBQuxTAQaKuvvB7gQa3H78H3Y0txjaiv_0fDoOvxcdMmMKkDsyUqMSsMWxHk725yiiHCCLfrh8O1z5QPOohDIaIeljMHgDF5CVlOqpeNLcJ80NK65_fV7S1UevpITQT5mWq3wPgFiRK6BAkkp-haB6kjQFbFlO8czaXqdLEBu-2DNU3MEyxLWdSkg/goldendoodle-playing.JPG?format=2500w");
background-color: #cccccc;
height: 500px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
.header-text {
text-align: center;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: white;
}
p, ul, h2 {
text-align: center;
color: #013220 ;
}