-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathlink.css
More file actions
86 lines (75 loc) · 1.08 KB
/
link.css
File metadata and controls
86 lines (75 loc) · 1.08 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
li{
display:h
}
ul{
width: 150px;
}
body,html{
height:100%;
margin:0;
color:grey;
}
.one
{
background-image: url('73708.jpg');
min-height: 100%;
}
.two
{
background-image: url('wall.jpg');
min-height: 400px;
}
.three
{
background-image: url('ww.jpg');
min-height: 400px;
}
.one, .two, .three{
position: relative;
opacity:0.70;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
background-attachment:fixed;
}
.section
{
text-align: center;
padding:50px 80px;
}
.section-light
{
background-color:white;
color: brown;
}
.section-dark
{
background-color:rgb(56, 21, 21);
color:#282e34;
}
.section-white
{
background-color:black;
color:red;
}
.text
{
position: absolute;
top:50px;
width: 100%;
text-align: center;
color:#000;
text-transform: uppercase;
}
h2{
text-align: center;
}
.border{
text-align:center;
text-transform: uppercase;
top:50%;
width: 100%;
color:#111;
font-size: 27px;
letter-spacing: 8px;
}