<meta name="robots" content="index,follow" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:title" content="entropealabs" />
- <meta property="og:type" content="website" />
- <meta property="og:url" content="https://entropealabs.com" />
- <meta property="og:image" content="https://entropealabs.com/images/logo2.png" />
+ <meta property="og:type" content="website" />
+ <meta property="og:url" content="https://entropealabs.com" />
+ <meta property="og:image" content="https://entropealabs.com/images/logo2.png" />
<style>
body {
background-image: url("images/background.jpg");
background-position: center center;
- background-repeat: no-repeat;
- background-attachment: fixed;
- background-size: cover;
+ background-repeat: no-repeat;
+ background-attachment: fixed;
+ background-size: cover;
background-color: #547481;
font-family: sans-serif;
}
.collection{
display: grid;
- grid-template-columns: repeat(3, 1fr);
- gap: 3px;
- grid-auto-rows: minmax(100px, auto);
+ grid-template-columns: repeat(3, 1fr);
+ gap: 3px;
+ grid-auto-rows: minmax(100px, auto);
background-color: #ffffff;
padding: 3px;
}