forked from compgirl123/eCommerceFrontEnd
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain-css.css
More file actions
executable file
·111 lines (95 loc) · 1.6 KB
/
main-css.css
File metadata and controls
executable file
·111 lines (95 loc) · 1.6 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
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
@media (min-width: 768px){
.navbar-nav {
float: left;
margin: 6px;
}
}
.dropdown
{
font-family: 'Amatic SC', cursive;
font-size:25px;
}
li
{
font-family: 'Amatic SC', cursive;
font-size:25px;
}
h1 {
font-family: 'Amatic SC', cursive;
}
body
{
background-color:#cdcdd2;
}
ul.nav a:hover
{
color: #FFFFFF !important;
}
.navbar
{
min-height: 68px; // your value here.
margin-bottom : 0px !important;
}
@media (min-width: 768px) {
.navbar-ex1-collapse {
padding-left: 330;
}
}
html, body {
height: 100%;
margin: 0;
padding: 0;
}
#landing {
width: 100%;
height: 100%;
max-height: 100%;
margin: 0;
padding: 0;
background-image: url('img/IMAG0360.jpg');
background-size:100% 100%;
background-repeat: no-repeat;
}
#macbookpro{
padding: 0;
display: block;
margin: 0 auto;
max-width: 100%;
top:-20px;
position: relative;
width: 100%; /* for IE 6 */
}
.sale
{
font-family: "Arial", Times, serif;
font-size: 80px;
text-align: center;
position:absolute;
top: 200px;
left: 0;
width: 100%;
color:white;
font-family: "Amatic SC";
}
h1{
position:absolute;
top: 200px;
left: 0;
width: 100%;
color: white;
font: bold 24px/45px Helvetica, Sans-Serif;
letter-spacing: -1px;
}
@media (min-width: 768px) and (max-width: 797px){
.sale
{
font-size:60px;
}
}
@media (max-width: 766px){
.sale
{
font-size:60px;
top: 500px;
}
}