-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstylesheet.css
112 lines (98 loc) · 1.61 KB
/
stylesheet.css
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
body {
font-family: Calibri;
}
div {
border-radius: 15px;
border: 2.5px;
}
.header {
position: fixed;
z-index: 1;
height: 75px;
width: 99%;
background-color: #FF3333;
margin-top: -25px;
margin-bottom: 3px;
}
.footer {
position: relative;
height: 75px;
width: 100%;
background-color: #CC0000;
clear: both;
}
.right::before {
content: "";
position: absolute;
z-index: -1;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: url("http://i113.photobucket.com/albums/n219/AraxTex/kfiaty.jpg") top left;
background-size: 100% 100%;
opacity: 0.7;
border-radius: 15px;
border: 2.5px;
}
.right {
position: relative;
float: right;
height: 750px;
width: 84.5%;
margin-bottom: 3px;
margin-top: 53px;
}
.left {
position: relative;
float: left;
height: 750px;
width: 15%;
background-color: #66FF33;
margin-bottom: 3px;
margin-top: 53px;
}
.name {
float: left;
margin-left: 35px;
font-size: 30px;
font-family: Candara, Verdana, sans-serif;
}
a {
float: right;
margin-right: 35px;
padding-top: 1%;
font-size: 20px;
font-family: Candara, Verdana, sans-serif;
}
.special {
text-align: center;
padding-top: 10px;
}
.thank {
text-align: center;
padding-bottom: 10px;
}
h4 {
padding-left:15px;
}
.img {
height: 750px;
width: 84.5%;
}
.mailto:link {
text-decoration: none;
color: #c00;
}
.mailto:visited {
text-decoration: none;
color: #0c0;
}
.mailto:hover {
text-decoration: none;
color: #00C;
}
.mailto:active {
text-decoration: none;
color: #CCC;
}