Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 54 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,59 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mowblox Git Workflow</title>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Press+Start+2P&family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
</head>
<style>
body{
background-image: url("myBackground.jpg");
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
background-size: cover;

}
h1{
font-size: 25px;
font-family: "press start 2p", sans-serif;
color: white;
padding: 15px;
background: linear-gradient(to right, rgb(3, 21, 100), white);
}
p{
color: white;
font-family: sans-serif;
padding: 300px;
font-size: 20px;
font-weight: bold;
font-style: italic;

}
#p2{
color: white;
font-family: sans-serif;
padding: 50px;
position: absolute;
bottom: 0;
right: 0;
margin-bottom: 0;
font-weight: lighter;
font-size: small;

}
a{
color:rgb(53, 52, 52);
font-family: sans-serif;
border-style: solid;
border-width: 3px;
border-radius: 20px;
border-color: aqua;
padding: 5px;
background-color: aqua;

}

</style>


<body>
<header>
Expand All @@ -20,10 +72,10 @@ <h1>Mowblox Git Workflow</h1>
<a href="./products.html">Products</a>
</nav>
<section>
<p>A basic repo to help orient new devs on the mowblox git workflow</p>
<p>"...A basic repo to help orient new devs on the mowblox git workflow"</p>
</section>
<footer>
<p>&copy; Copyright <span id="copyright"></span> Mowblox.com</p>
<p id="p2">&copy; Copyright <span id="copyright"></span> Mowblox.com</p>
</footer>
</body>

Expand Down
Binary file added myBackground.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.