-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathecard.css
120 lines (105 loc) · 2.46 KB
/
ecard.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
112
113
114
115
116
117
118
119
120
html, body, section, article, h1, nav, ul,li a, aside {
margin:0;
border:0;
padding:0;
font-size: 100%;
vertical-align: baseline;
}
html{font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;}
body {/*background-image: url("background1.jpg");
background-size: 100%;*/
background-color:#c4c888;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
width: 80%;}
.navBar ul {
font-family:Lucida Console;
list-style: none;
display: inline-block;
padding-left: 0;
width:100%;
background-color: white;
overflow:hidden;
letter-spacing: 0.5em;
margin-top: 20px;
}
.navBar ul li {
float: left;
border-right:1px solid #bbb;
text-shadow: 2px 2px 5px rgba(197,75,2,1.00);
}
.navBar ul li:last-child {
float: right;
border-left:1px solid #bbb;
border-right: none;
}
.navBar a {
display: block;
color: #660000; /*color for letter in bar*/
text-align: center;
padding: 14px 16px;
text-decoration: none;
background-color: white;
}
.navBar a:hover {
background-color: #ffffe6;
color: #1a1a00;
}
.active {background-color: #660000 !important;
font-weight: bold !important;
color:white !important;}
h1{
font-size: 36px;
color: #feff03;
text-align: center;
margin-top: 20px;}
.container{ display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
}
.right{background-color:white;
padding: 2%;
line-height: 1.8;
margin-left:2%;
opacity: 0.8;}
.right img{width: 10%;}
footer{margin-left: auto;
margin-right: auto;
width: 80%;
clear: both;
position: absolute;
background-color:white ;
margin-top: 10px;
color: #660000 !important;
text-align:center;
letter-spacing: 0.5em;}
footer a {color: #ff1a1a;}
@media (max-width:768px){
.navBar ul {width: 40%;
display: block;}
.navBar ul li { border-right: none; }
.navBar ul li:last-child {
float: left;
border-left:none;
border-right: none;}
.navBar {margin: 2%;}
.box img{margin-left: 2%;}
.container{display: block;}
}
@media (max-width:480px){
.navBar ul {
list-style-type: none;
margin: 0;
width: 60%;
/*background-color: #1a1a00;*/
display: block;}
.navBar li a {
display: block;
color: #660000;
padding: 8px 0 8px 16px;
text-decoration: none;}
header img{ width: 50%;}
.box img{width: 100%;}
}