-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWYCD.css
More file actions
51 lines (45 loc) · 852 Bytes
/
Copy pathWYCD.css
File metadata and controls
51 lines (45 loc) · 852 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
46
47
48
49
50
51
html {
background: url("Autumn.jpg") no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#HEADER_TEXT {
color:white;
font-family: Arial, Helvetica, sans-serif;
font-size:80px;
letter-spacing: 5px;
word-spacing:10px;
}
/*Inside the white box */
#border_w {
border-radius:20px;
background-color: #F0F0F0;
margin-top:2%;
margin-left:15%;
margin-right:15%;
height: 1390px;
}
#wycd_para {
text-align:left;
position:absolute;
padding:2%;
color:black;
font-family:Arial, Helvetica, sans-serif;
font-size:27px;
font-style:bold;
color:white;
background-color:#507b00;
border-radius:20px;
margin-left:2%;
margin-top:2%;
margin-right:2%;
width:61%;
}
#home {
color: white;
font-size: 60px;
right-margin: 90%;
position: fixed;
}