-
Notifications
You must be signed in to change notification settings - Fork 0
/
store.html
42 lines (37 loc) · 973 Bytes
/
store.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Store</title>
<style>
[class*="container"]{
overflow: hidden;
}
[class*="col"] {
color: magenta;
}
body {
background-image: url(storeimages/store-bg.png);
color: white;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
}
.col-lg-4{
text-align: center;
color: white;
font-size: 10px;
}
.col-sm-12{
color: white;
}
</style>
<link rel="stylesheet"href="bootstrap/css/bootstrap.css" >
</head>
<body>
<script src="bootstrap/js/bootstrap.js"></script>
<a href="pain-israel/zine.html"style="color: white;">here is an exampple</a>
<p>the store is live!</p>
</body>
</html>