-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
45 lines (37 loc) · 731 Bytes
/
Copy pathstyle.css
File metadata and controls
45 lines (37 loc) · 731 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
html{
background-image: url("../img/Beautiful-HD-1080p.jpg");
background-repeat: no-repeat;
background-size: cover;
background-position: 0 0;
height: 100%;
width: 100%;
}
body {
margin: 30px;
}
header h2 {
margin-bottom: 60px;
color: #ddd;
}
.headArt {
margin: 100px auto;
min-height: 120px;
padding: 5px 0;
color: #fff;
background: linear-gradient(to left, rgba(167,207,223,1) 0%,rgba(35,83,138,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.headArt h2 {
margin: 20px;
}
.headImg {
margin: 10px 0 0 10px;
width: 600px;
}
.headList {
margin: 20px;
}